Re: [PATCH 1/2] ARM: S5P6440: Add S5P6440 GPIO support

2010-01-14 Thread Niels Langendorff
See attached files from Samsungs CQ database Ben Dooks wrote: On Thu, Jan 14, 2010 at 04:28:48PM +0100, Niels Langendorff wrote: Make sure this patch includes the fixes I supplied in the Samsung CQ database APTT0153 Which would those be, other mortals don't have access to that informatio

Re: [PATCH 2/2] ARM: S5P6440: Add Kconfig and Makefiles for S5P6440 GPIO support

2010-01-14 Thread Ben Dooks
On Thu, Jan 14, 2010 at 08:27:13PM +0900, Kukjin Kim wrote: > This patch adds the Kconfig and Makefile for the S5P6440 GPIO. Hi, please merge it into the same patch that adds the files. It is so small it will not add much to the gpio addition and it means the code will be able to be built as soon

Re: [PATCH] ARM: SAMSUNG: Move GPIO common functions to plat-samsung for Samsung's SoCs

2010-01-14 Thread Ben Dooks
On Thu, Jan 14, 2010 at 08:26:46PM +0900, Kukjin Kim wrote: > This patch moves GPIO common functions (from plat-s3c64xx) into plat-samsung. > and adds the config option to build the plat-samsung/gpiolib for Samsung SoCs. > > Signed-off-by: Aditya Pratap Sharma > Signed-off-by: Atul Dahiya > Sign

Re: [PATCH 1/2] ARM: S5P6440: Add S5P6440 GPIO support

2010-01-14 Thread Ben Dooks
On Thu, Jan 14, 2010 at 04:28:48PM +0100, Niels Langendorff wrote: > Make sure this patch includes the fixes I supplied in the Samsung CQ > database APTT0153 Which would those be, other mortals don't have access to that information. [snip] -- Ben Q: What's a light-year? A: One

Re: [PATCH 1/2] ARM: S5P6440: Add S5P6440 GPIO support

2010-01-14 Thread Niels Langendorff
Make sure this patch includes the fixes I supplied in the Samsung CQ database APTT0153 Kukjin Kim wrote: This patch adds Samsung's S5P6440 GPIO support. Signed-off-by: Aditya Pratap Sharma Signed-off-by: Atul Dahiya Signed-off-by: Kukjin Kim --- arch/arm/mach-s5p6440/include/mach/gpio-

[PATCH 15/21] ARM: S5PC1XX: add support for s5pc110 gpio

2010-01-14 Thread Marek Szyprowski
Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds gpiolib support for S5PC110 sub-platform. Signed-off-by: Marek Szyprowski Signed-off-by: Byungho Min Signed-off-by: Kyungmin Park ---

[PATCH 16/21] ARM: S5PC1XX: add i2c platform helpers on s5pc110 sub-platform

2010-01-14 Thread Marek Szyprowski
Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds required I2C platform helpers. S5PC110 SoCs has 3 I2C controllers. Signed-off-by: Kyungmin Park Signed-off-by: Byungho Min Signed-off-b

[PATCH 18/21] ARM: S5PC1XX: add sdhci platform helpers for s5pc110 sub-platform

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds common SDHCI platform helper for S5PC110 sub-platform. Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowsk

[PATCH 14/21] ARM: S5PC1XX: add support for s5pc110 irqs

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds interrupt support on S5PC110 SoCs. Unlike S5PC100, S5PC110 has 4 VICs, so the S5PC110 specifi virtual memory area is

