public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH 1/2] Add support for multiple I2C buses
@ 2006-08-30 21:35 Ben Warren
  2006-09-01  3:45 ` Nishanth Menon
  2006-09-07 20:50 ` Ben Warren
  0 siblings, 2 replies; 9+ messages in thread
From: Ben Warren @ 2006-08-30 21:35 UTC (permalink / raw)
  To: u-boot

Hello,

Attached is a patch providing support for multiple I2C buses at the
command level.  The second part of the patch includes an implementation
for the MPC834x CPU and MPC8349EMDS board.  Note - this does not include
support for 10-bit addresses.  That's too profound a change to include
here...  Hopefully this addresses concerns with my previous attempts.

Overview:

1. Include new 'i2c' command (based on USB implementation) using
CONFIG_I2C_CMD_TREE.  Note - I opted to not use the last remaining CMD
bit in 'include/cmd_confdefs.h'.

2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
this is only available under the new 'i2c' command mentioned in bullet
1.  

3. Allow by-passing of devices when probing a bus by defining
CFG_I2C_MULTI_NOPROBES.  This is an array of bus-device pairs that will
be skipped by the 'i2c probe' command. 

CHANGELOG:
        Added new 'i2c' master command for all I2C interaction.  This is
conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
setting I2C bus speed as well as changing the active bus if the board
has more than one bus (conditionally compiled with
CONFIG_I2C_MULTI_BUS).  Added a list of devices to ignore when probing
the buses when more than one bus is present.  Updated README.

regards,
Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: i2c_multibus.PATCH
Type: text/x-patch
Size: 9093 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060830/df28dfeb/attachment.bin 

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

end of thread, other threads:[~2006-09-07 20:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-30 21:35 [U-Boot-Users] [PATCH 1/2] Add support for multiple I2C buses Ben Warren
2006-09-01  3:45 ` Nishanth Menon
2006-09-01 19:42   ` Ben Warren
2006-09-01 21:03     ` Wolfgang Denk
2006-09-05 17:59       ` Tolunay Orkun
2006-09-01 23:42     ` nishanth menon
2006-09-02  3:18       ` Ben Warren
2006-09-02  5:21         ` Nishanth Menon
2006-09-07 20:50 ` Ben Warren

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