linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio: mediatek: driver for gpio chip in MT7621 SoC
@ 2018-06-02  7:30 Sergio Paracuellos
  2018-06-02  7:30 ` [PATCH 1/2] gpio: mediatek: add driver for MT7621 Sergio Paracuellos
  2018-06-02  7:30 ` [PATCH 2/2] dt-bindings: document gpio-mt7621 bindings Sergio Paracuellos
  0 siblings, 2 replies; 18+ messages in thread
From: Sergio Paracuellos @ 2018-06-02  7:30 UTC (permalink / raw)
  To: linus.walleij
  Cc: devicetree, gregkh, driverdev-devel, linux-gpio, robh+dt, neil

This patch series add support for gpio driver in mediatek MT7621 
SoC. This driver has been in staging for a while and after some
cleanups cycles we consider to git it a try to get mainlined.

The functionality is presented as a single irq-chip but 3 separate
gpio-chips, as this seemed simplest. Is this acceptable, or does it
need to be changed? We'd like to have review comments and feedback 
specially for this.

Hope this helps and thanks in advance.

Best regards,
    Sergio Paracuellos

Sergio Paracuellos (2):
  gpio: mediatek: add driver for MT7621
  dt-bindings: document gpio-mt7621 bindings

 .../bindings/gpio/mediatek,mt7621-gpio.txt         |  68 ++++
 drivers/gpio/Kconfig                               |   7 +
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-mt7621.c                         | 370 +++++++++++++++++++++
 4 files changed, 446 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/mediatek,mt7621-gpio.txt
 create mode 100644 drivers/gpio/gpio-mt7621.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-06-14 16:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-02  7:30 [PATCH 0/2] gpio: mediatek: driver for gpio chip in MT7621 SoC Sergio Paracuellos
2018-06-02  7:30 ` [PATCH 1/2] gpio: mediatek: add driver for MT7621 Sergio Paracuellos
2018-06-08 11:59   ` Linus Walleij
2018-06-08 12:17     ` Linus Walleij
2018-06-09  6:17       ` Sergio Paracuellos
2018-06-09  5:54     ` Sergio Paracuellos
2018-06-11  3:29     ` Sean Wang
2018-06-02  7:30 ` [PATCH 2/2] dt-bindings: document gpio-mt7621 bindings Sergio Paracuellos
2018-06-12 20:56   ` Rob Herring
2018-06-13  9:40     ` Dan Carpenter
2018-06-13 16:23     ` Sergio Paracuellos
2018-06-13 19:28       ` Rob Herring
2018-06-14  4:45         ` Sergio Paracuellos
2018-06-14 14:17           ` Linus Walleij
2018-06-14 16:20             ` Sergio Paracuellos
2018-06-14 14:14         ` Linus Walleij
2018-06-14 14:33           ` Rob Herring
2018-06-14 14:48             ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).