Re: [PATCH v3 1/9] pinctrl: mvebu: pinctrl driver core
From: Linus Walleij <hidden>
Date: 2012-09-10 15:39:31
Also in:
linux-arm-kernel, lkml
From: Linus Walleij <hidden>
Date: 2012-09-10 15:39:31
Also in:
linux-arm-kernel, lkml
On Mon, Sep 10, 2012 at 1:39 AM, Sebastian Hesselbarth [off-list ref] 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. Signed-off-by: Sebastian Hesselbarth <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> --- v2: - restructured Kconfig to have a common PINCTRL_MVEBU that are selected by SoC specific drivers. - cleaned pinctrl-mvebu and replaced 'magic numbers' by defines - make use of of_iomap instead of get_resource/ioremap - extended include documentation and checked with scripts/kernel-doc - cleaned devicetree binding documentation v3: - list of functions is now built out of pin groups passed to core driver instead of parsing DT node.
Looks good to me. Acked-by: Linus Walleij <redacted> Yours, Linus Walleij