From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 15 Oct 2008 09:33:03 -0700 Subject: [U-Boot] [PATCH v2 13/16] I2C: adding new "i2c bus" Command to the I2C Subsystem. In-Reply-To: <48F59E43.7030602@denx.de> References: <48F59E43.7030602@denx.de> Message-ID: <48F61B3F.6090308@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Heiko Schocher wrote: > With this Command it is possible to add new I2C Busses, > which are behind 1 .. n I2C Muxes. Details see README. > While this is pretty cool, I'm curious what circumstances lead to needing to add I2C buses at run-time via command line. Presumably you have a real business need for this in a bootloader? regards, Ben