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
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
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
> +
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
4 matches
Mail list logo