Re: [PATCH v2 1/8] sh-pfc: Add OF support

2013-01-24 Thread Simon Horman
On Thu, Jan 24, 2013 at 12:17:32PM +0100, Laurent Pinchart wrote: > Hi Simon, > > On Monday 21 January 2013 09:38:28 Simon Horman wrote: > > On Tue, Jan 15, 2013 at 10:10:19AM +0900, Simon Horman wrote: > > > On Sat, Jan 12, 2013 at 06:18:54PM +0100, Guennadi Liakhovetski wrote: > > > > On Wed, 9

Re: [PATCH v2 1/8] sh-pfc: Add OF support

2013-01-24 Thread Laurent Pinchart
Hi Guennadi, On Saturday 12 January 2013 18:18:54 Guennadi Liakhovetski wrote: > On Wed, 9 Jan 2013, Laurent Pinchart wrote: > > Support device instantiation through the device tree. The compatible > > property is used to select the SoC pinmux information. > > > > Set the gpio_chip device field t

Re: [PATCH v2 1/8] sh-pfc: Add OF support

2013-01-24 Thread Laurent Pinchart
Hi Simon, On Monday 21 January 2013 09:38:28 Simon Horman wrote: > On Tue, Jan 15, 2013 at 10:10:19AM +0900, Simon Horman wrote: > > On Sat, Jan 12, 2013 at 06:18:54PM +0100, Guennadi Liakhovetski wrote: > > > On Wed, 9 Jan 2013, Laurent Pinchart wrote: > > > > Support device instantiation through

Re: [PATCH v2 1/8] sh-pfc: Add OF support

2013-01-20 Thread Simon Horman
On Tue, Jan 15, 2013 at 10:10:19AM +0900, Simon Horman wrote: > On Sat, Jan 12, 2013 at 06:18:54PM +0100, Guennadi Liakhovetski wrote: > > Hi Laurent > > > > On Wed, 9 Jan 2013, Laurent Pinchart wrote: > > > > > Support device instantiation through the device tree. The compatible > > > property i

Re: [PATCH v2 1/8] sh-pfc: Add OF support

2013-01-14 Thread Simon Horman
On Sat, Jan 12, 2013 at 06:18:54PM +0100, Guennadi Liakhovetski wrote: > Hi Laurent > > On Wed, 9 Jan 2013, Laurent Pinchart wrote: > > > Support device instantiation through the device tree. The compatible > > property is used to select the SoC pinmux information. > > > > Set the gpio_chip devi

Re: [PATCH v2 1/8] sh-pfc: Add OF support

2013-01-12 Thread Guennadi Liakhovetski
Hi Laurent On Wed, 9 Jan 2013, Laurent Pinchart wrote: > Support device instantiation through the device tree. The compatible > property is used to select the SoC pinmux information. > > Set the gpio_chip device field to the PFC device to enable automatic > GPIO OF support. > > Signed-off-by: L

[PATCH v2 1/8] sh-pfc: Add OF support

2013-01-08 Thread Laurent Pinchart
Support device instantiation through the device tree. The compatible property is used to select the SoC pinmux information. Set the gpio_chip device field to the PFC device to enable automatic GPIO OF support. Signed-off-by: Laurent Pinchart Cc: devicetree-discuss@lists.ozlabs.org --- .../bindi