Re: [PATCH v4 1/7] DMA: PL330: use prefix in reg names to build under x86

2012-12-10 Thread Jassi Brar
On 10 December 2012 19:12, Davide Ciminaghi wrote: > From: Alessandro Rubini > > This driver would not compile if ARM_AMBA is selected under x86, > because "CS" and "DS" are already defined there. But AMBA > is used in the x86 world by a PCI-to-AMBA bridge, to be submitted. > > T

[PATCH v4 1/7] DMA: PL330: use prefix in reg names to build under x86

2012-12-10 Thread Davide Ciminaghi
From: Alessandro Rubini This driver would not compile if ARM_AMBA is selected under x86, because "CS" and "DS" are already defined there. But AMBA is used in the x86 world by a PCI-to-AMBA bridge, to be submitted. The patch just adds the "PL330_" prefix to all registers, so