Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format

2010-01-25 Thread Heiko Schocher
Hello Michael, Michael Durrant wrote: Heiko Schocher wrote: Hello Wolfgang, Wolfgang Wegner wrote: On Thu, Jan 21, 2010 at 09:04:29AM +0100, Heiko Schocher wrote: Hello Joakim, Joakim Tjernlund wrote: Hello Michael, Thanks for posting your patches in plain text.

Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format

2010-01-21 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: Hello Michael, Thanks for posting your patches in plain text. Michael Durrant wrote: drivers_i2c_fsl_i2c.patch - need to set I2C to be idle according to the MCF5282 user's manual If I2SR[IBB] is set when the I2C bus module is enabled,

Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format

2010-01-21 Thread Wolfgang Wegner
Hello Heiko, On Thu, Jan 21, 2010 at 09:04:29AM +0100, Heiko Schocher wrote: Hello Joakim, Joakim Tjernlund wrote: Hello Michael, Thanks for posting your patches in plain text. Michael Durrant wrote: drivers_i2c_fsl_i2c.patch - need to set I2C to be idle according to the

Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format

2010-01-21 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Wegner wrote: On Thu, Jan 21, 2010 at 09:04:29AM +0100, Heiko Schocher wrote: Hello Joakim, Joakim Tjernlund wrote: Hello Michael, Thanks for posting your patches in plain text. Michael Durrant wrote: drivers_i2c_fsl_i2c.patch - need to set I2C to be idle

Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format

2010-01-21 Thread Michael Durrant
Heiko Schocher wrote: Hello Wolfgang, Wolfgang Wegner wrote: On Thu, Jan 21, 2010 at 09:04:29AM +0100, Heiko Schocher wrote: Hello Joakim, Joakim Tjernlund wrote: Hello Michael, Thanks for posting your patches in plain text. Michael Durrant wrote:

Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format

2010-01-20 Thread Michael Durrant
drivers_i2c_fsl_i2c.patch - need to set I2C to be idle according to the MCF5282 user's manual If I2SR[IBB] is set when the I2C bus module is enabled, execute the following code sequence before proceeding with normal initialization code. This issues a STOP command to the slave

Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format

2010-01-20 Thread Heiko Schocher
Hello Michael, Thanks for posting your patches in plain text. Michael Durrant wrote: drivers_i2c_fsl_i2c.patch - need to set I2C to be idle according to the MCF5282 user's manual If I2SR[IBB] is set when the I2C bus module is enabled, execute the following code sequence before

Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format

2010-01-20 Thread Joakim Tjernlund
Hello Michael, Thanks for posting your patches in plain text. Michael Durrant wrote: drivers_i2c_fsl_i2c.patch - need to set I2C to be idle according to the MCF5282 user's manual If I2SR[IBB] is set when the I2C bus module is enabled, execute the following code sequence