All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add DA9062 GPIO support
@ 2020-01-08 10:47 Marco Felsch
  2020-01-08 10:47 ` [PATCH v4 1/3] dt-bindings: mfd: da9062: add gpio bindings Marco Felsch
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Marco Felsch @ 2020-01-08 10:47 UTC (permalink / raw)
  To: support.opensource, lee.jones, robh+dt, linus.walleij,
	Adam.Thomson.Opensource
  Cc: devicetree, linux-kernel, kernel, linux-gpio

Hi,

this v4 adds the missing PIN_CONFIG_BIAS_DISABLE support so
pull-ups/-downs can be disconnected. I also added all git-tag already
made on my v3 [1].

@Lee
checkpatch complains about the "Acked-for-MFD-by" tag. I kept it but is
this behaviour on purpose?

Regards,
  Marco

[1] https://lkml.org/lkml/2019/12/12/601

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

 .../devicetree/bindings/mfd/da9062.txt        |  10 +
 MAINTAINERS                                   |   1 +
 drivers/mfd/da9062-core.c                     |  16 +-
 drivers/pinctrl/Kconfig                       |  12 +
 drivers/pinctrl/Makefile                      |   1 +
 drivers/pinctrl/pinctrl-da9062.c              | 300 ++++++++++++++++++
 6 files changed, 339 insertions(+), 1 deletion(-)
 create mode 100644 drivers/pinctrl/pinctrl-da9062.c

-- 
2.20.1


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

end of thread, other threads:[~2020-02-19 16:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-08 10:47 [PATCH v4 0/3] Add DA9062 GPIO support Marco Felsch
2020-01-08 10:47 ` [PATCH v4 1/3] dt-bindings: mfd: da9062: add gpio bindings Marco Felsch
2020-01-13 20:34   ` Linus Walleij
2020-01-17  9:45   ` Lee Jones
2020-01-08 10:47 ` [PATCH v4 2/3] mfd: da9062: add support for the DA9062 GPIOs in the core Marco Felsch
2020-01-17  9:45   ` Lee Jones
2020-01-08 10:47 ` [PATCH v4 3/3] pinctrl: da9062: add driver support Marco Felsch
2020-01-15 16:29   ` Marco Felsch
2020-01-17  8:16     ` Linus Walleij
2020-01-17  8:45       ` Marco Felsch
2020-01-17  9:57   ` Adam Thomson
2020-02-18 11:07     ` Marco Felsch
2020-02-19 16:17       ` Linus Walleij
2020-01-17  8:46 ` [PATCH v4 0/3] Add DA9062 GPIO support Marco Felsch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.