[PATCH 1/6] ARM: S5P: Move the SROM register definitions to plat-s5p

2010-12-02 Thread Kukjin Kim
The SROM register difinitions of S5PV310/S5PC210 (mach/regs-srom.h) can be used to other S5P SoCs such as S5PV210/S5PC110. So moved into plat/regs-srom.h of plat-s5p directory. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-s5pv310/include/mach/regs-srom.h | 50

[PATCH 5/6] ARM: S5PV210: Add SROM controller clock

2010-12-02 Thread Kukjin Kim
From: Thomas Abraham thomas...@samsung.com This patch adds the SROM controller clock to the list of clocks to be enabled at boot time. It is required to be enabled at boot time since the modules connected over the SROM interface such as the Ethernet controller need an operational SROM.

[PATCH 2/6] ARM: S5P: Add SROM control register shift macros for other banks.

2010-12-02 Thread Kukjin Kim
From: Thomas Abraham thomas...@samsung.com This patch adds shift macros for the SROM Bus width and control register to represent the shift count for the 5th and 6th SROM banks. Some of the S5P SOCs have them. Signed-off-by: Thomas Abraham thomas...@samsung.com Signed-off-by: Kukjin Kim

[PATCH 6/6] ARM: S5PV210: Add DM9000 support on SMDKV210

2010-12-02 Thread Kukjin Kim
From: Thomas Abraham thomas...@samsung.com This patch adds DM9000 Ethernet Controller device support for SMDKV210. Signed-off-by: Thomas Abraham thomas...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-s5pv210/include/mach/map.h |2 +

[PATCH 0/6] ARM: S5P: Add SROMC support and DM9000 Ethernet controller support on SMDKV210

2010-12-02 Thread Kukjin Kim
This patch moves regarding SROMC support code to plat-s5p for common usage of S5P SoCs. And adds support DM9000 Ethernet Controller for SMDKV210 board. [PATCH 1/6] ARM: S5P: Move the SROM register definitions to plat-s5p [PATCH 2/6] ARM: S5P: Add SROM control register shift macros for other

[PATCH 3/6] ARM: S5P: Add SROM bank 4 and 5 register offsets

2010-12-02 Thread Kukjin Kim
From: Thomas Abraham thomas...@samsung.com Some of the S5P platforms like S5PC100 and S5PV210 include SROM banks 4 and 5 in addition to SROM banks 0 to 3. This patch adds register offsets for SROM bank 4 and 5. Signed-off-by: Thomas Abraham thomas...@samsung.com Signed-off-by: Kukjin Kim

[PATCH 2/3] ARM: S5PV310: Limit the irqs which support cascade interrupt

2010-12-02 Thread Kukjin Kim
From: Changhwan Youn chaos.y...@samsung.com The irqs from SPI(0) to SPI(39) and SPI(51), SPI(53) are connected to the interrupt combiner. This patch limits the irqs which should be initialized to support cascade interrupt. Signed-off-by: Changhwan Youn chaos.y...@samsung.com Signed-off-by:

[PATCH 1/3] ARM: S5PV310: Add Interrupt of MCT

2010-12-02 Thread Kukjin Kim
From: Changhwan Youn chaos.y...@samsung.com This patch adds IRQ_MCT0, IRQ_MCT1, IRQ_MCT_L0, and IRQ_MCT_L1. (MCT: Multi-Core Timer). And updated MAX_COMBINER_NR. Signed-off-by: Changhwan Youn chaos.y...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com ---

[PATCH 3/3] ARM: S5PV310: Add irq_mask to handle combiner irqs properly

2010-12-02 Thread Kukjin Kim
From: Changhwan Youn chaos.y...@samsung.com The 4 combiner groups use same registers to handle the interrupt. In previous implementation, the whole registers are checked to find which interupt is occurred and thus interrupt in other groups can be detected. This patch adds irq_mask to solve this

Re: [PATCH 1/8] ARM: SCU: Add common routines for secondary CPU bootup

2010-12-02 Thread Russell King - ARM Linux
On Thu, Dec 02, 2010 at 03:19:05PM +, Catalin Marinas wrote: On 1 December 2010 00:25, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Nov 30, 2010 at 11:32:04PM +, Russell King - ARM Linux wrote: Note that I'll go with factoring this out into arch/arm/kernel/smp_scu.c

[PATCH 0/4] ARM: S5P: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Sylwester Nawrocki
Hello, the following patch series adds S5P platform support for MIPI-CSI2 devices. It has been rebased onto next-samsung branch at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git [PATCH 1/4] mach-s5pv210: Add platform definitions for mipi-csis [PATCH 2/4] mach-s5pv310:

[PATCH 1/4] mach-s5pv210: Add platform definitions for mipi-csis

2010-12-02 Thread Sylwester Nawrocki
Added resource definitions for mipi-csis interface, naming changed for consistency with s5pv310 where there are two instances of the device. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 2/4] mach-s5pv310: Add resource definitions for mipi-csis

