[<prev] [next>] [day] [month] [year] [list]
Message-ID: <956178193.1748561.1758824230379.JavaMail.zimbra@raptorengineeringinc.com>
Date: Thu, 25 Sep 2025 13:17:10 -0500 (CDT)
From: Timothy Pearson <tpearson@...torengineering.com>
To: devicetree <devicetree@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
Rob Herring <robh+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Lee Jones <lee@...nel.org>,
Georgy Yakovlev <Georgy.Yakovlev@...y.com>
Cc: Shawn Anastasio <sanastasio@...torengineering.com>
Subject: [PATCH v3 0/4] Add drivers for Sony Cronos control CPLD
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 v3:
- Address reviewer concerns
- Add LED and watchdog drivers to series
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
Powered by blists - more mailing lists