[PATCH 9/9] ARM: Exynos4: Add clkdev support

2011-06-08 Thread Thomas Abraham
Add clkdev support for Samsung's Exynos4 platform and fixes the incorrect clock name for the dw_mmc controller. Signed-off-by: Thomas Abraham --- arch/arm/Kconfig |1 + arch/arm/mach-exynos4/clock.c | 200 ++--- arch/arm/mach-exynos4/time.c

[PATCH 8/9] ARM: S5PV210: Add clkdev support

2011-06-08 Thread Thomas Abraham
Add clkdev support for Samsung's s5pv210 platform. Signed-off-by: Thomas Abraham --- arch/arm/Kconfig |1 + arch/arm/mach-s5pv210/clock.c | 130 + 2 files changed, 41 insertions(+), 90 deletions(-) diff --git a/arch/arm/Kconfig b/arch/ar

[PATCH 7/9] ARM: S5PC100: Add clkdev support

2011-06-08 Thread Thomas Abraham
Add clkdev support for Samsung's s5pc100 platforms. Signed-off-by: Thomas Abraham --- arch/arm/Kconfig |1 + arch/arm/mach-s5pc100/clock.c | 163 ++--- 2 files changed, 41 insertions(+), 123 deletions(-) diff --git a/arch/arm/Kconfig b/arch/

[PATCH 6/9] ARM: S5P64X0: Add clkdev support

2011-06-08 Thread Thomas Abraham
Add clkdev support for Samsung's s5p64x0 platforms. Signed-off-by: Thomas Abraham --- arch/arm/Kconfig |1 + arch/arm/mach-s5p64x0/clock-s5p6440.c | 74 + arch/arm/mach-s5p64x0/clock-s5p6450.c | 68 -- arch/

[PATCH 5/9] ARM: S3C64XX: Add clkdev support

2011-06-08 Thread Thomas Abraham
Add clkdev support for Samsung's s3c64xx platforms. Signed-off-by: Thomas Abraham --- arch/arm/Kconfig |1 + arch/arm/mach-s3c64xx/clock.c | 86 - 2 files changed, 26 insertions(+), 61 deletions(-) diff --git a/arch/arm/Kconfig b/arch/a

[PATCH 4/9] ARM: S3C24XX: Add clkdev support

2011-06-08 Thread Thomas Abraham
Add clkdev support for Samsung's s3c24xx platforms. Signed-off-by: Thomas Abraham --- arch/arm/Kconfig |1 + arch/arm/mach-s3c2412/clock.c | 36 ++--- arch/arm/mach-s3c2416/clock.c | 10 arch/arm/mach-s3c2440/clock.c

[PATCH 3/9] ARM: SAMSUNG: Add clkdev infrastructure

2011-06-08 Thread Thomas Abraham
The struct clk definition for Samsung platforms is extended to include a instance of struct clk_lookup and a device name. When clocks are registered using s3c24xx_register_clock function, the dev_id, con_id and clk members are initialized with information from the struct clk instance and struct clk

[PATCH 2/9] serial: Remove redundant console_initcall from s3c and s5p console drivers

2011-06-08 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. Signed-off-by: Thomas Abraham --- drivers/tty/serial/s3c2400.c |2 -- drivers/tty/serial/s3c2410.c |2 -- drivers/tty/serial/s3c2412.c |2 -- drivers/t

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

2011-06-08 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 0/9] Add clkdev support for Samsung platforms

2011-06-08 Thread Thomas Abraham
This patch series adds clkdev support for all Samsung platforms. clkdev support is a prerequisite for adding device tree on Samsung platforms and possibly revive framebuffer driver patches for Exynos4 platforms. The first of the two patches are for eliminating the explict console_initcall from the

Re: [PATCH] ARM: S5PV210: Fix build breakage due to renaming of S3C_VA_USB_HSPHY

2011-06-08 Thread Thomas Abraham
On 8 June 2011 19:43, Kyungmin Park wrote: > On Wed, Jun 8, 2011 at 10:53 PM, Marek Szyprowski > wrote: >> Hello, >> >> There is already the patch that fixes this issue available on >> kgene/s5p_fixes_for_linus branch. Please check commit 08115a139 from >> git://git.kernel.org/pub/scm/linux/kerne

