linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add DA9062 GPIO support
@ 2019-09-17 10:58 Marco Felsch
  2019-09-17 10:59 ` [PATCH 1/3] dt-bindings: mfd: da9062: add gpio bindings Marco Felsch
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Marco Felsch @ 2019-09-17 10:58 UTC (permalink / raw)
  To: linus.walleij, bgolaszewski, robh+dt, support.opensource,
	Adam.Thomson.Opensource
  Cc: devicetree, linux-gpio, kernel

Hi,

this series adds the PMIC mfd GPIO support. In addition to the other
DA90* implementations it adds a small helper function which can be used
by the other da9062 drivers. Also instead of setting the GPIO input
logic statically to active-low as the da9052/53 drivers do we extract
the logic from the device tree.

Regards,
  Marco

Marco Felsch (3):
  dt-bindings: mfd: da9062: add gpio bindings
  mfd: da9062: add support for the DA9062 GPIOs in the core
  gpio: da9062: add driver support

 .../devicetree/bindings/gpio/gpio-da9062.txt  |  26 ++
 .../devicetree/bindings/mfd/da9062.txt        |   3 +
 drivers/gpio/Kconfig                          |  11 +
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-da9062.c                    | 265 ++++++++++++++++++
 drivers/mfd/da9062-core.c                     |  16 +-
 include/linux/mfd/da9062/gpio.h               |  13 +
 7 files changed, 334 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-da9062.txt
 create mode 100644 drivers/gpio/gpio-da9062.c
 create mode 100644 include/linux/mfd/da9062/gpio.h

-- 
2.20.1


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

end of thread, other threads:[~2019-10-16 11:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-17 10:58 [PATCH 0/3] Add DA9062 GPIO support Marco Felsch
2019-09-17 10:59 ` [PATCH 1/3] dt-bindings: mfd: da9062: add gpio bindings Marco Felsch
2019-09-24 10:53   ` Adam Thomson
2019-10-04 19:06     ` Linus Walleij
2019-09-17 10:59 ` [PATCH 2/3] mfd: da9062: add support for the DA9062 GPIOs in the core Marco Felsch
2019-09-17 10:59 ` [PATCH 3/3] gpio: da9062: add driver support Marco Felsch
2019-09-18  7:04   ` Bartosz Golaszewski
2019-09-18 12:06     ` Marco Felsch
2019-09-19  8:24       ` Bartosz Golaszewski
2019-09-19  8:38         ` Marco Felsch
2019-09-30 18:42           ` Marco Felsch
2019-10-03  8:12             ` Bartosz Golaszewski
2019-10-04  8:25               ` Bartosz Golaszewski
2019-10-04 19:27   ` Linus Walleij
2019-10-07  8:51     ` Marco Felsch
2019-10-09  9:56       ` Marco Felsch
2019-10-09 10:17         ` Marco Felsch
2019-10-16 11:44           ` 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).