]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:40 +0000 (14:10 +0200)
commit17498f2becf6c0594b69ff8def5087d76c32a389
tree9d41acfe370a64405101b4bf08ca0fefe0e58b1b
parent8e464ca44ab3d679cc789f74da2b14b0248380f8
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