]> git.baikalelectronics.ru Git - kernel.git/commit
video: backlight: support s6e8ax0 panel driver based on MIPI DSI
authorDonghwa Lee <dh09.lee@samsung.com>
Wed, 8 Feb 2012 20:47:39 +0000 (12:47 -0800)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Mon, 13 Feb 2012 03:02:03 +0000 (03:02 +0000)
commitab51bea9a770de3da0390f5b2f86a575172fb412
tree1b3572ee0852a7777120ea28cbb0e61bc08183b6
parent17c28c91d805aee2dbbdb684794241a06c43663c
video: backlight: support s6e8ax0 panel driver based on MIPI DSI

An moled panel driver based MIPI DSI interface.  S6E8AX0 means it may
includes many other ldi controllers, for example, S6E8AA0, S6E8AB0, and so
on.

This patch can be modified depending on each panel properites.  For
example, second parameter of panel condition register can be changed
depending on ldi controller or amoled type.

[akpm@linux-foundation.org: fix Kconfig syntax error]
[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/exynos/Kconfig
drivers/video/exynos/Makefile
drivers/video/exynos/s6e8ax0.c [new file with mode: 0644]
drivers/video/exynos/s6e8ax0.h [new file with mode: 0644]