[PATCH 00/31] Clean up amba/primecell bus support

2012-01-20 Thread Russell King - ARM Linux
This patch set cleans up the AMBA/Primecell bus support. Contained within this set are: 1. Patches 1-5 - Allocation APIs It seems several places in the kernel want to allocate and register amba_device structures. Let's make this official, and common code. So we introduce amba_device_all

[PATCH 01/31] ARM: amba: add amba_device allocation/add/put functions

2012-01-20 Thread Russell King - ARM Linux
Add functions to allocate and initialize AMBA device structures, and add them to the Linux device manager. This allows us to kill this type of operation from individual platforms, moving it to core code. Signed-off-by: Russell King --- drivers/amba/bus.c | 100 +++

[PATCH 02/31] ARM: amba: of: convert to use amba_device_alloc

2012-01-20 Thread Russell King - ARM Linux
Convert DT code to use the new amba_device_alloc APIs. Signed-off-by: Russell King --- drivers/of/platform.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/of/platform.c b/drivers/of/platform.c index 63b3ec4..cae9477 100644 --- a/drivers/of/platform.c +++ b

[PATCH 03/31] ARM: amba: ux500: convert to use amba_device_alloc

2012-01-20 Thread Russell King - ARM Linux
Convert ux500 to use the new amba_device_alloc APIs. Signed-off-by: Russell King --- arch/arm/mach-ux500/devices-common.c | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/arch/arm/mach-ux500/devices-common.c b/arch/arm/mach-ux500/devices-common.c index c563e54

[PATCH 04/31] ARM: amba: integrator: convert to use amba_device_alloc

2012-01-20 Thread Russell King - ARM Linux
Convert Integrator IM/PD-1 to use the new amba_device_alloc APIs. Signed-off-by: Russell King --- arch/arm/mach-integrator/impd1.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-integrator/impd1.c b/arch/arm/mach-integrator/impd1.c index 8cbb75a..3

[PATCH 05/31] ARM: amba: mxs: convert to use amba_device_alloc

2012-01-20 Thread Russell King - ARM Linux
Convert MXS to use the new amba_device_alloc APIs. Signed-off-by: Russell King --- arch/arm/mach-mxs/devices.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-mxs/devices.c b/arch/arm/mach-mxs/devices.c index fe3e847..052d8dd 100644 --- a/arch/arm/ma

[PATCH 06/31] ARM: amba: make irq 0 invalid

2012-01-20 Thread Russell King - ARM Linux
Fix core bus and MMCI such that irq 0 means that there is no IRQ attached. Signed-off-by: Russell King --- drivers/amba/bus.c |4 ++-- drivers/mmc/host/mmci.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c index 82b65e1.

[PATCH 07/31] ARM: amba: ux500: get rid of NO_IRQ

2012-01-20 Thread Russell King - ARM Linux
irq 0 now means no irq, so get rid of this unnecessary initializer. Signed-off-by: Russell King --- arch/arm/mach-ux500/devices-common.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-ux500/devices-common.c b/arch/arm/mach-ux500/devices-common.c index e8c

[PATCH 08/31] ARM: amba: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-ep93xx/core.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index 24203f9..1a8397a 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c @@

[PATCH 09/31] ARM: amba: samsung: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-exynos/dma.c |4 ++-- arch/arm/mach-s5p64x0/dma.c |2 +- arch/arm/mach-s5pc100/dma.c |4 ++-- arch/arm/mach-s5pv210/dma.c |4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-exynos/dma.c b/arch/arm/ma

[PATCH 10/31] ARM: amba: integrator/realview/versatile/vexpress: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-integrator/core.c| 10 +++--- arch/arm/mach-integrator/integrator_cp.c |4 +- arch/arm/mach-realview/realview_eb.c | 40 arch/arm/mach-realview/realview_pb1176.c | 40 +++

[PATCH 11/31] ARM: amba: lpc32xx: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-lpc32xx/phy3250.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index bfee5b4..025eb21 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc

