[PATCH 0/2] mtd: rawnand: lpc32xx: Remove platform data support from drivers

Miquel Raynal miquel.raynal at bootlin.com
Thu Sep 3 05:28:26 PDT 2026


Hello Vladimir,

On 03/09/2026 at 14:24:22 +03, Vladimir Zapolskiy <vz at kernel.org> wrote:

> Since NXP LPC32xx SoC support in the Linux kernel strictly depends on
> device tree support, the unused platform data support can be removed
> from the LPC32xx NAND MLC and SLC drivers.
>
> Vladimir Zapolskiy (2):
>   mtd: rawnand: lpc32xx_slc: Remove platform data support
>   mtd: rawnand: lpc32xx_mlc: Remove platform data support
>
>  drivers/mtd/nand/raw/lpc32xx_mlc.c | 21 ++-------------------
>  drivers/mtd/nand/raw/lpc32xx_slc.c | 21 ++-------------------
>  include/linux/mtd/lpc32xx_mlc.h    | 17 -----------------
>  include/linux/mtd/lpc32xx_slc.h    | 17 -----------------
>  4 files changed, 4 insertions(+), 72 deletions(-)
>  delete mode 100644 include/linux/mtd/lpc32xx_mlc.h
>  delete mode 100644 include/linux/mtd/lpc32xx_slc.h

Sashiko raises a build issue due to the cleanup missing one use of a
header. Can you please check?

Thanks,
Miquèl



More information about the linux-arm-kernel mailing list