Re: [PATCH][RFC][POWERPC] i2c: adds support for i2c bus on 8xx

2007-04-25 Thread Scott Wood
Vitaly Bordug wrote: i2c && 8xx combo never work with 2.6 at least in mainstream. That's why related stuff were scheduled to removal by Jean even, before I came up with this stuff. [snip] This could all be done with an of_platform driver instead, and avoid the above. (Someone else already

Re: [PATCH][RFC][POWERPC] i2c: adds support for i2c bus on 8xx

2007-04-25 Thread Scott Wood
Vitaly Bordug wrote: i2c 8xx combo never work with 2.6 at least in mainstream. That's why related stuff were scheduled to removal by Jean even, before I came up with this stuff. [snip] This could all be done with an of_platform driver instead, and avoid the above. (Someone else already

Re: [PATCH][RFC][POWERPC] i2c: adds support for i2c bus on 8xx

2007-04-22 Thread Olof Johansson
On Fri, Apr 20, 2007 at 08:27:14AM +0400, Vitaly Bordug wrote: > diff --git a/arch/powerpc/platforms/8xx/mpc885ads_setup.c > b/arch/powerpc/platforms/8xx/mpc885ads_setup.c > index 9bd81c7..d32e066 100644 > --- a/arch/powerpc/platforms/8xx/mpc885ads_setup.c > +++

Re: [PATCH][RFC][POWERPC] i2c: adds support for i2c bus on 8xx

2007-04-22 Thread Olof Johansson
On Fri, Apr 20, 2007 at 08:27:14AM +0400, Vitaly Bordug wrote: diff --git a/arch/powerpc/platforms/8xx/mpc885ads_setup.c b/arch/powerpc/platforms/8xx/mpc885ads_setup.c index 9bd81c7..d32e066 100644 --- a/arch/powerpc/platforms/8xx/mpc885ads_setup.c +++

Re: [PATCH][RFC][POWERPC] i2c: adds support for i2c bus on 8xx

2007-04-20 Thread Segher Boessenkool
+ compatible = "fsl-i2c-cpm"; "fsl,i2c-cpm" instead. Segher - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the

Re: [PATCH][RFC][POWERPC] i2c: adds support for i2c bus on 8xx

2007-04-20 Thread Segher Boessenkool
+ compatible = fsl-i2c-cpm; fsl,i2c-cpm instead. Segher - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

[PATCH][RFC][POWERPC] i2c: adds support for i2c bus on 8xx

2007-04-19 Thread Vitaly Bordug
Utilized devicetree to store I2C data, ported i2c-algo-8xx.c from 2.4 approach(which remains nearly intact), refined i2c-rpx.c. I2C functionality has been validated on mpc885ads with EEPROM access. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- Jean, The patch below may have rough edges

[PATCH][RFC][POWERPC] i2c: adds support for i2c bus on 8xx

2007-04-19 Thread Vitaly Bordug
Utilized devicetree to store I2C data, ported i2c-algo-8xx.c from 2.4 approach(which remains nearly intact), refined i2c-rpx.c. I2C functionality has been validated on mpc885ads with EEPROM access. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- Jean, The patch below may have rough edges