pwm-backlight: Add optional enable GPIO
authorThierry Reding <treding@nvidia.com>
Fri, 30 Aug 2013 09:51:22 +0000 (11:51 +0200)
committer黄涛 <huangtao@rock-chips.com>
Tue, 25 Feb 2014 08:57:25 +0000 (16:57 +0800)
commit4e9f3c94d979341b6adb5b73373eca6a375738aa
tree78773c057d25ff5be7f72642144fa7770fee3644
parent2aaec8ff6e27cc061f1fcef30d21e83397220b2e
pwm-backlight: Add optional enable GPIO

To support a wider variety of backlight setups, introduce an optional
enable GPIO. Legacy users of the platform data already have a means of
supporting GPIOs by using the .init(), .exit() and .notify() hooks. DT
users however cannot use those, so an alternative method is required.

In order to ease the introduction of the optional enable GPIO, make it
available in the platform data first, so that existing users can be
converted. Once that has happened a second patch will add code to make
use of it in the driver.

Signed-off-by: Thierry Reding <treding@nvidia.com>
include/linux/pwm_backlight.h