Re: [PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/

2012-11-23 Thread viresh kumar
On Fri, Nov 23, 2012 at 8:38 PM, Davide Ciminaghi wrote: > From: Alessandro Rubini > > The header is used by drivers/dma/amba-pl08x.c, which can be compiled > under x86, where PL080 exists under a PCI-to-AMBA bridge. This patche > moves it where it can be accessed by other architectures, and fixe

[PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/

2012-11-23 Thread Davide Ciminaghi
From: Alessandro Rubini The header is used by drivers/dma/amba-pl08x.c, which can be compiled under x86, where PL080 exists under a PCI-to-AMBA bridge. This patche moves it where it can be accessed by other architectures, and fixes all users. Signed-off-by: Alessandro Rubini Acked-by: Giancarlo

Re: [PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/

2012-09-16 Thread Linus Walleij
On Fri, Sep 14, 2012 at 6:23 PM, Davide Ciminaghi wrote: > From: Alessandro Rubini > > The header is used by drivers/dma/amba-pl08x.c, which can be compiled > under x86, where PL080 exists under a PCI-to-AMBA bridge. This patche > moves it where it can be accessed by other architectures, and fix

[PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/

2012-09-14 Thread Davide Ciminaghi
From: Alessandro Rubini The header is used by drivers/dma/amba-pl08x.c, which can be compiled under x86, where PL080 exists under a PCI-to-AMBA bridge. This patche moves it where it can be accessed by other architectures, and fixes all users. Signed-off-by: Alessandro Rubini Acked-by: Giancarlo