Re: [PATCH 02/11] pinctrl: mvebu: dove pinctrl driver

2012-08-20 Thread Thomas Petazzoni
Le Mon, 20 Aug 2012 15:43:11 +0200, Linus Walleij a écrit : > > config PINCTRL_MVEBU > > bool "Marvell SoC pin controller drivers" > > - depends on ARCH_MVEBU > > + depends on ARCH_MVEBU || ARCH_DOVE > > H. > > Shouldn't this thing rather be: > > depends on PLAT_ORION

Re: [PATCH 02/11] pinctrl: mvebu: dove pinctrl driver

2012-08-20 Thread Sebastian Hesselbarh
On 08/20/2012 03:43 PM, Linus Walleij wrote: config PINCTRL_MVEBU bool "Marvell SoC pin controller drivers" - depends on ARCH_MVEBU + depends on ARCH_MVEBU || ARCH_DOVE H. Shouldn't this thing rather be: depends on PLAT_ORION else you end up lining up all Marvell mac

Re: [PATCH 02/11] pinctrl: mvebu: dove pinctrl driver

2012-08-20 Thread Linus Walleij
On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth wrote: (...) > diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig > @@ -147,7 +147,7 @@ config PINCTRL_COH901 > > config PINCTRL_MVEBU > bool "Marvell SoC pin controller drivers" > - depends on ARCH_MVEBU > +

[PATCH 02/11] pinctrl: mvebu: dove pinctrl driver

2012-08-11 Thread Sebastian Hesselbarth
This patch adds a SoC specific pinctrl driver for Marvell Dove SoCs plus DT binding documentation. This driver will use the mvebu pinctrl driver core. Signed-off-by: Sebastian Hesselbarth --- Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: Russell King Cc: Linus Walleij Cc: Lior Amsalem