From: Patrick Rudolph <patrick.rudolph@9elements.com>
To: Patrick Rudolph <patrick.rudolph@9elements.com>,
linux-gpio@vger.kernel.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/2] pinctrl: Add Cypress cy8c95x0
Date: Tue, 16 Aug 2022 07:49:13 +0200 [thread overview]
Message-ID: <20220816054917.7893-1-patrick.rudolph@9elements.com> (raw)
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
next reply other threads:[~2022-08-16 8:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-16 5:49 Patrick Rudolph [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220816054917.7893-1-patrick.rudolph@9elements.com \
--to=patrick.rudolph@9elements.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).