Re: [PATCH v4 09/11] macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver

From: Michael Ellerman
Date: Mon Jul 30 2018 - 02:47:23 EST


Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> writes:

> Now that the PowerMac via-pmu driver supports m68k PowerBooks,
> switch over to that driver and remove the via-pmu68k driver.
>
> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> Tested-by: Stan Johnson <userm57@xxxxxxxxx>
> Signed-off-by: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx>
> ---
> arch/m68k/configs/mac_defconfig | 2 +-
> arch/m68k/configs/multi_defconfig | 2 +-
> arch/m68k/mac/config.c | 2 +-
> arch/m68k/mac/misc.c | 48 +--
> drivers/macintosh/Kconfig | 13 +-
> drivers/macintosh/Makefile | 1 -
> drivers/macintosh/adb.c | 2 +-
> drivers/macintosh/via-pmu68k.c | 846 --------------------------------------
> include/uapi/linux/pmu.h | 2 +-
> 9 files changed, 14 insertions(+), 904 deletions(-)
> delete mode 100644 drivers/macintosh/via-pmu68k.c

Geert are you OK with this and the other one that touches arch/m68k ?

cheers