This patchset contains the pinmux support for the Broadcom's Northstar 2 (NS2) SoC. The first patch provides the documentation details and the second patch contains the driver details. The third patch contains the enable method. This patchset has been tested on NS2 bcm958712K board. This patchset is based on v4.5.0-rc3 and is available from github repo: https://github.com/Broadcom/arm64-linux.git branch: ns2-pinmux-v1 Yendapally Reddy Dhananjaya Reddy (3): pinctrl: Broadcom Northstar2 pinctrl device tree bindings pinctrl: ns2: add pinmux driver support for Broadcom NS2 SoC ARM: dts: enable pinctrl for Broadcom NS2 SoC .../bindings/pinctrl/brcm,ns2-pinmux.txt | 102 ++ arch/arm64/boot/dts/broadcom/ns2-svk.dts | 9 + arch/arm64/boot/dts/broadcom/ns2.dtsi | 7 + drivers/pinctrl/bcm/Kconfig | 13 + drivers/pinctrl/bcm/Makefile | 1 + drivers/pinctrl/bcm/pinctrl-ns2-mux.c | 1122 ++++++++++++++++++++ 6 files changed, 1254 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,ns2-pinmux.txt create mode 100644 drivers/pinctrl/bcm/pinctrl-ns2-mux.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html