Re: [PATCH] ARM: S5PV210: Fix build breakage due to renaming of S3C_VA_USB_HSPHY

2011-06-08 Thread Kyungmin Park
On Wed, Jun 8, 2011 at 10:53 PM, Marek Szyprowski wrote: > Hello, > > There is already the patch that fixes this issue available on > kgene/s5p_fixes_for_linus branch. Please check commit 08115a139 from > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > > On Wednesday, June

Re: [PATCH] ARM: S5PV210: Fix build breakage due to renaming of S3C_VA_USB_HSPHY

2011-06-08 Thread Thomas Abraham
On 8 June 2011 19:23, Marek Szyprowski wrote: > Hello, > > There is already the patch that fixes this issue available on > kgene/s5p_fixes_for_linus branch. Please check commit 08115a139 from > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Thanks Marek. I apologize for the

RE: [PATCH] ARM: S5PV210: Fix build breakage due to renaming of S3C_VA_USB_HSPHY

2011-06-08 Thread Marek Szyprowski
Hello, There is already the patch that fixes this issue available on kgene/s5p_fixes_for_linus branch. Please check commit 08115a139 from git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git On Wednesday, June 08, 2011 1:26 PM Thomas Abraham wrote: > Commit 8f1d169f999fea892c3

Re: Kernel crash on smdk2416 board with linux-3.0.0-rc2.

2011-06-08 Thread Thomas Abraham
Hi Heiko, On 8 June 2011 17:39, Heiko Stübner wrote: > Hi Thomas, > > Am Dienstag 07 Juni 2011 schrieb Thomas Abraham: >> In linux-3.0.0-rc2, for smdk2416 board, the kernel crashes while >> booting up. The boot log is listed below. By turning of usb support, >> the kernel boots up. This issue was

Re: Kernel crash on smdk2416 board with linux-3.0.0-rc2.

2011-06-08 Thread Heiko Stübner
Hi Thomas, Am Dienstag 07 Juni 2011 schrieb Thomas Abraham: > In linux-3.0.0-rc2, for smdk2416 board, the kernel crashes while > booting up. The boot log is listed below. By turning of usb support, > the kernel boots up. This issue was not observed in linux-2.6.39 > stable. fix could be 1d4a4bde6b

[PATCH] ARM: S5PV210: Fix build breakage due to renaming of S3C_VA_USB_HSPHY

2011-06-08 Thread Thomas Abraham
Commit 8f1d169f999fea892c3fcbf5a79ae8525a477572 ("ARM: EXYNOS4: Add usb host phy control") renamed S3C_VA_USB_HSPHY to S5P_VA_USB_HSPHY in s5p-map.h file. Fix build for S5PV210 platform. Signed-off-by: Thomas Abraham --- arch/arm/mach-s5pv210/cpu.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH] ARM: EXYNOS4: Fix missing S5P_VA_AUDSS definition

2011-06-08 Thread Naveen Krishna Chatradhi
This patch fixes the 'S5P_VA_AUDSS' missing definition causing compilation break. Signed-off-by: Naveen Krishna Chatradhi --- arch/arm/plat-s5p/include/plat/map-s5p.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-s5p/include/plat/map-s5p.h b/arch/arm/pla

Re: [PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma

2011-06-08 Thread Mark Brown
On Wed, Jun 08, 2011 at 08:21:08AM +0530, Jassi Brar wrote: > On Wed, Jun 8, 2011 at 3:11 AM, Mark Brown > > That's fairly unusual, though - usually DMA controllers seem to support > > chaining requests before they support circular operation, at which point > > unless the hardware is badly misdone

Re: [PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma

2011-06-08 Thread Russell King - ARM Linux
On Wed, Jun 08, 2011 at 09:35:34AM +0530, Jassi Brar wrote: > In real life, I saw that with the Samsung's SPDIF controller which has > fifo depth only for a few samples and it gets very demanding if pro > quality is expected. Aggravate that with high irq-latency under system > load. > And in such c