Re: [PATCH 3/4] Convert PowerPC MPC i2c to of_platform_driver from platform_driver

2007-12-10 Thread Jon Smirl
On 12/10/07, Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Dec 9, 2007, at 5:36 PM, Jon Smirl wrote: > > > Convert MPC i2c driver from being a platform_driver to an open > > firmware version. Error returns were improved. Routine names were > > changed from fsl_ to mpc_ to make them match the file na

Re: [PATCH 3/4] Convert PowerPC MPC i2c to of_platform_driver from platform_driver

2007-12-10 Thread Kumar Gala
On Dec 9, 2007, at 5:36 PM, Jon Smirl wrote: > Convert MPC i2c driver from being a platform_driver to an open > firmware version. Error returns were improved. Routine names were > changed from fsl_ to mpc_ to make them match the file name. > > Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> > --

[PATCH 3/4] Convert PowerPC MPC i2c to of_platform_driver from platform_driver

2007-12-09 Thread Jon Smirl
Convert MPC i2c driver from being a platform_driver to an open firmware version. Error returns were improved. Routine names were changed from fsl_ to mpc_ to make them match the file name. Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/fsl_soc.c | 96 ---

[PATCH 3/4] Convert PowerPC MPC i2c to of_platform_driver from platform_driver

2007-12-03 Thread Jon Smirl
Convert MPC i2c driver from being a platform_driver to an open firmware version. Error returns were improved. Routine names were changed from fsl_ to mpc_ to make them match the file name. --- arch/powerpc/sysdev/fsl_soc.c | 96 - drivers/i2c/busses/i2c-mpc.c | 185 +