Re: [PATCH] EDAC: Drop obsolete PPC4xx driver

From: Michael Ellerman
Date: Thu Sep 05 2024 - 00:36:13 EST


"Rob Herring (Arm)" <robh@xxxxxxxxxx> writes:
> Since commit 47d13a269bbd ("powerpc/40x: Remove 40x platforms.")
> support for PPC40x platforms has been removed. While the EDAC driver
> also mentions PPC440 and PPC460 processors, the driver refuses to
> probe on anything other than PPC405. It's unlikely support will ever be
> added at this point for these other old platforms, so the driver can be
> removed.
>
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---
> drivers/edac/Kconfig | 9 -
> drivers/edac/Makefile | 1 -
> drivers/edac/ppc4xx_edac.c | 1425 ------------------------------------
> drivers/edac/ppc4xx_edac.h | 167 -----
> 4 files changed, 1602 deletions(-)
> delete mode 100644 drivers/edac/ppc4xx_edac.c
> delete mode 100644 drivers/edac/ppc4xx_edac.h

Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> (powerpc)

cheers