Re: [PATCH RFC v3 3/3] pinctrl: add pinctrl gpio binding support

2012-05-23 Thread Dong Aisheng
On Thu, May 24, 2012 at 12:42:19PM +0800, Stephen Warren wrote: > On 05/23/2012 07:42 PM, Dong Aisheng wrote: > > On Thu, May 24, 2012 at 4:44 AM, Stephen Warren > > wrote: > >> On 05/23/2012 07:22 AM, Dong Aisheng wrote: > >>> From: Dong Aisheng > >>> > >>> This patch implements a standard comm

Re: [PATCH RFC v3 3/3] pinctrl: add pinctrl gpio binding support

2012-05-23 Thread Stephen Warren
On 05/23/2012 07:42 PM, Dong Aisheng wrote: > On Thu, May 24, 2012 at 4:44 AM, Stephen Warren wrote: >> On 05/23/2012 07:22 AM, Dong Aisheng wrote: >>> From: Dong Aisheng >>> >>> This patch implements a standard common binding for pinctrl gpio ranges. >>> Each SoC can add gpio ranges through devi

Re: [PATCH v2 00/12] add imx usb driver for mx28/6x

2012-05-23 Thread Richard Zhao
On Tue, May 22, 2012 at 01:08:31PM +0800, Richard Zhao wrote: > On Mon, May 21, 2012 at 04:34:15PM -0300, Fabio Estevam wrote: > > Hi Richard, > > > > On Mon, May 21, 2012 at 6:23 AM, Richard Zhao > > wrote: > > > The work is based on  ci13xxx rework done by Alexander Shishkin. > > > > > > Status

Re: [PATCH RFC v3 3/3] pinctrl: add pinctrl gpio binding support

2012-05-23 Thread Dong Aisheng
On Thu, May 24, 2012 at 4:44 AM, Stephen Warren wrote: > On 05/23/2012 07:22 AM, Dong Aisheng wrote: >> From: Dong Aisheng >> >> This patch implements a standard common binding for pinctrl gpio ranges. >> Each SoC can add gpio ranges through device tree by adding a gpio-maps >> property >> under

Re: [PATCH RFC v3 3/3] pinctrl: add pinctrl gpio binding support

2012-05-23 Thread Stephen Warren
On 05/23/2012 07:22 AM, Dong Aisheng wrote: > From: Dong Aisheng > > This patch implements a standard common binding for pinctrl gpio ranges. > Each SoC can add gpio ranges through device tree by adding a gpio-maps > property > under their pinctrl devices node with the format: > <&gpio $gpio_off

[PATCH v4 3/3] ARM: dts: add nodes for atmel hsmci controllers for atmel platforms

2012-05-23 Thread ludovic.desroches
From: Ludovic Desroches Add nodes for mci controllers. Signed-off-by: Ludovic Desroches --- v4: add new chips and boards arch/arm/boot/dts/at91sam9260.dtsi |9 + arch/arm/boot/dts/at91sam9263.dtsi | 18 ++ arch/arm/boot/dts/at91sam9263ek.dts

[PATCH v4 2/3] ARM: at91: add clocks for DT entries

2012-05-23 Thread ludovic.desroches
From: Ludovic Desroches Add clocks to clock lookup table for DT entries. Signed-off-by: Ludovic Desroches --- v4: add new chips arch/arm/mach-at91/at91sam9260.c |1 + arch/arm/mach-at91/at91sam9263.c |2 ++ arch/arm/mach-at91/at91sam9g45.c |2 ++ arch/arm/mach-at91/at91sam9n12.c |

Re: [PATCH v5 1/4] regulator: helper routine to extract regulator_init_data

2012-05-23 Thread David Brown
On Fri, Nov 18, 2011 at 04:47:17PM +0530, Rajendra Nayak wrote: > + xyzreg: regulator@0 { > + regulator-min-microvolt = <100>; > + regulator-max-microvolt = <250>; > + regulator-always-on; > + vin-supply = <&vin>; > + }; Just noticed

Re: [PATCH v2 05/12] usb: chipidea: add imx driver binding

2012-05-23 Thread Felipe Balbi
On Wed, May 23, 2012 at 04:02:21PM +0300, Alexander Shishkin wrote: > Richard Zhao writes: > > > On Tue, May 22, 2012 at 01:41:30PM +0300, Alexander Shishkin wrote: > >> Felipe Balbi writes: > >> > >> > On Tue, May 22, 2012 at 06:31:40PM +0800, Richard Zhao wrote: > >> >> On Tue, May 22, 2012 a

[PATCH v4 1/3] mmc: atmel-mci: add device tree support

2012-05-23 Thread ludovic.desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- .../devicetree/bindings/mmc/atmel-hsmci.txt| 67 +++ drivers/mmc/host/atmel-mci.c | 87 +++- 2 files changed, 152 insertions(+), 2 deletions(-) create mode 100644 Document