[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250407114947.41421-1-francesco@dolcini.it>
Date: Mon, 7 Apr 2025 13:49:45 +0200
From: Francesco Dolcini <francesco@...cini.it>
To: Emanuele Ghidoli <ghidoliemanuele@...il.com>,
Francesco Dolcini <francesco@...cini.it>,
Sebastian Reichel <sre@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: Francesco Dolcini <francesco.dolcini@...adex.com>,
Emanuele Ghidoli <emanuele.ghidoli@...adex.com>,
linux-pm@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/2] power: reset: Add Toradex Embedded Controller
From: Francesco Dolcini <francesco.dolcini@...adex.com>
This series adds support for the Toradex Embedded Controller, currently used on
Toradex SMARC iMX95 and iMX8MP boards.
The EC provides board power-off, reset and GPIO expander functionalities.
We did send an RFC before,
https://lore.kernel.org/all/20250313144331.70591-1-francesco@dolcini.it/, with
reference to the discussion about implementing this as a MFD, we decided to
just have a power/reset driver, given we do not see a need to expand the
functionalities we already have.
Emanuele Ghidoli (2):
dt-bindings: firmware: add toradex,smarc-ec
power: reset: add Toradex Embedded Controller
.../power/reset/toradex,smarc-ec.yaml | 52 ++++++
MAINTAINERS | 7 +
drivers/power/reset/Kconfig | 13 ++
drivers/power/reset/Makefile | 1 +
drivers/power/reset/tdx-ec-poweroff.c | 150 ++++++++++++++++++
5 files changed, 223 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/reset/toradex,smarc-ec.yaml
create mode 100644 drivers/power/reset/tdx-ec-poweroff.c
--
2.39.5
Powered by blists - more mailing lists