Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: SAMSUNG: Fix Section mismatch in samsung_bl_set() | Kukjin Kim | 2011-08-19 |
| | | | | | | | | | | WARNING: vmlinux.o(.text+0xf47c): Section mismatch in reference from the function samsung_bl_set() to the (unknown reference) .init.data:(unknown) The function samsung_bl_set() references the (unknown reference) __initdata (unknown). This is often because samsung_bl_set lacks a __initdata annotation or the annotation of (unknown) is wrong. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> | ||
* | ARM: SAMSUNG: Create a common infrastructure for PWM backlight support | Banajit Goswami | 2011-07-20 |
This patch creates a common structure for LCD backlight using PWM timer to be used by various Samsung boards. Signed-off-by: Banajit Goswami <banajit.g@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> |