2010-12-02 Thread Sylwester Nawrocki
Add IRQ and register base address definitions for mipi-csis devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv310/include/mach/irqs.h |3 +++ arch/arm/mach-s5pv310/include/mach/map.h |5 + 2

[PATCH 3/4] plat-s5p: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Sylwester Nawrocki
There may be up to 2 MIPI-CSI2 interfaces depending on SoC version. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-s5p/Kconfig | 10 arch/arm/plat-s5p/Makefile|2 +

[PATCH 4/4] mach-s5pv210: Add MIPI-CSI DPHY clock definition

2010-12-02 Thread Sylwester Nawrocki
MIPI DPHY control register requires special handling since it is shared between CSI (camera serial interface) and DSI (display serial interface). By creating this clock a serialized interface is provided for mipi-csi and mipi-dsi drivers, so DPHYs may be safely controlled by both drivers.

Re: [PATCH 3/4] plat-s5p: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Jamie Iles
Hi Sylwester, On Thu, Dec 02, 2010 at 05:37:41PM +0100, Sylwester Nawrocki wrote: diff --git a/arch/arm/plat-s5p/dev-csis0.c b/arch/arm/plat-s5p/dev-csis0.c new file mode 100644 index 000..2b1ba43 --- /dev/null +++ b/arch/arm/plat-s5p/dev-csis0.c @@ -0,0 +1,34 @@ +/* + * Copyright (C)

Re: [PATCH 3/4] plat-s5p: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Sylwester Nawrocki
Hi Jamie, On 12/02/2010 06:15 PM, Jamie Iles wrote: Hi Sylwester, On Thu, Dec 02, 2010 at 05:37:41PM +0100, Sylwester Nawrocki wrote: diff --git a/arch/arm/plat-s5p/dev-csis0.c b/arch/arm/plat-s5p/dev-csis0.c new file mode 100644 index 000..2b1ba43 --- /dev/null +++

Re: [PATCH 3/4] plat-s5p: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Jamie Iles
On Thu, Dec 02, 2010 at 06:39:50PM +0100, Sylwester Nawrocki wrote: On 12/02/2010 06:15 PM, Jamie Iles wrote: On Thu, Dec 02, 2010 at 05:37:41PM +0100, Sylwester Nawrocki wrote: [...] +static struct resource s5p_csis_resource[] = { + [0] = { + .start = S5P_PA_CSIS0, +

[no subject]

2010-12-02 Thread tarek attia
register -- tarek -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 3/4] plat-s5p: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Jassi Brar
On Fri, Dec 3, 2010 at 2:39 AM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Jamie, On 12/02/2010 06:15 PM, Jamie Iles wrote: Hi Sylwester, On Thu, Dec 02, 2010 at 05:37:41PM +0100, Sylwester Nawrocki wrote: diff --git a/arch/arm/plat-s5p/dev-csis0.c b/arch/arm/plat-s5p/dev-csis0.c

RE: [PATCH 0/4] ARM: S5P: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: Hello, Hi :-) the following patch series adds S5P platform support for MIPI-CSI2 devices. It has been rebased onto next-samsung branch at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git It would be more helpful to me to use the 'for-next'

RE: [PATCH 1/4] mach-s5pv210: Add platform definitions for mipi-csis

2010-12-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: Added resource definitions for mipi-csis interface, naming changed for consistency with s5pv310 where there are two instances of the device. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

RE: [PATCH 2/4] mach-s5pv310: Add resource definitions for mipi-csis

2010-12-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: Add IRQ and register base address definitions for mipi-csis devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv310/include/mach/irqs.h |3 +++

Re: [PATCH 2/4] mach-s5pv310: Add resource definitions for mipi-csis

2010-12-02 Thread Jassi Brar
On Fri, Dec 3, 2010 at 1:36 PM, Kukjin Kim kgene@samsung.com wrote: Sylwester Nawrocki wrote: Add IRQ and register base address definitions for mipi-csis devices. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  

Re: [PATCH 2/4] mach-s5pv310: Add resource definitions for mipi-csis

2010-12-02 Thread Kyungmin Park
On Fri, Dec 3, 2010 at 1:59 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Fri, Dec 3, 2010 at 1:36 PM, Kukjin Kim kgene@samsung.com wrote: Sylwester Nawrocki wrote: Add IRQ and register base address definitions for mipi-csis devices. Signed-off-by: Sylwester Nawrocki

Re: [PATCH 3/4] plat-s5p: Add platform support for MIPI-CSI2 devices

2010-12-02 Thread Kyungmin Park
On Fri, Dec 3, 2010 at 2:14 PM, Jassi Brar jassisinghb...@gmail.com wrote: On Fri, Dec 3, 2010 at 1:37 AM, Sylwester Nawrocki s.nawro...@samsung.com wrote: There may be up to 2 MIPI-CSI2 interfaces depending on SoC version. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com