Re: [PATCH 01/10] ARM: S3C24XX: Free the backlight gpio requested in Mini2440 board code

2012-07-01 Thread Juergen Beisert
Sylwester Nawrocki wrote: The backlight gpio must not be left requested in the board code, otherwise s3c24xx_led driver can't successfully claim it. So request the backlight gpio, configure it to proper state and gpio_free right away. This change is required for converting the s3c24xx_led

Re: [PATCH 2/2] leds: Convert S3C24XX LED driver to gpiolib API

2012-07-01 Thread Bryan Wu
On Sat, Jun 30, 2012 at 8:30 PM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: The s3c2410_gpio* calls are obsolete and have been scheduled for removal since several kernel releases. Remove them and use common gpiolib API instead. This patch also adds gpio_request/gpio_free call for

Re: [PATCH 0/2] ARM: EXYNOS: G2D clock support to Exynos4

2012-07-01 Thread Sachin Kamat
ping ... On 18/05/2012, Sachin Kamat sachin.ka...@linaro.org wrote: This patch series moves the SoC specific G2D clock entries from common clock file (clock-exynos4.c) to Exynos4210 specific clock file (clock-exynos4210.c) since G2D clock registers are different in Exynos4210 and Exynos4X12

Re: [PATCH 1/1] ARM: EXYNOS: Add touchscreen support to SMDK4X12

2012-07-01 Thread Sachin Kamat
ping... On 25/05/2012, Sachin Kamat sachin.ka...@linaro.org wrote: Pixcir touchscreen device support is added to SMDK4X12 boards. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/mach-smdk4x12.c | 32 +++- 1 files changed, 31

Re: [PATCH] ARM: EXYNOS: Add framebuffer support for SMDK4X12

2012-07-01 Thread Sachin Kamat
ping... On 12/06/2012, Sachin Kamat sachin.ka...@linaro.org wrote: This patch adds framebuffer support to SMDK4212 and SMDK4412 boards. A framebuffer window of 480x800x24bpp is defined. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-exynos/Kconfig |2 ++