summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c64xx/dev-backlight.c
Commit message (Collapse)AuthorAge
* ARM: S3C64XX: Use PWM lookup table for smdk6410Thierry Reding2015-10-13
| | | | | | | | | | | Use a PWM lookup table to provide the PWM to the pwm-backlight device. The driver has a legacy code path that is required only because boards still use the legacy method of requesting PWMs by global ID. Replacing these usages allows that legacy fallback to be removed. Signed-off-by: Thierry Reding <thierry.reding@gmail.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
* ARM: SAMSUNG: local backlight header in mach-s3c64xxKukjin Kim2015-07-30
| | | | | | | | This patch moves backlight header file into mach-s3c64xx. Because it is not used for others except mach-s3c64xx. Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
* ARM: SAMSUNG: make local dev-backlight in mach-s3c64xxKukjin Kim2015-07-30
This patch moves dev-backlight from plat-samsung into mach-s3c64xx because it is used for only s3c64xx no other platforms. Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>