All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Simon Horman <horms+renesas@verge.net.au>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] fbdev/drm: sh_mobile: remove unused MERAM support
Date: Fri, 27 Apr 2018 11:36:35 +0000	[thread overview]
Message-ID: <2561366.LzYTbHeMbO@avalon> (raw)
In-Reply-To: <1524828105-26585-1-git-send-email-b.zolnierkie@samsung.com>

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@ideasonboard.com>

> 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




WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Simon Horman <horms+renesas@verge.net.au>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] fbdev/drm: sh_mobile: remove unused MERAM support
Date: Fri, 27 Apr 2018 14:36:35 +0300	[thread overview]
Message-ID: <2561366.LzYTbHeMbO@avalon> (raw)
In-Reply-To: <1524828105-26585-1-git-send-email-b.zolnierkie@samsung.com>

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@ideasonboard.com>

> 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

  parent reply	other threads:[~2018-04-27 11:36 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20180427112213epcas2p3ed6890af75e679b537121f2655aa91d8@epcas2p3.samsung.com>
2018-04-27 11:21 ` [PATCH 0/3] fbdev/drm: sh_mobile: remove unused MERAM support Bartlomiej Zolnierkiewicz
2018-04-27 11:21   ` Bartlomiej Zolnierkiewicz
2018-04-27 11:21   ` Bartlomiej Zolnierkiewicz
2018-04-27 11:21   ` [PATCH 1/3] video: fbdev: sh_mobile_lcdcfb: " Bartlomiej Zolnierkiewicz
2018-04-27 11:21     ` Bartlomiej Zolnierkiewicz
2018-04-27 11:21     ` Bartlomiej Zolnierkiewicz
2018-05-04  7:44     ` Geert Uytterhoeven
2018-05-04  7:44       ` Geert Uytterhoeven
2018-04-27 11:21   ` [PATCH 2/3] drm: shmobile: " Bartlomiej Zolnierkiewicz
2018-04-27 11:21     ` Bartlomiej Zolnierkiewicz
2018-04-27 11:21     ` Bartlomiej Zolnierkiewicz
2018-04-27 11:21   ` [PATCH 3/3] video: fbdev: remove unused sh_mobile_meram driver Bartlomiej Zolnierkiewicz
2018-04-27 11:21     ` Bartlomiej Zolnierkiewicz
2018-04-27 11:21     ` Bartlomiej Zolnierkiewicz
2018-05-04  7:49     ` Geert Uytterhoeven
2018-05-04  7:49       ` Geert Uytterhoeven
2018-05-04  7:49       ` Geert Uytterhoeven
2018-04-27 11:36   ` Laurent Pinchart [this message]
2018-04-27 11:36     ` [PATCH 0/3] fbdev/drm: sh_mobile: remove unused MERAM support Laurent Pinchart
2018-04-27 12:09     ` Daniel Vetter
2018-04-27 12:09       ` Daniel Vetter
2018-04-27 12:09       ` Daniel Vetter
2018-05-14 13:46       ` Bartlomiej Zolnierkiewicz
2018-05-14 13:46         ` Bartlomiej Zolnierkiewicz
2018-05-14 13:46         ` Bartlomiej Zolnierkiewicz
2018-04-30  7:20   ` Simon Horman
2018-04-30  7:20     ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2561366.LzYTbHeMbO@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert+renesas@glider.be \
    --cc=horms+renesas@verge.net.au \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.