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

From: Timothy Pearson <tpearson@raptorengineering.com>

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.

Changes in v7:

 * Fix DT binding check errors
 * Minor fixups to MFD driver per maintainer request

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                 | 204 ++++++++++
 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, 1110 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] 13+ messages in thread

end of thread, other threads:[~2026-03-06 18:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 19:20 [PATCH v7 0/4] Add drivers for Sony Cronos control CPLD Raptor Engineering Development Team
2026-01-29 19:20 ` [PATCH v7 1/4] dt-bindings: mfd: Add sony,cronos-smc Raptor Engineering Development Team
2026-02-09 17:49   ` Rob Herring
2026-03-06  8:31     ` Lee Jones
2026-03-06 16:49       ` Conor Dooley
2026-03-06 17:04         ` Timothy Pearson
2026-03-06 17:49   ` Conor Dooley
2026-03-06 17:52     ` Timothy Pearson
2026-03-06 18:14       ` Conor Dooley
2026-03-06 18:32         ` Timothy Pearson
2026-01-29 19:20 ` [PATCH v7 2/4] mfd: sony-cronos-smc: Add driver for Sony Cronos SMC Raptor Engineering Development Team
2026-01-29 19:20 ` [PATCH v7 3/4] led: sony-cronos-smc: Add RGB LED " Raptor Engineering Development Team
2026-01-29 19:20 ` [PATCH v7 4/4] watchdog: sony-cronos-smc: Add watchdog " Raptor Engineering Development Team

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