]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/video/backlight/platform_lcd.c: introduce probe callback
authorAndrew Bresticker <abrestic@chromium.org>
Mon, 29 Apr 2013 23:17:58 +0000 (16:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:18 +0000 (18:28 -0700)
commit6dbb758ea6fcb29f3b1d749fe24b480febdb52df
tree5ebca88c181f8cda4ea901d56c83814eba3876ec
parent4590f5e677e534f8b7a618803cab0bcea683e6fd
drivers/video/backlight/platform_lcd.c: introduce probe callback

Platform LCD devices may need to do some device-specific initialization
before they can be used (regulator or GPIO setup, for example), but
currently the driver does not support any way of doing this.  This patch
adds a probe() callback to plat_lcd_data which platform LCD devices can
set to indicate that device-specific initialization is needed.

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/platform_lcd.c
include/video/platform_lcd.h