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

2014-05-22 Thread Linus Walleij
On Sun, May 18, 2014 at 11:10 PM, Sebastian Hesselbarth wrote: > I have reworked berlin's pinctrl drivers so they use a mmio regmap > instead of ioremapped addresses. Instead of "independent" pinctrl > nodes, there will be common chip-ctrl/system-ctrl nodes that provide > both clocks and pinctrl

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

2014-05-22 Thread Linus Walleij
On Sun, May 18, 2014 at 11:10 PM, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: I have reworked berlin's pinctrl drivers so they use a mmio regmap instead of ioremapped addresses. Instead of independent pinctrl nodes, there will be common chip-ctrl/system-ctrl nodes that provide

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

2014-05-18 Thread Sebastian Hesselbarth
On 05/16/2014 02:43 PM, Linus Walleij wrote: > On Mon, May 5, 2014 at 7:27 AM, Antoine Ténart > wrote: > >> This series adds support for the Marvell Berlin pin-controller, allowing >> to configure the pin muxing from the device tree. > > OK looking good! > > I've applied patches 1,2,3,4 and 6

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

2014-05-18 Thread Sebastian Hesselbarth
On 05/16/2014 02:43 PM, Linus Walleij wrote: On Mon, May 5, 2014 at 7:27 AM, Antoine Ténart antoine.ten...@free-electrons.com wrote: This series adds support for the Marvell Berlin pin-controller, allowing to configure the pin muxing from the device tree. OK looking good! I've applied

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

2014-05-16 Thread Linus Walleij
On Mon, May 5, 2014 at 7:27 AM, Antoine Ténart wrote: > This series adds support for the Marvell Berlin pin-controller, allowing > to configure the pin muxing from the device tree. OK looking good! I've applied patches 1,2,3,4 and 6 to the pin control tree. Please carry patches 5 and 7 in the

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

2014-05-16 Thread Linus Walleij
On Mon, May 5, 2014 at 7:27 AM, Antoine Ténart antoine.ten...@free-electrons.com wrote: This series adds support for the Marvell Berlin pin-controller, allowing to configure the pin muxing from the device tree. OK looking good! I've applied patches 1,2,3,4 and 6 to the pin control tree.

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

2014-05-04 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

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

2014-05-04 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