public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Add drivers for Sony Cronos control CPLD
@ 2026-01-07  0:21 Timothy Pearson
  2026-01-07  0:21 ` [PATCH v6 1/4] dt-bindings: mfd: Add sony,cronos-smc Timothy Pearson
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Timothy Pearson @ 2026-01-07  0:21 UTC (permalink / raw)
  To: devicetree
  Cc: linux-kernel, robh+dt, conor+dt, krzysztof.kozlowski+dt, lee,
	Georgy.Yakovlev, sanastasio, Timothy Pearson

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,

Shawn Anastasio (1):
  dt-bindings: mfd: Add sony,cronos-smc

Timothy Pearson (3):
  mfd: sony-cronos-smc: Add driver for Sony Cronos SMC
  led: sony-cronos-smc: Add RGB LED driver for Sony Cronos SMC
  watchdog: sony-cronos-smc: Add watchdog driver for Sony Cronos SMC

 .../bindings/mfd/sony,cronos-smc.yaml         | 128 ++++++
 MAINTAINERS                                   |   7 +
 drivers/leds/Kconfig                          |  19 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-sony-cronos.c               | 376 ++++++++++++++++++
 drivers/mfd/Kconfig                           |  11 +
 drivers/mfd/Makefile                          |   2 +
 drivers/mfd/sony-cronos-smc.c                 | 212 ++++++++++
 drivers/watchdog/Kconfig                      |  17 +
 drivers/watchdog/Makefile                     |   1 +
 drivers/watchdog/sony-cronos-wdt.c            | 283 +++++++++++++
 include/linux/mfd/sony-cronos.h               |  61 +++
 12 files changed, 1118 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/sony,cronos-smc.yaml
 create mode 100644 drivers/leds/leds-sony-cronos.c
 create mode 100644 drivers/mfd/sony-cronos-smc.c
 create mode 100644 drivers/watchdog/sony-cronos-wdt.c
 create mode 100644 include/linux/mfd/sony-cronos.h

-- 
2.39.5


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2026-01-20  1:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07  0:21 [PATCH v6 0/4] Add drivers for Sony Cronos control CPLD Timothy Pearson
2026-01-07  0:21 ` [PATCH v6 1/4] dt-bindings: mfd: Add sony,cronos-smc Timothy Pearson
2026-01-07  1:21   ` Rob Herring (Arm)
2026-01-07  7:25   ` Krzysztof Kozlowski
2026-01-07 17:09     ` Timothy Pearson
2026-01-07 17:18       ` Krzysztof Kozlowski
2026-01-07 17:41         ` Timothy Pearson
2026-01-07 20:22           ` Krzysztof Kozlowski
2026-01-07 21:05             ` Timothy Pearson
2026-01-08  0:23               ` Rob Herring
2026-01-08  0:20           ` Rob Herring
2026-01-19 15:41             ` Timothy Pearson
2026-01-20  1:12               ` Rob Herring
2026-01-07  0:21 ` [PATCH v6 2/4] mfd: sony-cronos-smc: Add driver for Sony Cronos SMC Timothy Pearson
2026-01-07  7:27   ` Krzysztof Kozlowski
2026-01-07  0:21 ` [PATCH v6 3/4] led: sony-cronos-smc: Add RGB LED " Timothy Pearson
2026-01-07  0:21 ` [PATCH v6 4/4] watchdog: sony-cronos-smc: Add watchdog " Timothy Pearson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox