From: Shawn Anastasio <sanastasio@raptorengineering.com>
To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Lee Jones <lee@kernel.org>,
Georgy Yakovlev <Georgy.Yakovlev@sony.com>
Cc: Timothy Pearson <tpearson@raptorengineering.com>,
Shawn Anastasio <sanastasio@raptorengineering.com>
Subject: [PATCH v2 0/2] Add driver for SIE Cronos control CPLD
Date: Tue, 28 Nov 2023 15:00:07 -0600 [thread overview]
Message-ID: <cover.1701203916.git.sanastasio@raptorengineering.com> (raw)
Hello all,
This series adds a driver for the multi-function CPLD found on the Sony
Interactive Entertainment Cronos x86 server platform. It provides 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,
Changes in v2:
- Change SIE to Sony (SIE's parent company) to be more consistent
with how other subsidiaries are treated in the kernel.
- Drop SIE prefix addition patch
- Address review comments to dt bindings
- Add new properties to dt bindings
- Fix driver build failure detected by kernel test robot
Shawn Anastasio (1):
dt-bindings: mfd: Add sony,cronos-cpld
Timothy Pearson (1):
mfd: sie-cronos-cpld: Add driver for Sony Cronos CPLD
.../bindings/mfd/sony,cronos-cpld.yaml | 92 +++
MAINTAINERS | 7 +
drivers/mfd/Kconfig | 11 +
drivers/mfd/Makefile | 1 +
drivers/mfd/sony-cronos-cpld.c | 591 ++++++++++++++++++
include/linux/mfd/sony/cronos/core.h | 17 +
include/linux/mfd/sony/cronos/registers.h | 59 ++
7 files changed, 778 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/sony,cronos-cpld.yaml
create mode 100644 drivers/mfd/sony-cronos-cpld.c
create mode 100644 include/linux/mfd/sony/cronos/core.h
create mode 100644 include/linux/mfd/sony/cronos/registers.h
--
2.30.2
next reply other threads:[~2023-11-28 21:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-28 21:00 Shawn Anastasio [this message]
2023-11-28 21:00 ` [PATCH v2 1/2] dt-bindings: mfd: Add sony,cronos-cpld Shawn Anastasio
2023-11-29 9:23 ` Krzysztof Kozlowski
2023-11-30 23:03 ` Shawn Anastasio
2023-12-01 8:04 ` Krzysztof Kozlowski
2023-11-28 21:00 ` [PATCH v2 2/2] mfd: sie-cronos-cpld: Add driver for Sony Cronos CPLD Shawn Anastasio
2023-12-07 15:20 ` Lee Jones
2023-12-07 18:16 ` Yakovlev, Georgy
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.1701203916.git.sanastasio@raptorengineering.com \
--to=sanastasio@raptorengineering.com \
--cc=Georgy.Yakovlev@sony.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=tpearson@raptorengineering.com \
/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