Re: [PATCH 09/16] fbdev: remove w90x900/nuc900 platform drivers

From: Bartlomiej Zolnierkiewicz
Date: Tue Aug 13 2019 - 09:30:36 EST



On 8/9/19 10:27 PM, Arnd Bergmann wrote:
> The ARM w90x900 platform is getting removed, so this driver is obsolete.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx>

BTW there is a very minor issue with internal bisectability of
this patch series (non-issue in reality because it affects only
configs with ARCH_W90X900=y and such are now gone, just FYI):

arch/arm/mach-w90x900/dev.c (which stays in tree until patch #16
("ARM: remove w90x900 platform") uses include/linux/platform_data/
files removed in patches #7 (spi), #9 (fbdev) and #10 (keyboard).

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

> drivers/video/fbdev/Kconfig | 14 -
> drivers/video/fbdev/Makefile | 1 -
> drivers/video/fbdev/nuc900fb.c | 760 -------------------
> drivers/video/fbdev/nuc900fb.h | 51 --
> include/Kbuild | 1 -
> include/linux/platform_data/video-nuc900fb.h | 79 --
> 6 files changed, 906 deletions(-)
> delete mode 100644 drivers/video/fbdev/nuc900fb.c
> delete mode 100644 drivers/video/fbdev/nuc900fb.h
> delete mode 100644 include/linux/platform_data/video-nuc900fb.h