From: Shawn Anastasio <sanastasio@raptorengineering.com>
To: devicetree@vger.kernel.org, lee@kernel.org
Cc: Shawn Anastasio <sanastasio@raptorengineering.com>
Subject: [PATCH 0/3] Add driver for SIE Cronos control CPLD
Date: Mon, 2 Oct 2023 17:32:19 -0500 [thread overview]
Message-ID: <cover.1696284747.git.sanastasio@raptorengineering.com> (raw)
Hello all,
This series adds a driver for the multi-function CPLD found on the SIE Cronos
server platform. It provides, among other things, a watchdog timer and an
LED controller, both of which will depend on the MFD parent driver implemented
in this series. Device tree bindings are also included.
Thanks,
Shawn Anastasio (2):
dt-bindings: vendor-prefixes: Add prefix for SIE
dt-bindings: mfd: sie,cronos-cpld: Add initial DT binding
Timothy Pearson (1):
mfd: sie-cronos-cpld: Add driver for SIE cronos CPLD
.../bindings/mfd/sie,cronos-cpld.yaml | 67 ++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 7 +
drivers/mfd/Kconfig | 11 +
drivers/mfd/Makefile | 1 +
drivers/mfd/sie-cronos-cpld.c | 589 ++++++++++++++++++
include/linux/mfd/sie/cronos/core.h | 17 +
include/linux/mfd/sie/cronos/registers.h | 59 ++
8 files changed, 753 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/sie,cronos-cpld.yaml
create mode 100644 drivers/mfd/sie-cronos-cpld.c
create mode 100644 include/linux/mfd/sie/cronos/core.h
create mode 100644 include/linux/mfd/sie/cronos/registers.h
--
2.30.2
reply other threads:[~2023-10-02 22:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=cover.1696284747.git.sanastasio@raptorengineering.com \
--to=sanastasio@raptorengineering.com \
--cc=devicetree@vger.kernel.org \
--cc=lee@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).