[PATCH 12/31] ARM: amba: mxs: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-mxs/devices/amba-duart.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-mxs/devices/amba-duart.c b/arch/arm/mach-mxs/devices/amba-duart.c index a559db0..a5479f7 100644 --- a/arch/arm/mach-mxs/devices/amba-duar

[PATCH 13/31] ARM: amba: nomadik: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-nomadik/board-nhk8815.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-nomadik/board-nhk8815.c b/arch/arm/mach-nomadik/board-nhk8815.c index 7c878bf..721e51c 100644 --- a/arch/arm/mach-nomadik/board-nhk8815.

[PATCH 14/31] ARM: amba: netx: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-netx/fb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-netx/fb.c b/arch/arm/mach-netx/fb.c index b991323..eda856c 100644 --- a/arch/arm/mach-netx/fb.c +++ b/arch/arm/mach-netx/fb.c @@ -102,7 +102,7 @@ static

[PATCH 15/31] ARM: amba: spear: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-spear3xx/spear300.c |2 +- arch/arm/mach-spear3xx/spear3xx.c |4 ++-- arch/arm/mach-spear6xx/spear6xx.c | 10 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-spear3xx/spear300.c b/arch/arm/mach-spear3

[PATCH 16/31] ARM: amba: u300: get rid of NO_IRQ initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-u300/core.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index b4c6926..ed92967 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c @@ -105,7 +10

[PATCH 17/31] ARM: amba: make use of -1 IRQs warn

2012-01-20 Thread Russell King - ARM Linux
Make the core warn about the use of -1 (NO_IRQ) Signed-off-by: Russell King --- drivers/amba/bus.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c index d15acbb..01c2cf4 100644 --- a/drivers/amba/bus.c +++ b/drivers/amba/bus.c @@

[PATCH 18/31] ARM: amba: provide common initializers for static amba devices

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- include/linux/amba/bus.h | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h index e192962..a9fab83 100644 --- a/include/linux/amba/bus.h +++ b/include/linux/a

[PATCH 19/31] ARM: amba: vexpress: get rid of private platform amba_device initializer

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-vexpress/core.h | 17 - arch/arm/mach-vexpress/ct-ca9x4.c |8 arch/arm/mach-vexpress/v2m.c | 20 ++-- 3 files changed, 14 insertions(+), 31 deletions(-) diff --git a/arch/arm/mach-vexpress/cor

[PATCH 20/31] ARM: amba: versatile: get rid of private platform amba_device initializer

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-versatile/core.c | 36 arch/arm/mach-versatile/core.h | 20 - arch/arm/mach-versatile/versatile_pb.c | 10 3 files changed, 28 insertions(+), 38 deletions(-) diff --git a

[PATCH 21/31] ARM: amba: realview: get rid of private platform amba_device initializer

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-realview/core.h| 20 --- arch/arm/mach-realview/realview_eb.c | 38 +++--- arch/arm/mach-realview/realview_pb1176.c | 38 +++--- arch/arm/mach-realview/realview_pb11mp.c

[PATCH 22/31] ARM: amba: integrator: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-integrator/core.c | 70 ++ arch/arm/mach-integrator/integrator_cp.c | 49 - 2 files changed, 22 insertions(+), 97 deletions(-) diff --git a/arch/arm/mach-integrator/core.c b/arch/arm/mach-i

[PATCH 23/31] ARM: amba: omap2: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-omap2/emu.c | 26 ++ 1 files changed, 2 insertions(+), 24 deletions(-) diff --git a/arch/arm/mach-omap2/emu.c b/arch/arm/mach-omap2/emu.c index 9c442e2..ce91aad 100644 --- a/arch/arm/mach-omap2/emu.c +++ b/arch/arm/mach-omap

[PATCH 24/31] ARM: amba: ep93xx: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-ep93xx/core.c | 46 +- 1 files changed, 6 insertions(+), 40 deletions(-) diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index 1a8397a..903edb0 100644 --- a/arch/arm/mach-ep93xx/core.c

Re: [PATCH 15/31] ARM: amba: spear: get rid of NO_IRQ initializers

