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

2012-01-23 Thread Linus Walleij
On Fri, Jan 20, 2012 at 10:32 AM, Russell King - ARM Linux wrote: > 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(-) 1 files change

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-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at htt

[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