Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1553496
| From | David Daney <ddaney.cavm@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] GPIO: Add driver for ThunderX and OCTEON-TX SoCs |
| Date | 2017-01-07 00:30 +0100 |
| Message-ID | <sWM7n-BR-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: David Daney <david.daney@cavium.com> The Cavium ThunderX and OCTEON-TX family of SoCs have on-chip GPIO lines. This patch set adds a driver for these. Changes from v1: - in 1/3: Addressed Rob Harring's comments. - in 2/3: Trivial cleanups found in internal review + add some comments. David Daney (3): dt-bindings: gpio: Add binding documentation for gpio-thunderx gpio: Add gpio driver support for ThunderX and OCTEON-TX MAINTAINERS: Add entry for THUNDERX GPIO Driver. .../devicetree/bindings/gpio/gpio-thunderx.txt | 27 ++ MAINTAINERS | 5 + drivers/gpio/Kconfig | 8 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-thunderx.c | 487 +++++++++++++++++++++ 5 files changed, 528 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-thunderx.txt create mode 100644 drivers/gpio/gpio-thunderx.c -- 1.8.3.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] GPIO: Add driver for ThunderX and OCTEON-TX SoCs David Daney <ddaney.cavm@gmail.com> - 2017-01-07 00:30 +0100
[PATCH v2 3/3] MAINTAINERS: Add entry for THUNDERX GPIO Driver. David Daney <ddaney.cavm@gmail.com> - 2017-01-07 00:30 +0100
[PATCH v2 1/3] dt-bindings: gpio: Add binding documentation for gpio-thunderx David Daney <ddaney.cavm@gmail.com> - 2017-01-07 00:30 +0100
Re: [PATCH v2 1/3] dt-bindings: gpio: Add binding documentation for gpio-thunderx Linus Walleij <linus.walleij@linaro.org> - 2017-01-09 20:40 +0100
Re: [PATCH v2 1/3] dt-bindings: gpio: Add binding documentation for gpio-thunderx Linus Walleij <linus.walleij@linaro.org> - 2017-01-10 09:50 +0100
Re: [PATCH v2 1/3] dt-bindings: gpio: Add binding documentation for gpio-thunderx Rob Herring <robh@kernel.org> - 2017-01-10 06:40 +0100
csiph-web