Re: [U-Boot] [PATCH] mxs-i2c: Fix internal address byte order

2012-05-09 Thread Stefano Babic
On 17/04/2012 17:37, Torsten Fleischer wrote: > Large EEPROMs, e.g. 24lc32, need 2 byte to address the internal memory. > These devices require that the high byte of the internal address has to be > written first. > The mxs_i2c driver currently writes the address' low byte first. > > The following

Re: [U-Boot] [PATCH] mxs-i2c: Fix internal address byte order

2012-05-07 Thread Marek Vasut
Dear Torsten Fleischer, > Dear Marek Vasut, > > > > Large EEPROMs, e.g. 24lc32, need 2 byte to address the internal memory. > > > These devices require that the high byte of the internal address has to > > > be written first. > > > The mxs_i2c driver currently writes the address' low byte first.

Re: [U-Boot] [PATCH] mxs-i2c: Fix internal address byte order

2012-05-07 Thread Torsten Fleischer
Dear Marek Vasut, > > Large EEPROMs, e.g. 24lc32, need 2 byte to address the internal memory. > > These devices require that the high byte of the internal address has to > > be written first. > > The mxs_i2c driver currently writes the address' low byte first. > > Are you sure about it? Are you s

Re: [U-Boot] [PATCH] mxs-i2c: Fix internal address byte order

2012-04-30 Thread Marek Vasut
Dear Torsten Fleischer, > Large EEPROMs, e.g. 24lc32, need 2 byte to address the internal memory. > These devices require that the high byte of the internal address has to be > written first. > The mxs_i2c driver currently writes the address' low byte first. Are you sure about it? Are you sure wh

Re: [U-Boot] [PATCH] mxs-i2c: Fix internal address byte order

2012-04-17 Thread Marek Vasut
Dear Torsten Fleischer, > Large EEPROMs, e.g. 24lc32, need 2 byte to address the internal memory. > These devices require that the high byte of the internal address has to be > written first. > The mxs_i2c driver currently writes the address' low byte first. > > The following patch fixes the byte