2012-01-20 Thread Viresh Kumar
On 1/20/2012 2:57 PM, Russell King - ARM Linux wrote: > Signed-off-by: Russell King > --- > arch/arm/mach-spear3xx/spear300.c |2 +- > arch/arm/mach-spear3xx/spear3xx.c |4 ++-- > arch/arm/mach-spear6xx/spear6xx.c | 10 +- > 3 files changed, 8 insertions(+), 8 deletions(-) > >

[PATCH 25/31] ARM: amba: bcmring: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-bcmring/core.c | 23 ++- 1 files changed, 2 insertions(+), 21 deletions(-) diff --git a/arch/arm/mach-bcmring/core.c b/arch/arm/mach-bcmring/core.c index 6b67b7e..22e4e0a 100644 --- a/arch/arm/mach-bcmring/core.c +++ b/arch/arm/

[PATCH 26/31] ARM: amba: netx: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-netx/fb.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/arch/arm/mach-netx/fb.c b/arch/arm/mach-netx/fb.c index eda856c..2cdf6ef 100644 --- a/arch/arm/mach-netx/fb.c +++ b/arch/arm/mach-netx/fb.c @@ -92,18 +92,7

[PATCH 27/31] ARM: amba: lpc32xx: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-lpc32xx/phy3250.c | 32 1 files changed, 4 insertions(+), 28 deletions(-) diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index 025eb21..5d51c10 100644 --- a/arch/arm/mach-lpc32xx/phy3

[PATCH 28/31] ARM: amba: u300: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-u300/core.c | 85 1 files changed, 16 insertions(+), 69 deletions(-) diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index ed92967..b986560 100644 --- a/arch/arm/mach-u300/core.c +++ b

[PATCH 29/31] ARM: amba: nomadik: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-nomadik/board-nhk8815.c | 17 - arch/arm/mach-nomadik/cpu-8815.c |9 ++--- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/arch/arm/mach-nomadik/board-nhk8815.c b/arch/arm/mach-nomadik/board-nhk8815.c in

[PATCH 30/31] ARM: amba: spear: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-spear3xx/spear300.c | 14 ++ arch/arm/mach-spear3xx/spear3xx.c | 27 --- 2 files changed, 6 insertions(+), 35 deletions(-) diff --git a/arch/arm/mach-spear3xx/spear300.c b/arch/arm/mach-spear3xx/spear300.c ind

[PATCH 31/31] ARM: amba: samsung: use common amba device initializers

2012-01-20 Thread Russell King - ARM Linux
Signed-off-by: Russell King --- arch/arm/mach-exynos/dma.c | 38 ++ arch/arm/mach-s5p64x0/dma.c | 22 +- arch/arm/mach-s5pc100/dma.c | 38 ++ arch/arm/mach-s5pv210/dma.c | 38 ++---

Re: [PATCH 30/31] ARM: amba: spear: use common amba device initializers

2012-01-20 Thread Viresh Kumar
On 1/20/2012 3:02 PM, Russell King - ARM Linux wrote: > Signed-off-by: Russell King > --- > arch/arm/mach-spear3xx/spear300.c | 14 ++ > arch/arm/mach-spear3xx/spear3xx.c | 27 --- > 2 files changed, 6 insertions(+), 35 deletions(-) > > diff --git a/arch/a

[PATCH] ARM: move CP15 definitions to separate header file

2012-01-20 Thread Russell King - ARM Linux
Avoid namespace conflicts with drivers over the CP15 definitions by moving CP15 related prototypes and definitions to a private header file. Signed-off-by: Russell King --- arch/arm/include/asm/cp15.h | 87 ++ arch/arm/include/asm/system.h| 77 ---

EXYNOS4: Atmel mXT touchscreen device on NURI board fails to initialise

2012-01-20 Thread Mitsyanko Igor
Good day. It looks like Atmel MXT initialisation code on nuri board is broken. I don't have a datasheet for this touchscreen, but from what I can see in atmel mxt driver code(drivers/input/touchscreen/atmel_mxt_ts.c), I make assumption that MXT must have a mandatory MXT_GEN_MESSAGE_T5 object.

