Re: [U-Boot] [PATCH V2 10/11] SPI: mxc_spi: replace fixed offsets with structures

2011-01-20 Thread Stefano Babic
On 01/20/2011 10:33 AM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1295513194-16158-11-git-send-email-sba...@denx.de> you wrote: >> This patch cleans driver code replacing all accesses >> to registers with fixed offsets with a corresponding >> structure. > > Checkpatch says: > >

Re: [U-Boot] [PATCH V2 10/11] SPI: mxc_spi: replace fixed offsets with structures

2011-01-20 Thread Wolfgang Denk
Dear Stefano Babic, In message <1295513194-16158-11-git-send-email-sba...@denx.de> you wrote: > This patch cleans driver code replacing all accesses > to registers with fixed offsets with a corresponding > structure. Checkpatch says: [U-Boot] [PATCH V2 10/11] SPI: mxc_spi: replace fixed

[U-Boot] [PATCH V2 10/11] SPI: mxc_spi: replace fixed offsets with structures

2011-01-20 Thread Stefano Babic
This patch cleans driver code replacing all accesses to registers with fixed offsets with a corresponding structure. Signed-off-by: Stefano Babic --- arch/arm/include/asm/arch-mx31/mx31-regs.h | 11 +++ arch/arm/include/asm/arch-mx35/imx-regs.h | 12 arch/arm/include/asm/arch-mx5/imx-r