This patchset contains the initial pinctrl support for the Broadcom Cygnus SoC. The Cygnus pinctrl controller supports group based alternate function configuration
Ray Jui (4): pinctrl: Broadcom Cygnus pinctrl device tree binding pinctrl: cygnus: add initial pinctrl support ARM: mach-bcm: enable pinctrl support for Cygnus ARM: dts: enable pinctrl for Broadcom Cygnus .../bindings/pinctrl/brcm,cygnus-pinctrl.txt | 92 +++ arch/arm/boot/dts/bcm-cygnus.dtsi | 5 + arch/arm/mach-bcm/Kconfig | 1 + drivers/pinctrl/Kconfig | 7 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/pinctrl-bcm-cygnus.c | 753 ++++++++++++++++++++ 6 files changed, 859 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,cygnus-pinctrl.txt create mode 100644 drivers/pinctrl/pinctrl-bcm-cygnus.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/