Re: [PATCH 0/3] fbdev/drm: sh_mobile: remove unused MERAM support

From: Laurent Pinchart
Date: Fri Apr 27 2018 - 07:36:29 EST


Hi Bartlomiej,

On Friday, 27 April 2018 14:21:42 EEST Bartlomiej Zolnierkiewicz wrote:
> Hi,
>
> This patchset removes unused MERAM support (last user was removed
> 3 years ago) from shmobile fbdev & drm drivers and then removes
> MERAM driver itself.
>
> If it is okay to merge this patches I would like patch #1 to go
> through fbdev tree and patch #2 to go through drm tree. Once they
> are both upstream (v4.18) I will apply patch #3 to fbdev tree.

Or you could merge everything through the fbdev tree in one go, the shmobile
driver hardly sees any activity these days.

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>

> Bartlomiej Zolnierkiewicz (3):
> video: fbdev: sh_mobile_lcdcfb: remove unused MERAM support
> drm: shmobile: remove unused MERAM support
> video: fbdev: remove unused sh_mobile_meram driver
>
> drivers/gpu/drm/shmobile/Kconfig | 1 -
> drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 42 --
> drivers/gpu/drm/shmobile/shmob_drm_crtc.h | 1 -
> drivers/gpu/drm/shmobile/shmob_drm_drv.h | 2 -
> drivers/gpu/drm/shmobile/shmob_drm_kms.c | 11 -
> drivers/gpu/drm/shmobile/shmob_drm_kms.h | 1 -
> drivers/gpu/drm/shmobile/shmob_drm_plane.c | 2 -
> drivers/video/fbdev/Kconfig | 13 -
> drivers/video/fbdev/Makefile | 1 -
> drivers/video/fbdev/sh_mobile_lcdcfb.c | 63 +--
> drivers/video/fbdev/sh_mobile_lcdcfb.h | 1 -
> drivers/video/fbdev/sh_mobile_meram.c | 754 --------------------------
> include/linux/platform_data/shmob_drm.h | 4 -
> include/video/sh_mobile_lcdc.h | 3 -
> include/video/sh_mobile_meram.h | 95 ----
> 15 files changed, 1 insertion(+), 993 deletions(-)
> delete mode 100644 drivers/video/fbdev/sh_mobile_meram.c
> delete mode 100644 include/video/sh_mobile_meram.h

--
Regards,

Laurent Pinchart