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

2013-02-15 Thread Linus Walleij
On Wed, Feb 13, 2013 at 4:29 AM, Simon Horman horms+rene...@verge.net.au wrote: From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Support device instantiation through the device tree. The compatible property is used to select the SoC pinmux information. Set the gpio_chip

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

2013-02-12 Thread Simon Horman
From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com 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:

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

2013-01-07 Thread Laurent Pinchart
Hi Tony, On Friday 04 January 2013 14:12:06 Tony Prisk wrote: On Fri, 2013-01-04 at 01:40 +0100, Laurent Pinchart wrote: +- #gpio-cells: Should be 2. The first cell is the pin number and the second cell + is used to specify optional parameters (currently unused). ... + gpio:

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

2013-01-03 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 laurent.pinchart+rene...@ideasonboard.com Cc:

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

2013-01-03 Thread Tony Prisk
On Fri, 2013-01-04 at 01:40 +0100, Laurent Pinchart wrote: +- #gpio-cells: Should be 2. The first cell is the pin number and the second cell + is used to specify optional parameters (currently unused). ... + gpio: pfc@e605 { + compatible = renesas,pfc-sh73a0; +