From: Alexandre Courbot Date: Thu, 27 Feb 2014 05:53:34 +0000 (+0900) Subject: pwm-backlight: switch to gpiod interface X-Git-Tag: omap-for-v3.16/fixes-against-rc1~51^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257462dbf3ed233de0dc2e489dcc58579535b33f;p=pandora-kernel.git pwm-backlight: switch to gpiod interface Switch to the new gpiod interface, which allows to handle GPIO properties such as active low transparently and removes a whole bunch of code. There are still a couple of users of this driver that rely on passing the enable GPIO number through platform data, so a fallback mechanism using a GPIO number is still available to avoid breaking them. It will be removed once current users have switched to the GPIO lookup tables provided by the gpiod interface. Signed-off-by: Alexandre Courbot Signed-off-by: Thierry Reding --- Reading git-diff-tree failed