[PATCH 0/4] mtd: rawnand: s3c2410: Drop S3C2410 driver

Krzysztof Kozlowski posted 4 patches 1 month ago
.../devicetree/bindings/mtd/samsung-s3c2410.txt    |   56 -
arch/arm/configs/s3c6400_defconfig                 |    1 -
drivers/mtd/nand/raw/Kconfig                       |   26 -
drivers/mtd/nand/raw/Makefile                      |    1 -
drivers/mtd/nand/raw/s3c2410.c                     | 1230 --------------------
include/linux/platform_data/mtd-nand-s3c2410.h     |   70 --
6 files changed, 1384 deletions(-)
[PATCH 0/4] mtd: rawnand: s3c2410: Drop S3C2410 driver
Posted by Krzysztof Kozlowski 1 month ago
Drop S3C2410 NAND driver because its only two users were:
1. S3C2410 SoC: removed from kernel,
2. S3C64xx SoC: does not reference this driver.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (4):
      mtd: rawnand: s3c2410: Drop S3C2410 support
      dt-bindings: mtd samsung-s3c2410: Drop S3C2410 support
      mtd: rawnand: s3c2410: Drop driver (no actual S3C64xx user)
      ARM: s3c6400_defconfig: Drop MTD_NAND_S3C2410

 .../devicetree/bindings/mtd/samsung-s3c2410.txt    |   56 -
 arch/arm/configs/s3c6400_defconfig                 |    1 -
 drivers/mtd/nand/raw/Kconfig                       |   26 -
 drivers/mtd/nand/raw/Makefile                      |    1 -
 drivers/mtd/nand/raw/s3c2410.c                     | 1230 --------------------
 include/linux/platform_data/mtd-nand-s3c2410.h     |   70 --
 6 files changed, 1384 deletions(-)
---
base-commit: 4e9ae4ca11b35e6a3e9a1175201d8c55406d9301
change-id: 20250830-s3c-cleanup-nand-d87b5847ad10

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH 0/4] mtd: rawnand: s3c2410: Drop S3C2410 driver
Posted by Miquel Raynal 1 month ago
On Sat, 30 Aug 2025 19:01:08 +0200, Krzysztof Kozlowski wrote:
> Drop S3C2410 NAND driver because its only two users were:
> 1. S3C2410 SoC: removed from kernel,
> 2. S3C64xx SoC: does not reference this driver.
> 
> Best regards,
> Krzysztof
> 
> [...]

Applied to nand/next, thanks!

[1/4] mtd: rawnand: s3c2410: Drop S3C2410 support
      commit: 773b9202de0127444fc8802a611a19637b7fa12f
[2/4] dt-bindings: mtd samsung-s3c2410: Drop S3C2410 support
      commit: 451f1184f8f6a90c701b9d8c8c055f6a1d9308bb
[3/4] mtd: rawnand: s3c2410: Drop driver (no actual S3C64xx user)
      commit: d40934bea54ca5509138d40ab530c6700c830802

Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).

Kind regards,
Miquèl