Re: [U-Boot] [PATCH v4 5/8] mxc_i2c: add support for MX53 processor

2011-07-13 Thread Marek Vasut
On Tuesday, January 04, 2011 09:27:39 AM Jason Liu wrote: > This patch add I2C support for Freescale MX53 processor > > Signed-off-by: Jason Liu > -- SNIP -- > > +#if defined(CONFIG_MX31) > + freq = mx31_get_ipg_clk(); > /* start the required I2C clock */ > __REG(CCM_CGR0) = __R

Re: [U-Boot] [PATCH v4 5/8] mxc_i2c: add support for MX53 processor

2011-01-17 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk schrieb: > In message <4d2d78b1.9090...@denx.de> you wrote: >> On 01/04/2011 09:27 AM, Jason Liu wrote: >>> This patch add I2C support for Freescale MX53 processor >>> >>> Signed-off-by: Jason Liu >>> >>> --- >>> Changes for v2: >>> -address the comments of Heiko, ad

Re: [U-Boot] [PATCH v4 5/8] mxc_i2c: add support for MX53 processor

2011-01-17 Thread Wolfgang Denk
Dear Stefano Babic, In message <4d2d78b1.9090...@denx.de> you wrote: > On 01/04/2011 09:27 AM, Jason Liu wrote: > > This patch add I2C support for Freescale MX53 processor > > > > Signed-off-by: Jason Liu > > > > --- > > Changes for v2: > > -address the comments of Heiko, add #if defined(CONFIG

Re: [U-Boot] [PATCH v4 5/8] mxc_i2c: add support for MX53 processor

2011-01-12 Thread Stefano Babic
On 01/04/2011 09:27 AM, Jason Liu wrote: > This patch add I2C support for Freescale MX53 processor > > Signed-off-by: Jason Liu > > --- > Changes for v2: > -address the comments of Heiko, add #if defined(CONFIG_MX31) > to avoid break MX31 build. Move CONFIG_HARD_I2C to the top > of the file an

[U-Boot] [PATCH v4 5/8] mxc_i2c: add support for MX53 processor

2011-01-04 Thread Jason Liu
This patch add I2C support for Freescale MX53 processor Signed-off-by: Jason Liu --- Changes for v2: -address the comments of Heiko, add #if defined(CONFIG_MX31) to avoid break MX31 build. Move CONFIG_HARD_I2C to the top of the file and fix the error message from: #error "define CONFI