Re: [PATCH 1/2] Convert i2c-mpc from a platform driver into a of_platform driver, V4

2008-07-11 Thread Grant Likely
On Fri, Jul 11, 2008 at 10:45:56PM +0400, Anton Vorontsov wrote: > On Fri, Jul 11, 2008 at 12:12:14PM -0600, Grant Likely wrote: > > On Thu, Jul 10, 2008 at 12:36:58PM -0400, Timur Tabi wrote: > > > > > > On Jul 9, 2008, at 1:22 PM, Grant Likely wrote: > > > > > >> On Mon, Jun 30, 2008 at 5:01 PM,

Re: [PATCH 1/2] Convert i2c-mpc from a platform driver into a of_platform driver, V4

2008-07-11 Thread Anton Vorontsov
On Fri, Jul 11, 2008 at 12:12:14PM -0600, Grant Likely wrote: > On Thu, Jul 10, 2008 at 12:36:58PM -0400, Timur Tabi wrote: > > > > On Jul 9, 2008, at 1:22 PM, Grant Likely wrote: > > > >> On Mon, Jun 30, 2008 at 5:01 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > >>> Convert i2c-mpc to an of_platform

Re: [PATCH 1/2] Convert i2c-mpc from a platform driver into a of_platform driver, V4

2008-07-11 Thread Grant Likely
On Thu, Jul 10, 2008 at 12:36:58PM -0400, Timur Tabi wrote: > > On Jul 9, 2008, at 1:22 PM, Grant Likely wrote: > >> On Mon, Jun 30, 2008 at 5:01 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: >>> Convert i2c-mpc to an of_platform driver. Utilize the code in >>> drivers/of-i2c.c to make i2c modules dyn

Re: [PATCH 1/2] Convert i2c-mpc from a platform driver into a of_platform driver, V4

2008-07-10 Thread Timur Tabi
On Jul 9, 2008, at 1:22 PM, Grant Likely wrote: On Mon, Jun 30, 2008 at 5:01 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: Convert i2c-mpc to an of_platform driver. Utilize the code in drivers/of-i2c.c to make i2c modules dynamically loadable by the device tree. Timur, can you please test this

Re: [PATCH 1/2] Convert i2c-mpc from a platform driver into a of_platform driver, V4

2008-07-09 Thread Grant Likely
On Mon, Jun 30, 2008 at 5:01 PM, Jon Smirl <[EMAIL PROTECTED]> wrote: > Convert i2c-mpc to an of_platform driver. Utilize the code in > drivers/of-i2c.c to make i2c modules dynamically loadable by the device tree. Timur, can you please test this one on an 83xx platform? It works on 5200, but I w

Re: [PATCH 1/2] Convert i2c-mpc from a platform driver into a of_platform driver, V4

2008-07-02 Thread Jean Delvare
On Wed, 2 Jul 2008 15:33:43 +0200, Wolfram Sang wrote: > Hi Jean, > > On Tue, Jul 01, 2008 at 06:14:44PM +0200, Jean Delvare wrote: > > > Applied, after fixing the patch so that it applies, fixing it again so > > that it is correct in the polling case, and fixing it again to make it > > pass chec

Re: [PATCH 1/2] Convert i2c-mpc from a platform driver into a of_platform driver, V4

2008-07-01 Thread Jean Delvare
Hi Jon, On Mon, 30 Jun 2008 19:01:26 -0400, Jon Smirl wrote: > Convert i2c-mpc to an of_platform driver. Utilize the code in drivers/of-i2c.c > to make i2c modules dynamically loadable by the device tree. > > Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> > --- > > arch/powerpc/sysdev/fsl_soc.c |