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, >> >> Than

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. > >

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

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 i

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

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 c

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 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 device

Re: [U-Boot] ColdFire I2C implementing I2C idle [PATCH]

2010-01-20 Thread Heiko Schocher
Hello Michael, Michael Durrant wrote: > Signed-off-by: David Wu > Signed-off-by: Michael Durrant Can you please use git-format-patch for creating this patch, and post it here again not attached, just as plain text? (Same for your other 3 patches) Thanks. bye Heiko -- DENX Software Engineeri

[U-Boot] ColdFire I2C implementing I2C idle [PATCH]

2010-01-19 Thread Michael Durrant
Signed-off-by: David Wu Signed-off-by: Michael Durrant Patch created against u-boot-2009.11 release drivers_i2c_fsl_i2c.patch - need to set I2C to be idle acoording to the MCF5282 user's manual If I2SR[IBB] is set when the I2C bus module is enabled, execute the following code sequenc