From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 60BD7349CC1; Wed, 1 Jul 2026 21:26:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782941202; cv=none; b=SCh/sJz5qTMec2ccDw/Vl06hVY3XElzl9YhPtdvU9HsBP4+9hMioXQykHjOc1nSjmxK1CG1QmKjsiLnjMkeEAHkfOkvki8O9cWYAcK0BTiFYrLonRhl8CHJZXi1Nj4gYNR9TzyoFmbXwXxAKtB58iE2aQKYj8gfWi7Lq3fSRz/s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782941202; c=relaxed/simple; bh=rbsNGQvEt1aIXgxwBO6x6RmMrs79fMIgpwZp4DF0RSg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=CAsMI/eM5s455QfUND2IZI1dUslGWNgS98li4G/2frx+XsALRVluflcvRYU7hF44753LOP/ainv9PZRQaSbLFxBa9A3cnRxqMR+93jEkEzrsFKBgbejkdLTLKTMi108Jier9CN0cm4GVjkL/v9tLGKBVCHDt5rx/GJPe/WPnSTM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X6vr5np3; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="X6vr5np3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF91F1F000E9; Wed, 1 Jul 2026 21:26:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782941201; bh=yCSDE72yLPeEDTveWDb74YPcIUXppRyDd4Tf1rTkN7o=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=X6vr5np3/3sRkzW1xoLd+eMNasUx0mupu4uXGWt/s5ij5+cpM7oavnL9k3KQ3k4mA mOn8Yg59W01pG11OKaIOL2eqwbYnPi7cH+NvdJi5XcOcOiO5RX76DuWwR/sLPypDN0 b1DnZLMSdfPM5LkpfqyLWFoqpUo3HprhkO/pqzSw+c9G+mUskkJEfvsozZHUeHvBsI xZZygZp/b7R5LgRDZOJ6HyHKxE0Hdl+RfjE4JfcUAyy10s2ieg0qPBDWv/6zbMOhn3 zrQBKRgkjv9bdf1n+Q9oy/399aka+hSgaGNXMUmKwCsFDKtuny1NJgeWQA0Fqubkt8 iCtZ5457Vov2A== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, soc@lists.linux.dev Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Aaro Koskinen , Alexander Sverdlin , Alexandre Belloni , Alexandre Torgue , Andrew Lunn , Ard Biesheuvel , Claudiu Beznea , Daniel Mack , Ethan Nelson-Moore , Frank Li , Gregory Clement , Haojian Zhuang , "Jeremy J. Peper" , Kristoffer Ericson , Krzysztof Kozlowski , Linus Walleij , Mark Brown , Marc Zyngier , Mike Rapoport , Nicolas Ferre , Patrice Chotard , Ralph Siemsen , Robert Jarzmik , Russell King , Sascha Hauer , Sebastian Hesselbarth , Stefan Agner , Stefan Wiehler , Tony Lindgren , Vladimir Zapolskiy , Will Deacon Subject: [PATCH v2 19/19] ARM: mark mv78xx0 support as deprecated Date: Wed, 1 Jul 2026 23:23:53 +0200 Message-Id: <20260701212353.2196041-20-arnd@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20260701212353.2196041-1-arnd@kernel.org> References: <20260701212353.2196041-1-arnd@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Arnd Bergmann Only one machine remains supported and was kept in 2022 for the Debian_on_Buffalo project that was still using this, with plans to convert it to devicetree. The conversion never happened, and Debian_on_Buffalo does not provide kernels later than linux-6.1, so it is unlikely to still be useful for a DT conversion in the future. Mark the platform for deprecation after the next LTS kernel, which should give any remaining users a few more years of bugfixes. Link: https://lore.kernel.org/all/20221019150410.3851944-6-arnd@kernel.org/ Signed-off-by: Arnd Bergmann --- arch/arm/mach-mv78xx0/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-mv78xx0/Kconfig b/arch/arm/mach-mv78xx0/Kconfig index 670e6587827e..98b35f5d05ba 100644 --- a/arch/arm/mach-mv78xx0/Kconfig +++ b/arch/arm/mach-mv78xx0/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only menuconfig ARCH_MV78XX0 - bool "Marvell MV78xx0" + bool "Marvell MV78xx0 (DEPRECATED)" depends on ARCH_MULTI_V5 depends on CPU_LITTLE_ENDIAN depends on ATAGS @@ -14,6 +14,8 @@ menuconfig ARCH_MV78XX0 Support for the following Marvell MV78xx0 series SoCs: MV781x0, MV782x0. + This platform is scheduled for removal in early 2027. + if ARCH_MV78XX0 config MACH_TERASTATION_WXL -- 2.39.5