Re: [PATCH v2 2/6] mtd: parsers: ar7: remove support

From: Miquel Raynal
Date: Fri Sep 22 2023 - 10:39:12 EST


Hi Wolfram,

wsa+renesas@xxxxxxxxxxxxxxxxxxxx wrote on Fri, 22 Sep 2023 08:15:23
+0200:

> AR7 is going to be removed from the Kernel, so remove its support for
> MTD.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
> Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> ---
> Changes since v1:
> * added ack
>
> arch/arm/configs/pxa_defconfig | 1 -

I'm not sure it is wise to merge defconfig changes through mtd. Would
you mind sending this change aside to avoid potential conflicts? Each
patch can live on their own anyway.

> drivers/mtd/parsers/Kconfig | 5 --
> drivers/mtd/parsers/Makefile | 1 -
> drivers/mtd/parsers/ar7part.c | 129 ---------------------------------

Do you have other changes related to this file in your tree? It failed
to apply on my side.

> 4 files changed, 136 deletions(-)
> delete mode 100644 drivers/mtd/parsers/ar7part.c

Thanks,
Miquèl