[PATCH POWERPC] i2c: adds support for i2c bus on Frescale CPM1/CPM2 controllers

2007-12-21 Thread Jochen Friedrich
Using the port of 2.4 code from Vitaly Bordug <[EMAIL PROTECTED]> and the actual algorithm used by the i2c driver of the DBox code on cvs.tuxboc.org from Tmbinc, Gillem ([EMAIL PROTECTED]). Renamed i2c-rpx.c and i2c-algo-8xx.c to i2c-cpm.c and converted the driver to an of_platform_driver. Signed-

Re: [PATCH POWERPC] i2c: adds support for i2c bus on Frescale CPM1/CPM2 controllers

2007-12-21 Thread Vitaly Bordug
On Fri, 21 Dec 2007 20:36:28 +0100 Jochen Friedrich wrote: > Using the port of 2.4 code from Vitaly Bordug > <[EMAIL PROTECTED]> and the actual algorithm used by the i2c > driver of the DBox code on cvs.tuxboc.org from Tmbinc, Gillem > ([EMAIL PROTECTED]). Renamed i2c-rpx.c and i2c-algo-8xx.c to i

Re: [PATCH POWERPC] i2c: adds support for i2c bus on Frescale CPM1/CPM2 controllers

2007-12-22 Thread Jochen Friedrich
Hi Vitaly, > I had an attempt a while ago to do this but haven't had enough time to get it > completed, so > I am glad to see it finally picked up. There was some sort of discussion that > time, you seem to have some of those points > addressed but something not, please > check: http://lkml.org

Re: [PATCH POWERPC] i2c: adds support for i2c bus on Frescale CPM1/CPM2 controllers

2008-01-23 Thread Jean Delvare
On Sat, 22 Dec 2007 00:11:12 +0300, Vitaly Bordug wrote: > On Fri, 21 Dec 2007 20:36:28 +0100 > Jochen Friedrich wrote: > > > Using the port of 2.4 code from Vitaly Bordug > > <[EMAIL PROTECTED]> and the actual algorithm used by the i2c > > driver of the DBox code on cvs.tuxboc.org from Tmbinc, Gi