From: Michael Walle <mwalle@kernel.org>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
Tero Kristo <kristo@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Guenter Roeck <linux@roeck-us.net>,
Srinivas Kandagatla <srini@kernel.org>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
Jonathan Corbet <corbet@lwn.net>,
Shuah Khan <skhan@linuxfoundation.org>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org,
linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org,
Michael Walle <mwalle@kernel.org>
Subject: [PATCH 0/8] Remove the Kontron SMARC-sAM67 board
Date: Mon, 23 Feb 2026 11:04:45 +0100 [thread overview]
Message-ID: <20260223100459.844967-1-mwalle@kernel.org> (raw)
I was informed two weeks ago that this product is discontinued
(without being ever released to the market). Unfortunately, this
collided with the merge window and I had to wait two more weeks.
Pull the plug and let's not waste any more maintainers time.
Please let me know if this can be picked up in one go or if the
device tree has to be removed first and then the drivers together
with the dt-bindings.
On the bright side, the board upstreaming brought some driver fixes,
too. I'm really sorry for any wasted time.
Michael Walle (8):
arm64: dts: ti: remove the Kontron SMARC-sAM67
arm64: defconfig: remove SENSORS_SA67MCU
Revert "hwmon: add SMARC-sAM67 support"
Revert "dt-bindings: mfd: sl28cpld: Add sa67mcu compatible"
Revert "dt-bindings: arm: ti: Add Kontron SMARC-sAM67 module"
Revert "dt-bindings: nvmem: sl28cpld: add sa67mcu compatible"
Revert "dt-bindings: watchdog: Add SMARC-sAM67 support"
Revert "dt-bindings: hwmon: sl28cpld: add sa67mcu compatible"
.../devicetree/bindings/arm/ti/k3.yaml | 1 -
.../embedded-controller/kontron,sl28cpld.yaml | 7 +-
.../hwmon/kontron,sl28cpld-hwmon.yaml | 1 -
.../nvmem/layouts/kontron,sl28-vpd.yaml | 7 +-
.../watchdog/kontron,sl28cpld-wdt.yaml | 7 +-
Documentation/hwmon/index.rst | 1 -
Documentation/hwmon/sa67.rst | 41 -
MAINTAINERS | 1 -
arch/arm64/boot/dts/ti/Makefile | 13 -
.../dts/ti/k3-am67a-kontron-sa67-ads2.dtso | 146 ---
.../dts/ti/k3-am67a-kontron-sa67-base.dts | 1091 -----------------
.../dts/ti/k3-am67a-kontron-sa67-gbe1.dtso | 26 -
.../dts/ti/k3-am67a-kontron-sa67-gpios.dtso | 61 -
.../ti/k3-am67a-kontron-sa67-rtc-rv8263.dtso | 31 -
arch/arm64/configs/defconfig | 1 -
drivers/hwmon/Kconfig | 10 -
drivers/hwmon/Makefile | 1 -
drivers/hwmon/sa67mcu-hwmon.c | 161 ---
18 files changed, 3 insertions(+), 1604 deletions(-)
delete mode 100644 Documentation/hwmon/sa67.rst
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-ads2.dtso
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-gbe1.dtso
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-gpios.dtso
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-rtc-rv8263.dtso
delete mode 100644 drivers/hwmon/sa67mcu-hwmon.c
--
2.47.3
next reply other threads:[~2026-02-23 10:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-23 10:04 Michael Walle [this message]
2026-02-23 10:04 ` [PATCH 1/8] arm64: dts: ti: remove the Kontron SMARC-sAM67 Michael Walle
2026-02-23 10:04 ` [PATCH 2/8] arm64: defconfig: remove SENSORS_SA67MCU Michael Walle
2026-02-23 10:04 ` [PATCH 3/8] Revert "hwmon: add SMARC-sAM67 support" Michael Walle
2026-02-24 15:25 ` Guenter Roeck
2026-02-23 10:04 ` [PATCH 4/8] Revert "dt-bindings: mfd: sl28cpld: Add sa67mcu compatible" Michael Walle
2026-02-26 10:49 ` Krzysztof Kozlowski
2026-02-23 10:04 ` [PATCH 5/8] Revert "dt-bindings: arm: ti: Add Kontron SMARC-sAM67 module" Michael Walle
2026-02-23 10:04 ` [PATCH 6/8] Revert "dt-bindings: nvmem: sl28cpld: add sa67mcu compatible" Michael Walle
2026-02-23 10:04 ` [PATCH 7/8] Revert "dt-bindings: watchdog: Add SMARC-sAM67 support" Michael Walle
2026-02-23 10:04 ` [PATCH 8/8] Revert "dt-bindings: hwmon: sl28cpld: add sa67mcu compatible" Michael Walle
2026-02-23 18:43 ` [PATCH 0/8] Remove the Kontron SMARC-sAM67 board Conor Dooley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260223100459.844967-1-mwalle@kernel.org \
--to=mwalle@kernel.org \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=skhan@linuxfoundation.org \
--cc=srini@kernel.org \
--cc=vigneshr@ti.com \
--cc=wim@linux-watchdog.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox