Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281444 > unrolled thread
| Started by | Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com> |
|---|---|
| First post | 2015-12-02 05:50 +0100 |
| Last post | 2015-12-02 05:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/3] gpio support for Broadcom NSP Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com> - 2015-12-02 05:50 +0100
| From | Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com> |
|---|---|
| Date | 2015-12-02 05:50 +0100 |
| Subject | [PATCH 0/3] gpio support for Broadcom NSP |
| Message-ID | <qB7wC-2om-9@gated-at.bofh.it> |
This patchset contains the gpio support for the Broadcom's Northstar Plus (NSP) SOC. The first patch provides the documentation details and the second patch contains driver details. The third patch contains the enable method. This patchset has been tested on NSP bcm958625HR board with pinctrl patch added. This patchset is based on v4.4.0-rc1 and is available from github repo: https://github.com/Broadcom/cygnus-linux.git branch: nsp-gpio-v1 Yendapally Reddy Dhananjaya Reddy (3): pinctrl: Broadcom NSP GPIO-a device tree bindings pinctrl: nsp: add gpio-a driver support for Broadcom NSP SoC ARM: dts: enable GPIO-a for Broadcom NSP .../devicetree/bindings/pinctrl/brcm,nsp-gpio.txt | 80 +++ arch/arm/boot/dts/bcm-nsp.dtsi | 12 + drivers/pinctrl/bcm/Kconfig | 17 + drivers/pinctrl/bcm/Makefile | 1 + drivers/pinctrl/bcm/pinctrl-nsp-gpio.c | 749 +++++++++++++++++++++ 5 files changed, 859 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,nsp-gpio.txt create mode 100644 drivers/pinctrl/bcm/pinctrl-nsp-gpio.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web