[PATCH 20/21] ARM: S5PC1XX: add support for SMDKC110 board

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds support for SMDKC110 evaluation board. The board can be obtained from Meritech (http://www.meritech.co.kr). Signed-

[PATCH 12/21] ARM: S5PC1XX: add S5PC110 cpu initialization code

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds CPU initialization code for S5PC110 sub-platform. Signed-off-by: Kyungmin Park Signed-off-by: Byungho Min Signed-

[PATCH 09/21] ARM: S5PC1XX: move common s5pc1xx s3c-fb regs to platform directory

2010-01-14 Thread Marek Szyprowski
From: Pawel Osciak Framebuffer register blocks on S5PC100 and S5PC110 differ only slightly. This patch moves all register definitions that are common for S5PC100 and S5PC110 to plat-s3c/plat/regs-fb-v5.h. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski

[PATCH 07/21] ARM: S5PC1XX: cleanup of s5pc1xx common code

2010-01-14 Thread Marek Szyprowski
This patch removes all useless definitions from plat/s5pc100.h and introduces new common plat/s5pc1xx.h include. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pc100/cpu.c |2 +- arch/arm/mach-s5pc100/include/plat/regs-clock.h |8 ++-

[PATCH 19/21] ARM: S5PC1XX: add framebuffer platform helpers for s5pc110 sub-platform

2010-01-14 Thread Marek Szyprowski
From: Pawel Osciak Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds common framebuffer device helpers and register defines for S5PC110 sub-platform. Signed-off-by: Pawel Osciak Signed

[PATCH 21/21] MAINTAINERS: add ARM/S5PC100 and ARM/S5PC110 architectures

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Add entries for the ARM S5PC100 and ARM S5PC110 architectures that are currently being maintained by ourself. Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski --- MAINTAINERS | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git

[PATCH 02/21] ARM: S5PC100: use 0x30008000 as memory base

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park We decided to use 0x3000' as base memory address on S5PC1XX SoCs (s5pc100 and s5pc110). A patch to u-boot that configures SMDKC100 board and sets base memory as 0x3000' has been already posted. Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski --- arch/a

[PATCH 05/21] ARM: S5PC1XX: prepare common gpiolib code for S5PC110 sub-platform

2010-01-14 Thread Marek Szyprowski
S5PC100 GPIOlib support has been rewriten to make it possible to reuse most of the common code in the upcoming S5PC110 sub-platform. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pc100/Makefile|1 + arch/arm/mach-s5pc100/gpio-chips.c

[PATCH 08/21] ARM: S5PC1XX: move s5pc100 specific device helpers to mach-s5pc100 dir

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park All device helpers that are defined in plat-s5pc1xx are S5PC100 specific. This patch moves them to mach-s5pc100 directory to make use of newly created sub-platform support. Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski --- arch/arm/mach-s5pc100/Kconfig

[PATCH v3] Add Samsung S5PC110 SoC support

2010-01-14 Thread Marek Szyprowski
Hello, This patch series adds support for Samsung S5PC110 SoC. S5PC110 belongs to S5PC1XX family (CortexA8 ARM core), but differs in many places from the S5PC100 SoC: new memory map, different clock hierarchy, new gpio banks and much more powerful integrated peripherals. Such differences cannot be

[PATCH 03/21] ARM: S5PC1XX: create sub-platform for S5PC100 SoCs

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Samsung S5PC100 and S5PC110 SoCs differs a lot in register map and other core platform definitions, so it is not possible to have both SoCs in the current platform framework without runtime hacks. To address this issue a sub-platform has been introduced, so each SoC in sub-pla

[PATCH 01/21] drivers: serial: S5PC100 serial driver cleanup

2010-01-14 Thread Marek Szyprowski
Remove unnecessary Kconfig entry. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- drivers/serial/Kconfig | 15 --- drivers/serial/Makefile |1 - 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig in

[PATCH] ARM: SAMSUNG: Move GPIO common functions to plat-samsung for Samsung's SoCs

2010-01-14 Thread Kukjin Kim
This patch moves GPIO common functions (from plat-s3c64xx) into plat-samsung. and adds the config option to build the plat-samsung/gpiolib for Samsung SoCs. Signed-off-by: Aditya Pratap Sharma Signed-off-by: Atul Dahiya Signed-off-by: Kukjin Kim --- arch/arm/plat-s3c/include/plat/gpio-core.h |

[PATCH 1/2] ARM: S5P6440: Add S5P6440 GPIO support

2010-01-14 Thread Kukjin Kim
This patch adds Samsung's S5P6440 GPIO support. Signed-off-by: Aditya Pratap Sharma Signed-off-by: Atul Dahiya Signed-off-by: Kukjin Kim --- arch/arm/mach-s5p6440/include/mach/gpio-core.h | 40 +++ arch/arm/mach-s5p6440/include/mach/regs-gpio.h | 54 arch/arm/mach-s5p6440/s5p6440-gpio

[PATCH 2/2] ARM: S5P6440: Add Kconfig and Makefiles for S5P6440 GPIO support

2010-01-14 Thread Kukjin Kim
This patch adds the Kconfig and Makefile for the S5P6440 GPIO. Signed-off-by: Kukjin Kim --- arch/arm/mach-s5p6440/Makefile |2 +- arch/arm/plat-s5p/Kconfig |4 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s5p6440/Makefile b/arch/arm/mach-s5p6440

[PATCH 11/21] ARM: S5PC1XX: add S5PC110 memory map

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds register map for S5PC110 sub-platform. Signed-off-by: Kyungmin Park Signed-off-by: Byungho Min Signed-off-by: Mar

[PATCH 13/21] ARM: S5PC1XX: add support for s5pc110 plls and clocks

2010-01-14 Thread Marek Szyprowski
Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch adds clocks and plls definition for S5PC110 SoCs. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park Signed-off-by: Byungho Min -

[PATCH 10/21] drivers: serial: add support for Samsung S5PC110 SoC uart

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Samsung S5PC110 SoCs have UART that differs a bit from the one known from the previous Samsung SoCs. This patch adds support for this new driver. Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski --- arch/arm/plat-s3c/include/plat/regs-serial.h | 31 ++ dr

[PATCH 17/21] ARM: S5PC1XX: enable S5PC110 sub-platform

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park Samsung S5PC110 SoC are newer Samsung SoCs. Like S5PC100 they are based on CortexA8 ARM CPU, but have much more powerfull integrated periperals. This patch enables S5PC110 sub-platform. Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski --- arch/arm/Kconfig

[PATCH 06/21] ARM: S5PC1XX: move common s5pc1xx mach/* includes to plat-s5pc1xx/include/mach

2010-01-14 Thread Marek Szyprowski
From: Kyungmin Park All includes that are common for S5PC100 and S5PC110 are moved to plat-s5pc1xx/include/mach, so they can be used by both sub-platforms. Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski --- arch/arm/mach-s5pc100/include/mach/gpio-core.h | 21 - arch/a