From nobody Fri Dec 19 04:52:19 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 6603F1B2188 for ; Wed, 4 Dec 2024 10:30:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733308224; cv=none; b=fiheruiaqfDRcxtQ9A/7jzHYPjcwPde6XxF54Sr+p3sLnv9ErHAOTsjwQkLyryzxCEfNTBdIQXa0SKUTdwgf5jZa9xO7L/mIRFTvms6ddvpVEQsYdAhUxmqSJH4UXHZ192Q0htkWwvJxHxe+fdN1diGNQlqS2lajqWadzmoGvjs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733308224; c=relaxed/simple; bh=oclk2RjUWpkTXM4Ts+5VgdtwjHIVQ6ev2N6/KBWfxFY=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=PLTGKoXlupcgISMTjCjJ4NYsdYpJCrQQoJ0XyOeqTUAJM2+jhV7k9lMsCL/j8aDkHPXOjadsryvDkfUv+l7KvwVXrtwDRJnxKJtyUhIYmG6ifvKsoaoEEUlSCGocAcMkTqtydkowJ3eICmUczzdJTmR62bVreNISUPhvLS6r6Js= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QMkvjYUI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QMkvjYUI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A833C4CEE0; Wed, 4 Dec 2024 10:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733308224; bh=oclk2RjUWpkTXM4Ts+5VgdtwjHIVQ6ev2N6/KBWfxFY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QMkvjYUI3ovit5VIzHqH5WGQ4rYJnIjJGktVOCmd35BIRhREnWqPhm3EdKKo9P372 GpdIyWq6IByPILnN8XRTz6T7uHLWTCqW7VAiYF1xHHfa+xDbnOmPI/Uqk0ZvREdl18 +tirJmp40B+TpPB3hm7WVCBRNdoMJUmzWJvPCLU3yilzHI7gasQaQIsm1hHQsWLivK HKue15Cmlap8MUDnn+IIXU70sKTCrMHsYvQCjtlM5vSK2MyoRtBtzZsFUXrFG2JlOW IA8jgVlvz9Q1TX8Ehf//CTqNERsso+G8woXVQmKdga08aQXCYR05yPzz4fhw55dbV1 3gc+v2e2knxEA== From: Arnd Bergmann To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Arnd Bergmann , Aaro Koskinen , Andrew Lunn , Ard Biesheuvel , Daniel Mack , Gregory Clement , Haojian Zhuang , "Jeremy J. Peper" , Kristoffer Ericson , Krzysztof Kozlowski , Linus Walleij , Mark Brown , Ralph Siemsen , Robert Jarzmik , Russell King , Sebastian Hesselbarth , Tony Lindgren Subject: [PATCH 12/15] ARM: orion5x: mark all board files as deprecated Date: Wed, 4 Dec 2024 11:29:01 +0100 Message-Id: <20241204102904.1863796-13-arnd@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241204102904.1863796-1-arnd@kernel.org> References: <20241204102904.1863796-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: quoted-printable Content-Type: text/plain; charset="utf-8" From: Arnd Bergmann Conversion of the old orion5x board files to devicetree has stalled over the past few years, so it seems better to remove the remaining ones in order to allow cleaning up the device drivers. Debian has previously removed the orion/kirkwood kernel binary from the armel distro, but building custom kernels from the Debian source code should keep working, so removing the board files after the 6.12 release ensures that this remains possible for the Debian Trixie release, assuming this will use the 6.12 LTS kernel. Jeremy Peper still plans to convert the Terastation 2 Pro to devicetree in the future, but that can be done even after it is removed. Signed-off-by: Arnd Bergmann Reviewed-by: Andrew Lunn --- arch/arm/configs/multi_v5_defconfig | 9 ------ arch/arm/configs/mvebu_v5_defconfig | 10 ------ arch/arm/configs/orion5x_defconfig | 9 ------ arch/arm/mach-orion5x/Kconfig | 47 +++++++++++++++++++++++------ 4 files changed, 37 insertions(+), 38 deletions(-) diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v= 5_defconfig index e40276a28760..588366672b75 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_v5_defconfig @@ -23,17 +23,8 @@ CONFIG_ARCH_NPCM=3Dy CONFIG_ARCH_WPCM450=3Dy CONFIG_ARCH_ORION5X=3Dy CONFIG_MACH_RD88F5182_DT=3Dy -CONFIG_MACH_KUROBOX_PRO=3Dy -CONFIG_MACH_DNS323=3Dy -CONFIG_MACH_TS209=3Dy -CONFIG_MACH_TERASTATION_PRO2=3Dy -CONFIG_MACH_LINKSTATION_PRO=3Dy CONFIG_MACH_LINKSTATION_MINI=3Dy -CONFIG_MACH_TS409=3Dy -CONFIG_MACH_TS78XX=3Dy -CONFIG_MACH_MV2120=3Dy CONFIG_MACH_D2NET_DT=3Dy -CONFIG_MACH_NET2BIG=3Dy CONFIG_MACH_MSS2_DT=3Dy CONFIG_ARCH_SUNXI=3Dy CONFIG_ARCH_VERSATILE=3Dy diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v= 5_defconfig index b8d20e1d9c5d..b3396964863b 100644 --- a/arch/arm/configs/mvebu_v5_defconfig +++ b/arch/arm/configs/mvebu_v5_defconfig @@ -10,18 +10,8 @@ CONFIG_ARCH_MVEBU=3Dy CONFIG_MACH_KIRKWOOD=3Dy CONFIG_ARCH_ORION5X=3Dy CONFIG_MACH_RD88F5182_DT=3Dy -CONFIG_MACH_KUROBOX_PRO=3Dy -CONFIG_MACH_DNS323=3Dy -CONFIG_MACH_TS209=3Dy -CONFIG_MACH_TERASTATION_PRO2=3Dy -CONFIG_MACH_LINKSTATION_PRO=3Dy -CONFIG_MACH_LINKSTATION_LSCHL=3Dy CONFIG_MACH_LINKSTATION_MINI=3Dy -CONFIG_MACH_TS409=3Dy -CONFIG_MACH_TS78XX=3Dy -CONFIG_MACH_MV2120=3Dy CONFIG_MACH_D2NET_DT=3Dy -CONFIG_MACH_NET2BIG=3Dy CONFIG_MACH_MSS2_DT=3Dy CONFIG_HIGHMEM=3Dy CONFIG_ARM_APPENDED_DTB=3Dy diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_= defconfig index 8e10c53818a3..664d11938143 100644 --- a/arch/arm/configs/orion5x_defconfig +++ b/arch/arm/configs/orion5x_defconfig @@ -10,16 +10,7 @@ CONFIG_ARCH_MULTI_V5=3Dy # CONFIG_ARCH_MULTI_V7 is not set CONFIG_ARCH_ORION5X=3Dy CONFIG_MACH_RD88F5182_DT=3Dy -CONFIG_MACH_KUROBOX_PRO=3Dy -CONFIG_MACH_DNS323=3Dy -CONFIG_MACH_TS209=3Dy -CONFIG_MACH_TERASTATION_PRO2=3Dy -CONFIG_MACH_LINKSTATION_PRO=3Dy CONFIG_MACH_LINKSTATION_MINI=3Dy -CONFIG_MACH_TS409=3Dy -CONFIG_MACH_TS78XX=3Dy -CONFIG_MACH_MV2120=3Dy -CONFIG_MACH_NET2BIG=3Dy CONFIG_ARM_APPENDED_DTB=3Dy CONFIG_ARM_ATAG_DTB_COMPAT=3Dy CONFIG_VFP=3Dy diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index ee449ca032d2..cf1bf4cd3733 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig @@ -18,7 +18,7 @@ menuconfig ARCH_ORION5X if ARCH_ORION5X =20 config ARCH_ORION5X_DT - bool "Marvell Orion5x Flattened Device Tree" + def_bool y select ORION_CLK select ORION_IRQCHIP select ORION_TIMER @@ -37,37 +37,49 @@ config MACH_RD88F5182_DT Orion-NAS (88F5182) RD2, Flattened Device Tree. =20 config MACH_KUROBOX_PRO - bool "KuroBox Pro" + bool "KuroBox Pro (DEPRECATED)" select I2C_BOARDINFO if I2C depends on ATAGS help Say 'Y' here if you want your kernel to support the KuroBox Pro platform. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_DNS323 - bool "D-Link DNS-323" + bool "D-Link DNS-323 (DEPRECATED)" select I2C_BOARDINFO if I2C depends on ATAGS help Say 'Y' here if you want your kernel to support the D-Link DNS-323 platform. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_TS209 - bool "QNAP TS-109/TS-209" + bool "QNAP TS-109/TS-209 (DEPRECATED)" depends on ATAGS help Say 'Y' here if you want your kernel to support the QNAP TS-109/TS-209 platform. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_TERASTATION_PRO2 - bool "Buffalo Terastation Pro II/Live" + bool "Buffalo Terastation Pro II/Live (DEPRECATED)" depends on ATAGS help Say 'Y' here if you want your kernel to support the Buffalo Terastation Pro II/Live platform. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_LINKSTATION_PRO - bool "Buffalo Linkstation Pro/Live" + bool "Buffalo Linkstation Pro/Live (DEPRECATED)" depends on ATAGS select I2C_BOARDINFO if I2C help @@ -75,6 +87,9 @@ config MACH_LINKSTATION_PRO Buffalo Linkstation Pro/Live platform. Both v1 and v2 devices are supported. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_LINKSTATION_MINI bool "Buffalo Linkstation Mini (Flattened Device Tree)" select ARCH_ORION5X_DT @@ -83,26 +98,35 @@ config MACH_LINKSTATION_MINI Buffalo Linkstation Mini (LS-WSGL) platform. =20 config MACH_TS409 - bool "QNAP TS-409" + bool "QNAP TS-409 (DEPRECATED)" depends on ATAGS help Say 'Y' here if you want your kernel to support the QNAP TS-409 platform. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_TS78XX - bool "Technologic Systems TS-78xx" + bool "Technologic Systems TS-78xx (DEPRECATED)" depends on ATAGS help Say 'Y' here if you want your kernel to support the Technologic Systems TS-78xx platform. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_MV2120 - bool "HP Media Vault mv2120" + bool "HP Media Vault mv2120 (DEPRECATED)" depends on ATAGS help Say 'Y' here if you want your kernel to support the HP Media Vault mv2120 or mv5100. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_D2NET_DT bool "LaCie d2 Network / Big Disk Network (Flattened Device Tree)" select ARCH_ORION5X_DT @@ -111,13 +135,16 @@ config MACH_D2NET_DT LaCie d2 Network NAS. =20 config MACH_NET2BIG - bool "LaCie 2Big Network" + bool "LaCie 2Big Network (DEPRECATED)" depends on ATAGS select I2C_BOARDINFO if I2C help Say 'Y' here if you want your kernel to support the LaCie 2Big Network NAS. =20 + Support for this machine will go away in early 2025, + unless it gets converted to device tree. + config MACH_MSS2_DT bool "Maxtor Shared Storage II (Flattened Device Tree)" select ARCH_ORION5X_DT --=20 2.39.5