Re: [PATCH] S3C24XX DMA resume regression fix

2012-01-20 Thread Sergey Lapin
On Sun, Jan 15, 2012 at 01:52:17AM +0400, Sergei Shtylyov wrote: > Hello. > > On 13-01-2012 17:47, Gusakov Andrey wrote: > > >In commit bb072c3cf21d1c9a5a2eeb5a00679ee7bf39675b suspend/resume > >Please also specify that commit's summary in parens. Could you please point me in direction of p

Re: [PATCH 05/31] ARM: amba: mxs: convert to use amba_device_alloc

2012-01-20 Thread Shawn Guo
On Fri, Jan 20, 2012 at 09:24:05AM +, Russell King - ARM Linux wrote: > Convert MXS to use the new amba_device_alloc APIs. > > Signed-off-by: Russell King > --- > arch/arm/mach-mxs/devices.c |8 +--- > 1 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/mach-m

Re: [PATCH] S3C24XX DMA resume regression fix

2012-01-20 Thread Russell King - ARM Linux
On Fri, Jan 20, 2012 at 06:49:02AM -0500, Sergey Lapin wrote: > On Sun, Jan 15, 2012 at 01:52:17AM +0400, Sergei Shtylyov wrote: > > Hello. > > > > On 13-01-2012 17:47, Gusakov Andrey wrote: > > > > >In commit bb072c3cf21d1c9a5a2eeb5a00679ee7bf39675b suspend/resume > > > >Please also specify

Re: [PATCH 12/31] ARM: amba: mxs: get rid of NO_IRQ initializers

2012-01-20 Thread Shawn Guo
On Fri, Jan 20, 2012 at 09:26:28AM +, Russell King - ARM Linux wrote: > Signed-off-by: Russell King Acked-by: Shawn Guo > --- > arch/arm/mach-mxs/devices/amba-duart.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-mxs/devices/amba-duart.c > b

Re: [PATCH 05/31] ARM: amba: mxs: convert to use amba_device_alloc

2012-01-20 Thread Russell King - ARM Linux
On Fri, Jan 20, 2012 at 08:25:39PM +0800, Shawn Guo wrote: > On Fri, Jan 20, 2012 at 09:24:05AM +, Russell King - ARM Linux wrote: > > Convert MXS to use the new amba_device_alloc APIs. > > > > Signed-off-by: Russell King > > --- > > arch/arm/mach-mxs/devices.c |8 +--- > > 1 files c

[PATCH v2] S3C24XX DMA resume regression fix

2012-01-20 Thread Gusakov Andrey
In commit bb072c3cf21d1c9a5a2eeb5a00679ee7bf39675b (Use struct syscore_ops for "core" power management) suspend/resume hooks for each DMA channels were replaced with hooks that suspend/resume all channels. s3c2410_dma_suspend suspends channels from 0 to dma_channels. s3c2410_dma_resume resumes chan

Re: [PATCH] S3C24XX DMA resume regression fix

2012-01-20 Thread Sergey Lapin
> > > >In commit bb072c3cf21d1c9a5a2eeb5a00679ee7bf39675b suspend/resume > > > > > >Please also specify that commit's summary in parens. > > > > Could you please point me in direction of patch submission > > guide where that is explained. > > It's something that's been asked for by Linus - a

Re: [PATCH 02/31] ARM: amba: of: convert to use amba_device_alloc

2012-01-20 Thread Rob Herring
On 01/20/2012 03:23 AM, Russell King - ARM Linux wrote: > Convert DT code to use the new amba_device_alloc APIs. > > Signed-off-by: Russell King Acked-by: Rob Herring > --- > drivers/of/platform.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/of/p

Re: [PATCH 23/31] ARM: amba: omap2: use common amba device initializers

