]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00171746 LVDS: Disable channel mode to enter low power when suspend
authorWayne Zou <b36644@freescale.com>
Wed, 11 Jan 2012 06:22:29 +0000 (14:22 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:51 +0000 (08:33 +0200)
commitd69cfbe97db4d70cb633caf8e676845b0dcc0c9d
tree9d41acfe370a64405101b4bf08ca0fefe0e58b1b
parentf514a7f120a030eabf7eadecd9929ef15d1dcf81
ENGR00171746 LVDS: Disable channel mode to enter low power when suspend

1. During suspend, LVDS didn't enter low power status.
   It needs to disable channel mode and mux control.
   It can save ~8mA@3.2V.

2. Clean up the LDB route function for better readability.

3. Fix lvds clk_enable/disable bug,
   clk_enable/disable should base on setting_idx variable.

Signed-off-by: Wayne Zou <b36644@freescale.com>
drivers/video/mxc/ldb.c