Re: [PATCH] powerpc: i2c-ibm_iic register child nodes

2008-07-10 Thread Jean Delvare
Hi Sean, On Tue, 8 Jul 2008 14:46:09 -0400, Sean MacLennan wrote: > This patch completes the conversion of the IBM IIC driver to an > of-platform driver. > > It removes the index from the IBM IIC driver and makes it an unnumbered > driver. It then calls of_register_i2c_devices to properly registe

Re: [PATCH] powerpc: i2c-ibm_iic register child nodes

2008-07-08 Thread Josh Boyer
On Tue, 8 Jul 2008 16:22:40 -0400 Sean MacLennan <[EMAIL PROTECTED]> wrote: > Update the warp to use the new IBM IIC driver. We no longer need to > register the I2C devices in the platform code. > > Also adds a small bugfix for the i2c code if the i2c read fails. I'll queue this up after Jean pu

Re: [PATCH] powerpc: i2c-ibm_iic register child nodes

2008-07-08 Thread Sean MacLennan
Update the warp to use the new IBM IIC driver. We no longer need to register the I2C devices in the platform code. Also adds a small bugfix for the i2c code if the i2c read fails. Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/platforms/44x/warp.c b/arch/powerpc

[PATCH] powerpc: i2c-ibm_iic register child nodes

2008-07-08 Thread Sean MacLennan
This patch completes the conversion of the IBM IIC driver to an of-platform driver. It removes the index from the IBM IIC driver and makes it an unnumbered driver. It then calls of_register_i2c_devices to properly register all the child nodes in the DTS. Signed-off-by: Sean MacLennan <[EMAIL PROT