Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-07-18 Thread Jeff Garzik
Kumar Gala wrote: On Jul 18, 2008, at 4:26 AM, Laurent Pinchart wrote: On Thursday 26 June 2008, Vitaly Bordug wrote: On Thu, 26 Jun 2008 13:21:23 +0200 Laurent Pinchart <[EMAIL PROTECTED]> wrote: There should be no dependencies. When the OF GPIO support is not selected linux/of_gpio.h will

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-07-18 Thread Kumar Gala
On Jul 18, 2008, at 4:26 AM, Laurent Pinchart wrote: On Thursday 26 June 2008, Vitaly Bordug wrote: On Thu, 26 Jun 2008 13:21:23 +0200 Laurent Pinchart <[EMAIL PROTECTED]> wrote: There should be no dependencies. When the OF GPIO support is not selected linux/of_gpio.h will define of_get_gpio

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-07-18 Thread Laurent Pinchart
On Thursday 26 June 2008, Vitaly Bordug wrote: > On Thu, 26 Jun 2008 13:21:23 +0200 > Laurent Pinchart <[EMAIL PROTECTED]> wrote: > > > > There should be no dependencies. When the OF GPIO support is not > > > selected linux/of_gpio.h will define of_get_gpio() as a stub, so the > > > fs_enet driver

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-06-26 Thread Vitaly Bordug
On Thu, 26 Jun 2008 13:21:23 +0200 Laurent Pinchart <[EMAIL PROTECTED]> wrote: > > There should be no dependencies. When the OF GPIO support is not selected > > linux/of_gpio.h will define of_get_gpio() as a stub, so the fs_enet driver > > will fall back to the legacy binding. > > Have we rea

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-06-26 Thread Laurent Pinchart
Jeff, Scott, On Wednesday 18 June 2008 17:16, Laurent Pinchart wrote: > On Wednesday 18 June 2008 17:00, Jeff Garzik wrote: > > Laurent Pinchart wrote: > > > Hi Scott, > > > > > > On Monday 16 June 2008 18:34, Scott Wood wrote: > > >> On Mon, Jun 16, 2008 at 10:57:02AM +0200, Laurent Pinchart wro

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-06-18 Thread Laurent Pinchart
On Wednesday 18 June 2008 17:00, Jeff Garzik wrote: > Laurent Pinchart wrote: > > Hi Scott, > > > > On Monday 16 June 2008 18:34, Scott Wood wrote: > >> On Mon, Jun 16, 2008 at 10:57:02AM +0200, Laurent Pinchart wrote: > >>> On Monday 26 May 2008 11:53, Laurent Pinchart wrote: > Port the fs_e

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-06-18 Thread Jeff Garzik
Laurent Pinchart wrote: Hi Scott, On Monday 16 June 2008 18:34, Scott Wood wrote: On Mon, Jun 16, 2008 at 10:57:02AM +0200, Laurent Pinchart wrote: On Monday 26 May 2008 11:53, Laurent Pinchart wrote: Port the fs_enet driver to support the MDIO on GPIO driver for PHY access in addition to the

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-06-18 Thread Laurent Pinchart
Hi Scott, On Monday 16 June 2008 18:34, Scott Wood wrote: > On Mon, Jun 16, 2008 at 10:57:02AM +0200, Laurent Pinchart wrote: > > On Monday 26 May 2008 11:53, Laurent Pinchart wrote: > > > Port the fs_enet driver to support the MDIO on GPIO driver for PHY > > > access in addition to the mii-bitban

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-06-16 Thread Scott Wood
On Mon, Jun 16, 2008 at 10:57:02AM +0200, Laurent Pinchart wrote: > On Monday 26 May 2008 11:53, Laurent Pinchart wrote: > > Port the fs_enet driver to support the MDIO on GPIO driver for PHY access > > in addition to the mii-bitbang driver. > > Now that 1/2 has been applied by Jeff, could this on

Re: [PATCH 2/2] fs_enet: MDIO on GPIO support

2008-06-16 Thread Laurent Pinchart
On Monday 26 May 2008 11:53, Laurent Pinchart wrote: > Port the fs_enet driver to support the MDIO on GPIO driver for PHY access > in addition to the mii-bitbang driver. Now that 1/2 has been applied by Jeff, could this one make it to powerpc-next ? > Signed-off-by: Laurent Pinchart <[EMAIL PROT