[U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Heiko Schocher
This patch adds the possibility to call a board specific i2c bus reset routine for the fsl_i2c bus driver, and adds this option for the keymile kmeter1 board. Signed-off-by: Heiko Schocher --- board/keymile/common/common.c | 14 ++ drivers/i2c/fsl_i2c.c |6 ++ inclu

Re: [U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: >> This patch adds the possibility to call a board specific >> i2c bus reset routine for the fsl_i2c bus driver, and adds >> this option for the keymile kmeter1 board. >> [...] >> @@ -478,6 +480,17 @@ static int i2c_make_abort (void) >> */ >> void i2c_init_

Re: [U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Joakim Tjernlund
> > This patch adds the possibility to call a board specific > i2c bus reset routine for the fsl_i2c bus driver, and adds > this option for the keymile kmeter1 board. > > Signed-off-by: Heiko Schocher > --- > board/keymile/common/common.c | 14 ++ > drivers/i2c/fsl_i2c.c |

Re: [U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Joakim Tjernlund
Heiko Schocher wrote on 28/01/2009 11:54:22: > Hello Joakim, > > Joakim Tjernlund wrote: > >> This patch adds the possibility to call a board specific > >> i2c bus reset routine for the fsl_i2c bus driver, and adds > >> this option for the keymile kmeter1 board. > >> > [...] > >> @@ -478,6 +480,

Re: [U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: > Heiko Schocher wrote on 28/01/2009 11:54:22: >> Joakim Tjernlund wrote: This patch adds the possibility to call a board specific i2c bus reset routine for the fsl_i2c bus driver, and adds this option for the keymile kmeter1 board. >> [..

Re: [U-Boot] [PATCH 19/31] i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c

2009-01-28 Thread Joakim Tjernlund
> Hello Joakim, > > Joakim Tjernlund wrote: > > Heiko Schocher wrote on 28/01/2009 11:54:22: > >> Joakim Tjernlund wrote: > This patch adds the possibility to call a board specific > i2c bus reset routine for the fsl_i2c bus driver, and adds > this option for the keymile kmeter1 bo