mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Add drivers for Sony Cronos control CPLD
@ 2025-12-04 18:50 Timothy Pearson
  2025-12-04 18:50 ` [PATCH v5 1/4] dt-bindings: mfd: Add sony,cronos-smc Timothy Pearson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Timothy Pearson @ 2025-12-04 18:50 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         | 115 ++++++
 MAINTAINERS                                   |   7 +
 drivers/leds/Kconfig                          |  19 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-sony-cronos.c               | 378 ++++++++++++++++++
 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, 1107 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] 8+ messages in thread

end of thread, other threads:[~2025-12-06 11:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-04 18:50 [PATCH v5 0/4] Add drivers for Sony Cronos control CPLD Timothy Pearson
2025-12-04 18:50 ` [PATCH v5 1/4] dt-bindings: mfd: Add sony,cronos-smc Timothy Pearson
2025-12-05 12:31   ` Rob Herring (Arm)
2025-12-04 18:50 ` [PATCH v5 2/4] mfd: sony-cronos-smc: Add driver for Sony Cronos SMC Timothy Pearson
2025-12-04 18:50 ` [PATCH v5 3/4] led: sony-cronos-smc: Add RGB LED " Timothy Pearson
2025-12-06  8:01   ` kernel test robot
2025-12-06 11:18   ` Christophe JAILLET
2025-12-04 18:50 ` [PATCH v5 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

all inboxes | Powered by JetHome®