Re: [PATCH 4/5] ARM: SAMSUNG: Add clkdev support for exynos4

2011-03-28 Thread Thomas Abraham
Hi Mr. Kyungmin Park, On Mon, Mar 28, 2011 at 6:41 PM, Kyungmin Park wrote: > Hi, > > On Mon, Mar 28, 2011 at 8:07 PM, Thomas Abraham wrote: >> Add clkdev support for Samsung's Exynos4 platforms. >> >> Cc: Ben Dooks >> Signed-off-by: Thomas Abraham >> --- >> arch/arm/Kconfig

Re: [PATCH 4/5] ARM: SAMSUNG: Add clkdev support for exynos4

2011-03-28 Thread Kyungmin Park
Hi, On Mon, Mar 28, 2011 at 8:07 PM, Thomas Abraham wrote: > Add clkdev support for Samsung's Exynos4 platforms. > > Cc: Ben Dooks > Signed-off-by: Thomas Abraham > --- >  arch/arm/Kconfig                            |    1 + >  arch/arm/mach-exynos4/clock.c               |   57 > +

[PATCH 5/5] serial: samsung: Keep a copy a pdev->dev.platform_data and use it

2011-03-28 Thread Thomas Abraham
The driver depends on pdev->dev.platform_data to retrive information about the platform data even after the initialization. To add device tree support, this has to be changed in way that the platform data is avialable from driver's private data. This patch adds support for keeping a copy of the pla

[PATCH 4/5] ARM: SAMSUNG: Add clkdev support for exynos4

2011-03-28 Thread Thomas Abraham
Add clkdev support for Samsung's Exynos4 platforms. Cc: Ben Dooks Signed-off-by: Thomas Abraham --- arch/arm/Kconfig|1 + arch/arm/mach-exynos4/clock.c | 57 +++ arch/arm/mach-exynos4/include/mach/clkdev.h |7 +++ arch/

[PATCH 3/5] ARM: SAMSUNG: Add clkdev support

2011-03-28 Thread Thomas Abraham
Add infrastructure for clkdev support on samsung platforms. Cc: Ben Dooks Signed-off-by: Thomas Abraham --- arch/arm/plat-samsung/clock.c | 18 ++ arch/arm/plat-samsung/include/plat/clock.h |5 + 2 files changed, 23 insertions(+), 0 deletions(-) diff --gi

[PATCH 1/5] serial: samsung: Fix unintended usage of uart port 0 as console

2011-03-28 Thread Thomas Abraham
In s3c24xx_serial_console_setup function, if the uart port that is being setup as a console has not been initialized, an error can be returned instead of using uart port 0 as the default console port. The uart port that was intended to be used as a console could be initialized at a later point duri

[PATCH 2/5] serial: s5pv210: Remove redundant console_initcall

2011-03-28 Thread Thomas Abraham
Uart port is registered as a console during the driver's probe. So explict registration of console with console_initcall is removed. Cc: Ben Dooks Signed-off-by: Thomas Abraham --- drivers/tty/serial/s5pv210.c |7 --- drivers/tty/serial/samsung.c |3 ++- 2 files changed, 2 insertion

[PATCH v2 0/5] Prerequisite patches to support device tree on Samsung's Exynos4 platform

2011-03-28 Thread Thomas Abraham
This patchset is a prerequisite for device tree patches on Exynos4. It includes the following changes. 1. Adds clkdev support for Exynos4 2. Removes redundant console registration for Exynos4 and clkdev. 3. Modifies samsung serial driver to keep a copy of platform data and use it. Changes since V

[GIT PULL] Samsung fixes for 2.6.39-rc1

2011-03-28 Thread Kukjin Kim
Hi Linus, Please pull Samsung fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git s5p-fixes-for-linus These things are for small fixes on 2.6.39-rc1. If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Dev

[PATCH v2] ARM: EXYNOS4: Add PWM backlight support on Samsung SMDKC210

2011-03-28 Thread Jingoo Han
This patch adds support for LCD backlight control using PWM timer for Samsung's SMDKC210 board. Signed-off-by: Jingoo Han --- Changes since v1: - fixed wrong function name. arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach-exynos4/mach-smdkc210.c | 43 +