Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core

2012-08-25 Thread Andrew Lunn
On Mon, Aug 20, 2012 at 11:09:51AM +0200, Linus Walleij wrote: > On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth > wrote: > > > This patch adds a pinctrl driver core for Marvell SoCs plus DT > > binding documentation. This core driver will be used by SoC family > > specific drivers, i.e. A

Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core

2012-08-20 Thread Sebastian Hesselbarth
On 08/20/2012 04:18 PM, Linus Walleij wrote: I'll review the variant types but inside pinctrl-mvebu variant is used as a bit mask to distinguish different variants. Anyway, they should always be the same size. Aha bitmask, seems you can only have 8 different variants of the Marvell's then? On

Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core

2012-08-20 Thread Linus Walleij
On Mon, Aug 20, 2012 at 11:46 AM, Sebastian Hesselbarth wrote: > On 8/20/12, Linus Walleij wrote: >> Are you taking this patch series through some Marvell tree or do you want >> me to carry it in the pinctrl tree? > > I think it would be better to take it through the Marvell tree of Jason > Coop

Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core

2012-08-20 Thread Linus Walleij
On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth wrote: > This patch adds a pinctrl driver core for Marvell SoCs plus DT > binding documentation. This core driver will be used by SoC family > specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso. (...) > +config PINCTRL_MVEBU >

Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core

2012-08-20 Thread Thomas Petazzoni
Hello, Le Mon, 20 Aug 2012 11:46:14 +0200, Sebastian Hesselbarth a écrit : > >> +uart1: serial@12100 { > >> + compatible = "ns16550a"; > >> + reg = <0x12100 0x100>; > >> + reg-shift = <2>; > >> + interrupts = <7>; > >> + clock-frequency = <16667>; > > > > It's g

Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core

2012-08-20 Thread Sebastian Hesselbarth
On 8/20/12, Linus Walleij wrote: > Are you taking this patch series through some Marvell tree or do you want > me to carry it in the pinctrl tree? Hi Linus, I think it would be better to take it through the Marvell tree of Jason Cooper. It is only for Marvell SoCs anyway. >> +uart1: serial@1210

Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core

2012-08-20 Thread Linus Walleij
On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth wrote: > This patch adds a pinctrl driver core for Marvell SoCs plus DT > binding documentation. This core driver will be used by SoC family > specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso. Thanks for dealing with this, m

[PATCH 01/11] pinctrl: mvebu: pinctrl driver core

2012-08-11 Thread Sebastian Hesselbarth
This patch adds a pinctrl driver core for Marvell SoCs plus DT binding documentation. This core driver will be used by SoC family specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Thomas Petazzoni --- Cc: Grant Likely Cc: Rob