2012-01-20 Thread Tony Lindgren
* Russell King - ARM Linux [120120 00:58]: > Signed-off-by: Russell King Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/emu.c | 26 ++ > 1 files changed, 2 insertions(+), 24 deletions(-) > > diff --git a/arch/arm/mach-omap2/emu.c b/arch/arm/mach-omap2/emu.c > i

RE: [PATCH] ARM: move CP15 definitions to separate header file

2012-01-20 Thread Stephen Warren
Russell King wrote at Friday, January 20, 2012 3:04 AM: > Avoid namespace conflicts with drivers over the CP15 definitions by > moving CP15 related prototypes and definitions to a private header > file. > > Signed-off-by: Russell King For Tegra, Acked-by: Stephen Warren Tested-by: Stephen Warr

RE: [PATCH 24/31] ARM: amba: ep93xx: use common amba device initializers

2012-01-20 Thread H Hartley Sweeten
On Friday, January 20, 2012 2:31 AM, Russell King wrote: > > Signed-off-by: Russell King > --- > arch/arm/mach-ep93xx/core.c | 46 +- > 1 files changed, 6 insertions(+), 40 deletions(-) Acked-by: H Hartley Sweeten -- To unsubscribe from this list: send

RE: [PATCH] ARM: move CP15 definitions to separate header file

2012-01-20 Thread H Hartley Sweeten
On Friday, January 20, 2012 3:04 AM, Russell King wrote: > Avoid namespace conflicts with drivers over the CP15 definitions by > moving CP15 related prototypes and definitions to a private header > file. > > Signed-off-by: Russell King For EP93xx, Acked-by: H Hartley Sweeten Tested-by: H Hartle

RE: [PATCH 18/31] ARM: amba: provide common initializers for static amba devices

2012-01-20 Thread H Hartley Sweeten
On Friday, January 20, 2012 2:29 AM, Russell King wrote: > > Signed-off-by: Russell King > --- > include/linux/amba/bus.h | 33 + > 1 files changed, 33 insertions(+), 0 deletions(-) Acked-by: H Hartley Sweeten -- To unsubscribe from this list: send the line "u

[PATCH] ARM: Exynos4: Make exynos4-dt compile again

2012-01-20 Thread Karol Lewandowski
Commit cc511b8d84d88ab788cddbfe8d21485b1c387493 replaced plat/exynos4.h with common.h, requiring all boards to be adjusted appropriately. This commit fixes exynos4-dt.c, missed out in original patch. Signed-off-by: Karol Lewandowski Signed-off-by: Kyungmin Park Cc: Marek Szyprowski Cc: Thomas

Re: [PATCH] ARM: move CP15 definitions to separate header file

2012-01-20 Thread Nicolas Pitre
On Fri, 20 Jan 2012, Russell King - ARM Linux wrote: > Avoid namespace conflicts with drivers over the CP15 definitions by > moving CP15 related prototypes and definitions to a private header > file. > > Signed-off-by: Russell King Acked-by: Nicolas Pitre > --- > arch/arm/include/asm/cp15.h

Re: [PATCH 13/31] ARM: amba: nomadik: get rid of NO_IRQ initializers

2012-01-20 Thread Alessandro Rubini
> - .irq = {IRQ_UART0, NO_IRQ}, > + .irq = {IRQ_UART0}, Acked-by: Alessandro Rubini -- 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 29/31] ARM: amba: nomadik: use common amba device initializers

2012-01-20 Thread Alessandro Rubini
> +static AMBA_APB_DEVICE(uart0, "uart0", 0, NOMADIK_UART0_BASE, > + { IRQ_UART0 }, NULL); Acked-by: Alessandro Rubini thanks /alessandro -- 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

RE: [PATCH] ARM: move CP15 definitions to separate header file

2012-01-20 Thread Kukjin Kim
Russell King wrote: > > Avoid namespace conflicts with drivers over the CP15 definitions by > moving CP15 related prototypes and definitions to a private header > file. > > Signed-off-by: Russell King For exynos: Acked-by: Kukjin Kim Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engine

RE: [PATCH 09/31] ARM: amba: samsung: get rid of NO_IRQ initializers

