]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: support exynos pwm backlight driver
authorDonghwa Lee <dh09.lee@samsung.com>
Mon, 2 Jul 2012 01:16:13 +0000 (01:16 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:24 +0000 (14:58 +0200)
commit6fff52b93a1abf3f3fdefd8ccc7dabf6eb4f2ca3
treeff76c998f215c0d042d349b9a813b19fe75a7c15
parenta29c832263be57d218581ba4b1cb5e2820338383
video: support exynos pwm backlight driver

This patch support exynos pwm backlight driver. It can control backlight
power and brightness by using pwm.

Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/include/asm/arch-exynos/pwm_backlight.h [new file with mode: 0644]
drivers/video/Makefile
drivers/video/exynos_pwm_bl.c [new file with mode: 0644]