Re: [PATCH 1/6] ARM: sunxi: Add pinctrl driver for Allwinner SoCs

2013-01-17 Thread Linus Walleij
On Mon, Jan 7, 2013 at 4:50 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Le 07/01/2013 00:46, Linus Walleij a écrit : or similar, as you see 2 mA for each added driver stage. The driver can convert to any internal representation... Ok, I will do it. Do you have other comments

Re: [PATCH 1/6] ARM: sunxi: Add pinctrl driver for Allwinner SoCs

2013-01-07 Thread Maxime Ripard
Hi Linus, Le 07/01/2013 00:46, Linus Walleij a écrit : On Wed, Dec 19, 2012 at 9:18 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: The Allwinner SoCs have an IP module that handle both the muxing and the GPIOs. Sorry for very slow review :-( :-( That's fine, at that time of

Re: [PATCH 1/6] ARM: sunxi: Add pinctrl driver for Allwinner SoCs

2013-01-06 Thread Linus Walleij
On Wed, Dec 19, 2012 at 9:18 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: The Allwinner SoCs have an IP module that handle both the muxing and the GPIOs. Sorry for very slow review :-( :-( include/linux/pinctrl/pinconf-generic.h|1 + Can you break this into a

Re: [PATCH 1/6] ARM: sunxi: Add pinctrl driver for Allwinner SoCs

2012-12-19 Thread Maxime Ripard
Hi Linus, Le 11/12/2012 01:28, Linus Walleij a écrit : On Mon, Dec 10, 2012 at 11:08 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: This IP has 8 banks of 32 bits, with a number of pins actually useful for each of these banks varying from one to another, and depending on the SoC

[PATCH 1/6] ARM: sunxi: Add pinctrl driver for Allwinner SoCs

2012-12-19 Thread Maxime Ripard
The Allwinner SoCs have an IP module that handle both the muxing and the GPIOs. This IP has 8 banks of 32 bits, with a number of pins actually useful for each of these banks varying from one to another, and depending on the SoC used on the board. This driver only implements the pinctrl part, the

Re: [PATCH 1/6] ARM: sunxi: Add pinctrl driver for Allwinner SoCs

2012-12-10 Thread Linus Walleij
On Mon, Dec 10, 2012 at 11:08 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: This IP has 8 banks of 32 bits, with a number of pins actually useful for each of these banks varying from one to another, and depending on the SoC used on the board. This driver only implements the