devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] pinctrl: Add Cypress cy8c95x0
@ 2022-08-16  5:49 Patrick Rudolph
  2022-08-16  5:49 ` [PATCH v3 1/2] dt-binding: pinctrl: Add cypress,cy8c95x0 Patrick Rudolph
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick Rudolph @ 2022-08-16  5:49 UTC (permalink / raw)
  To: Patrick Rudolph, linux-gpio; +Cc: devicetree, linux-kernel

Add Cypress cy8c95x0 pinctrl support.

v3:
 - Update DT binding
 - Fix direction mask calculation in irq_bus_sync_unlock
 - Set can_sleep to true

v2:
 - Update DT binding
 - Support output pincfg through DT
 - Always expose all GPIOs and ignore ngpios property

Patrick Rudolph (2):
  dt-binding: pinctrl: Add cypress,cy8c95x0
  pinctrl: Add Cypress cy8c95x0 support

 .../bindings/pinctrl/cypress,cy8c95x0.yaml    |  134 ++
 MAINTAINERS                                   |    6 +
 drivers/pinctrl/Kconfig                       |   14 +
 drivers/pinctrl/Makefile                      |    1 +
 drivers/pinctrl/pinctrl-cy8c95x0.c            | 1381 +++++++++++++++++
 5 files changed, 1536 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/cypress,cy8c95x0.yaml
 create mode 100644 drivers/pinctrl/pinctrl-cy8c95x0.c

-- 
2.37.1


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

end of thread, other threads:[~2022-08-24 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16  5:49 [PATCH v3 0/2] pinctrl: Add Cypress cy8c95x0 Patrick Rudolph
2022-08-16  5:49 ` [PATCH v3 1/2] dt-binding: pinctrl: Add cypress,cy8c95x0 Patrick Rudolph
2022-08-16  7:48   ` Krzysztof Kozlowski
2022-08-24 22:24   ` 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).