mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Rob Herring <robh@kernel.org>
Cc: Zenghui Yu <yuzenghui@huawei.com>,
	tzimmermann@suse.de, Arnd Bergmann <arnd@arndb.de>,
	wanghaibin.wang@huawei.com, Jun Nie <jun.nie@linaro.org>,
	airlied@linux.ie, Shawn Guo <shawnguo@kernel.org>,
	robh+dt@kernel.org, dri-devel@lists.freedesktop.org,
	daniel@ffwll.ch, linux-kernel@vger.kernel.org,
	mripard@kernel.org, devicetree@vger.kernel.org,
	maarten.lankhorst@linux.intel.com
Subject: Re: [PATCH] drm: remove zxdrm driver
Date: Thu, 26 Aug 2021 11:22:41 +0200	[thread overview]
Message-ID: <YSddYSKvGneVKNjW@phenom.ffwll.local> (raw)
In-Reply-To: <YSPuMqd1QgnRIVCB@robh.at.kernel.org>

On Mon, Aug 23, 2021 at 01:51:30PM -0500, Rob Herring wrote:
> On Sat, 21 Aug 2021 11:13:57 +0800, Zenghui Yu wrote:
> > The zte zx platform had been removed in commit 89d4f98ae90d ("ARM: remove
> > zte zx platform"), so this driver is no longer needed.
> > 
> > Cc: Arnd Bergmann <arnd@arndb.de>
> > Cc: Jun Nie <jun.nie@linaro.org>
> > Cc: Shawn Guo <shawnguo@kernel.org>
> > Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> > ---
> >  .../devicetree/bindings/display/zte,vou.txt   | 120 ---
> >  drivers/gpu/drm/Kconfig                       |   2 -
> >  drivers/gpu/drm/Makefile                      |   1 -
> >  drivers/gpu/drm/zte/Kconfig                   |  10 -
> >  drivers/gpu/drm/zte/Makefile                  |  10 -
> >  drivers/gpu/drm/zte/zx_common_regs.h          |  28 -
> >  drivers/gpu/drm/zte/zx_drm_drv.c              | 190 ----
> >  drivers/gpu/drm/zte/zx_drm_drv.h              |  34 -
> >  drivers/gpu/drm/zte/zx_hdmi.c                 | 760 ---------------
> >  drivers/gpu/drm/zte/zx_hdmi_regs.h            |  66 --
> >  drivers/gpu/drm/zte/zx_plane.c                | 537 ----------
> >  drivers/gpu/drm/zte/zx_plane.h                |  26 -
> >  drivers/gpu/drm/zte/zx_plane_regs.h           | 120 ---
> >  drivers/gpu/drm/zte/zx_tvenc.c                | 400 --------
> >  drivers/gpu/drm/zte/zx_tvenc_regs.h           |  27 -
> >  drivers/gpu/drm/zte/zx_vga.c                  | 527 ----------
> >  drivers/gpu/drm/zte/zx_vga_regs.h             |  33 -
> >  drivers/gpu/drm/zte/zx_vou.c                  | 921 ------------------
> >  drivers/gpu/drm/zte/zx_vou.h                  |  64 --
> >  drivers/gpu/drm/zte/zx_vou_regs.h             | 212 ----
> >  20 files changed, 4088 deletions(-)
> >  delete mode 100644 Documentation/devicetree/bindings/display/zte,vou.txt
> >  delete mode 100644 drivers/gpu/drm/zte/Kconfig
> >  delete mode 100644 drivers/gpu/drm/zte/Makefile
> >  delete mode 100644 drivers/gpu/drm/zte/zx_common_regs.h
> >  delete mode 100644 drivers/gpu/drm/zte/zx_drm_drv.c
> >  delete mode 100644 drivers/gpu/drm/zte/zx_drm_drv.h
> >  delete mode 100644 drivers/gpu/drm/zte/zx_hdmi.c
> >  delete mode 100644 drivers/gpu/drm/zte/zx_hdmi_regs.h
> >  delete mode 100644 drivers/gpu/drm/zte/zx_plane.c
> >  delete mode 100644 drivers/gpu/drm/zte/zx_plane.h
> >  delete mode 100644 drivers/gpu/drm/zte/zx_plane_regs.h
> >  delete mode 100644 drivers/gpu/drm/zte/zx_tvenc.c
> >  delete mode 100644 drivers/gpu/drm/zte/zx_tvenc_regs.h
> >  delete mode 100644 drivers/gpu/drm/zte/zx_vga.c
> >  delete mode 100644 drivers/gpu/drm/zte/zx_vga_regs.h
> >  delete mode 100644 drivers/gpu/drm/zte/zx_vou.c
> >  delete mode 100644 drivers/gpu/drm/zte/zx_vou.h
> >  delete mode 100644 drivers/gpu/drm/zte/zx_vou_regs.h
> > 
> 
> Acked-by: Rob Herring <robh@kernel.org>

I just merged another patch to delete the zte driver.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

  reply	other threads:[~2021-08-26  9:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-21  3:13 Zenghui Yu
2021-08-23 18:51 ` Rob Herring
2021-08-26  9:22   ` Daniel Vetter [this message]
2021-08-30 16:12     ` Rob Herring
2021-08-31  1:36       ` Zenghui Yu

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=YSddYSKvGneVKNjW@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=airlied@linux.ie \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jun.nie@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=shawnguo@kernel.org \
    --cc=tzimmermann@suse.de \
    --cc=wanghaibin.wang@huawei.com \
    --cc=yuzenghui@huawei.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®