Re: [PATCH v2 0/7] ARM: berlin: add pinctrl support

2014-04-26 Thread Sebastian Hesselbarth
On 04/25/2014 11:13 AM, Linus Walleij wrote: > On Wed, Apr 23, 2014 at 5:51 PM, Antoine Ténart > wrote: > >> This series adds support for the Marvell Berlin pin-controller, allowing >> to configure the pin muxing from the device tree. > > I've looked over the patch series and there is nothing re

Re: [PATCH v2 0/7] ARM: berlin: add pinctrl support

2014-04-25 Thread Linus Walleij
On Wed, Apr 23, 2014 at 5:51 PM, Antoine Ténart wrote: > This series adds support for the Marvell Berlin pin-controller, allowing > to configure the pin muxing from the device tree. I've looked over the patch series and there is nothing really controversial in there, but I'm waiting for Thomas &

Re: [PATCH v2 0/7] ARM: berlin: add pinctrl support

2014-04-24 Thread Thomas Petazzoni
Dear Linus Walleij, On Thu, 24 Apr 2014 14:52:20 +0200, Linus Walleij wrote: > > Tested on the Berlin BG2Q. > > So now I need some advice from the mvebu pinctrl maintainers > (Thomas, Sebastian etc): > > - Is this a totally different pin controller so that drivers/pinctrl/mvebu > can not be us

Re: [PATCH v2 0/7] ARM: berlin: add pinctrl support

2014-04-24 Thread Sebastian Hesselbarth
On 04/24/2014 02:52 PM, Linus Walleij wrote: On Wed, Apr 23, 2014 at 5:51 PM, Antoine Ténart wrote: This series adds support for the Marvell Berlin pin-controller, allowing to configure the pin muxing from the device tree. The Berlin pin-controller support is divided into 3 drivers, each driv

Re: [PATCH v2 0/7] ARM: berlin: add pinctrl support

2014-04-24 Thread Russell King - ARM Linux
On Thu, Apr 24, 2014 at 02:52:20PM +0200, Linus Walleij wrote: > - Why do hardware engineers seek to reinvent wheels like pin > controllers, GPIO and DMA engines all the time :-/ They think they have a rectangular pin cross-section which needs special treatment to fit into the round hole in a tu

Re: [PATCH v2 0/7] ARM: berlin: add pinctrl support

2014-04-24 Thread Linus Walleij
On Wed, Apr 23, 2014 at 5:51 PM, Antoine Ténart wrote: > This series adds support for the Marvell Berlin pin-controller, allowing > to configure the pin muxing from the device tree. > > The Berlin pin-controller support is divided into 3 drivers, each > driving one Berlin SoC. These drivers use a

[PATCH v2 0/7] ARM: berlin: add pinctrl support

2014-04-23 Thread Antoine Ténart
This series adds support for the Marvell Berlin pin-controller, allowing to configure the pin muxing from the device tree. The Berlin pin-controller support is divided into 3 drivers, each driving one Berlin SoC. These drivers use a Berlin common part. This series applies on top of patches introd