* [PATCH 0/3] Add driver for SIE Cronos control CPLD
@ 2023-10-02 22:32 Shawn Anastasio
0 siblings, 0 replies; only message in thread
From: Shawn Anastasio @ 2023-10-02 22:32 UTC (permalink / raw)
To: devicetree, lee; +Cc: Shawn Anastasio
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-10-02 22:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 22:32 [PATCH 0/3] Add driver for SIE Cronos control CPLD Shawn Anastasio
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).