2012-01-20 Thread Kukjin Kim
Russell King wrote: > > Signed-off-by: Russell King Acked-by: Kukjin Kim Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. > --- > arch/arm/mach-exynos/dma.c |4 ++-- > arch/arm/mach-s5p64x0/dma.c |2 +- > arch

RE: [PATCH 31/31] ARM: amba: samsung: use common amba device initializers

2012-01-20 Thread Kukjin Kim
Russell King wrote: > > Signed-off-by: Russell King Acked-by: Kukjin Kim Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. > --- > arch/arm/mach-exynos/dma.c | 38 ++ > arch/arm/ma

RE: [PATCH 00/31] Clean up amba/primecell bus support

2012-01-20 Thread Kukjin Kim
Russell King - ARM Linux wrote: > > This patch set cleans up the AMBA/Primecell bus support. Contained > within this set are: > > 1. Patches 1-5 - Allocation APIs >It seems several places in the kernel want to allocate and register >amba_device structures. Let's make this official, and

[PATCH 1/7] ARM: EXYNOS: use static declaration when it is not used in other files

2012-01-20 Thread Kukjin Kim
Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos/clock-exynos4210.c|2 +- arch/arm/mach-exynos/clock-exynos4212.c|2 +- arch/arm/mach-exynos/clock.c |2 +- arch/arm/mach-exynos/common.c |2 +- arch/arm/mach-exynos/dma.c | 12

[PATCH 2/7] ARM: S3C24XX: use static declaration when it is not used in other files

2012-01-20 Thread Kukjin Kim
Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c2410/mach-h1940.c| 12 ++-- arch/arm/mach-s3c2416/clock.c |6 -- arch/arm/mach-s3c2416/mach-smdk2416.c |8 arch/arm/mach-s3c2440/mach-gta02.c|4 ++-- arch/arm/mach-s3c2440/mach-rx1950.c | 12 +++

[PATCH 3/7] ARM: S3C64XX: use static declaration when it is not used in other files

2012-01-20 Thread Kukjin Kim
Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c64xx/common.c |2 +- arch/arm/mach-s3c64xx/common.h |2 -- arch/arm/mach-s3c64xx/irq-pm.c |2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-s3c64xx/common.c b/arch/arm/mach-s3c64xx/common.c index 4a7394d

[PATCH 4/7] ARM: S5P64X0: use static declaration when it is not used in other files

2012-01-20 Thread Kukjin Kim
Signed-off-by: Kukjin Kim --- arch/arm/mach-s5p64x0/clock.c | 11 ++- arch/arm/mach-s5p64x0/dma.c| 10 +- arch/arm/mach-s5p64x0/include/mach/s5p64x0-clock.h |7 --- 3 files changed, 11 insertions(+), 17 deletions(-) diff -

[PATCH 5/7] ARM: S5PC100: use static declaration when it is not used in other files

2012-01-20 Thread Kukjin Kim
Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pc100/clock.c | 28 ++-- arch/arm/mach-s5pc100/dma.c | 12 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/arch/arm/mach-s5pc100/clock.c b/arch/arm/mach-s5pc100/clock.c index 247194d..16eca4

[PATCH 6/7] ARM: S5PV210: use static declaration when it is not used in other files

2012-01-20 Thread Kukjin Kim
Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv210/dma.c | 12 ++-- arch/arm/mach-s5pv210/mach-goni.c |2 +- arch/arm/mach-s5pv210/mach-smdkv210.c |2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-s5pv210/dma.c b/arch/arm/mach-s5

[PATCH 7/7] ARM: SAMSUNG: use static declaration when it is not used in other files

2012-01-20 Thread Kukjin Kim
Signed-off-by: Kukjin Kim --- arch/arm/plat-s5p/irq-eint.c|2 +- arch/arm/plat-s5p/irq-gpioint.c |2 +- arch/arm/plat-samsung/devs.c| 13 + arch/arm/plat-samsung/dma-ops.c |2 +- 4 files changed, 4 insertions(+), 15 deletions(-) diff --git a/arch/arm/plat-s5p/i