Re: [U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-16 Thread Wolfgang Denk
Dear Ben Warren, In message <[EMAIL PROTECTED]> you wrote: > > > You are right (as I wrote in the help text ...) > > > > Is "i2c reinit" as commandname ok? Please stick with "i2c reset" Nad, Heiko: in English, it's "command name". > I don't have a problem with 'i2c reset' or 'i2c reinit' as co

Re: [U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-16 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: > Heiko Schocher wrote: >> Hello Ben, >> >> Ben Warren wrote: >> >>> Heiko Schocher wrote: >>> >> [...] >> "i2c probe - show devices on the I2C bus\n" +"i2c reset - reinit the I2C Controller\n" >>> re-init or re-initialize woul

Re: [U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-16 Thread Ben Warren
Hi Heiko, Heiko Schocher wrote: > Hello Ben, > > Ben Warren wrote: > >> Heiko Schocher wrote: >> > [...] > >>> "i2c probe - show devices on the I2C bus\n" >>> +"i2c reset - reinit the I2C Controller\n" >>> >>> >> re-init or re-initialize would be better. >> > > Y

Re: [U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-16 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: > Heiko Schocher wrote: [...] >> "i2c probe - show devices on the I2C bus\n" >> +"i2c reset - reinit the I2C Controller\n" >> > re-init or re-initialize would be better. You are right (as I wrote in the help text ...) Is "i2c reinit" as commandname ok? b

Re: [U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-15 Thread Ben Warren
Heiko Schocher wrote: > If I2C Bus is blocked (see doc/I2C_Edge_Conditions), > it is not possible to get out of this, until the > complete Hardware gets a reset. This new commando > You mean a commando like Chuck Norris? Seriously, you use this word in a lot of these patches and it's not quite

[U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

2008-10-15 Thread Heiko Schocher
If I2C Bus is blocked (see doc/I2C_Edge_Conditions), it is not possible to get out of this, until the complete Hardware gets a reset. This new commando calls again i2c_init (and that calls i2c_init_board if defined), which will deblock the I2C Bus. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]>