From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Tue, 23 May 2006 01:59:59 -0500 Subject: [U-Boot-Users] PATCH: Add command support for multiple I2C controllers In-Reply-To: <446DB510.5060905@broadcom.com> References: <20060518230331.95D2B3525D9@atlas.denx.de> <446DB510.5060905@broadcom.com> Message-ID: <4472B2EF.6080308@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Travis B. Sawyer wrote: > Wolfgang Denk wrote: > >> I definitely see an improvement with each iteration, and my feeling >> is that you understand pretty well what I mean. I encourage you to >> continue. Please go on. >> >> Best regards, >> >> Wolfgang Denk >> >> >> > Yes, do please continue. I currently have a hackish implementation that > is used only on > the sandburst boards, as I didn't want to pollute the tree making > others' images larger. Me too. :) I too would benefit from this as the board that I am working (405EP based) has 2 I2C busses; The regular hardware i2c bus and the soft i2c using 2 GPIO pins. I too would like to do initialization in U-Boot on the soft I2C bus. Standard support for multiple I2C busses would be great. Best regards, Tolunay