Re: [PATCH 0/2] mtd: rawnand: lpc32xx: Remove platform data support from drivers
From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: 2026-09-04 07:45:28
Hi Vladimir, On 03/09/2026 at 16:23:20 +03, Vladimir Zapolskiy [off-list ref] wrote:
Hi Miquel, On 9/3/26 15:28, Miquel Raynal wrote:quoted
Hello Vladimir, On 03/09/2026 at 14:24:22 +03, Vladimir Zapolskiy [off-list ref] wrote:quoted
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.hSashiko raises a build issue due to the cleanup missing one use of a header. Can you please check?sure, from its report [1] I see that Sashiko bot verifies the changes against today's outdated v7.2, and therefore it produced a false positive error, since v7.3-rc1 contains the commit d6ef4391897d ("ARM: lpc32xx: remove a few manually populated OF devices"). There should be no build errors introduced by this series, thanks for review. [1] https://sashiko.dev/#/patchset/20260903112425.1904748-1-vz%40kernel.org
In this case that's all good, thanks for checking! Miquèl