Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-19 | ARM: SAMSUNG: Fix Section mismatch in samsung_bl_set() | Kukjin Kim | |
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> | |||
2011-07-21 | ARM: SAMSUNG: Create a common infrastructure for PWM backlight support | Banajit Goswami | |
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> |