Re: [U-Boot] [PATCH V2 04/11] I2C: mxc_i2c: get rid of __REG access

2011-01-20 Thread Stefano Babic
On 01/20/2011 10:27 AM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1295513194-16158-5-git-send-email-sba...@denx.de> you wrote: >> This driver accesses to processor's register >> via __REG macros, that are removed (or are planned >> to be removed) and replaced by C structures. >> T

Re: [U-Boot] [PATCH V2 04/11] I2C: mxc_i2c: get rid of __REG access

2011-01-20 Thread Wolfgang Denk
Dear Stefano Babic, In message <1295513194-16158-5-git-send-email-sba...@denx.de> you wrote: > This driver accesses to processor's register > via __REG macros, that are removed (or are planned > to be removed) and replaced by C structures. > This patches replaces all occurrencies of __REG macros.

[U-Boot] [PATCH V2 04/11] I2C: mxc_i2c: get rid of __REG access

2011-01-20 Thread Stefano Babic
This driver accesses to processor's register via __REG macros, that are removed (or are planned to be removed) and replaced by C structures. This patches replaces all occurrencies of __REG macros. Signed-off-by: Stefano Babic CC: Heiko Schocher --- drivers/i2c/mxc_i2c.c | 68 +