public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] ColdFire I2C implementing I2C idle [PATCH]
@ 2010-01-19 20:50 Michael Durrant
  2010-01-20  8:26 ` Heiko Schocher
  2010-01-20 18:33 ` [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format Michael Durrant
  0 siblings, 2 replies; 10+ messages in thread
From: Michael Durrant @ 2010-01-19 20:50 UTC (permalink / raw)
  To: u-boot

Signed-off-by: David Wu <davidwu@arcturusnetworks.com>
Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>


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 sequence before proceeding with
   normal initialization code. This issues a STOP command to the
   slave device, placing it in idle state as if it were just
   power-cycled on.

   I2CR = 0x0
   I2CR = 0xA
   dummy read of I2DR
   I2SR = 0x0
   I2CR = 0x0

--
Michael Durrant
mdurrant at arcturusnetworks.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: drivers_i2c_fsl_i2c.patch
Type: application/octet-stream
Size: 1005 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100119/6b191970/attachment.obj 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-01-25  8:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 20:50 [U-Boot] ColdFire I2C implementing I2C idle [PATCH] Michael Durrant
2010-01-20  8:26 ` Heiko Schocher
2010-01-20 18:33 ` [U-Boot] ColdFire I2C implementing I2C idle [PATCH] -- resent in git format Michael Durrant
2010-01-21  7:25   ` Heiko Schocher
2010-01-21  7:41     ` Joakim Tjernlund
2010-01-21  8:04       ` Heiko Schocher
2010-01-21 10:29         ` Wolfgang Wegner
2010-01-21 11:49           ` Heiko Schocher
2010-01-21 17:49             ` Michael Durrant
2010-01-25  8:17               ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox