linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Carlis <zhangxuezhi3@gmail.com>
To: airlied@linux.ie, daniel@ffwll.ch, zhangxuezhi1@yulong.com,
	robh+dt@kernel.org
Cc: sam@ravnborg.org, kraxel@redhat.com, tzimmermann@suse.de,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	devicetree@vger.kernel.org
Subject: [PATCH v4 0/2] add support for Waveshare 2inch LCD module
Date: Wed, 31 Mar 2021 03:05:48 +0000	[thread overview]
Message-ID: <20210331030550.119493-1-zhangxuezhi3@gmail.com> (raw)

From: Xuezhi Zhang <zhangxuezhi1@yulong.com>

This patch add support for Waveshare 2inch LCD module.

Xuezhi Zhang (2):
  drm/tiny: add support for Waveshare 2inch LCD module
  dt-bindings: display: sitronix,st7789v-dbi: Add Waveshare 2inch LCD
    module

 .../display/sitronix,st7789v-dbi.yaml         |  72 +++++
 MAINTAINERS                                   |   7 +
 drivers/gpu/drm/tiny/Kconfig                  |  14 +
 drivers/gpu/drm/tiny/Makefile                 |   1 +
 drivers/gpu/drm/tiny/st7789v.c                | 269 ++++++++++++++++++
 5 files changed, 363 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/sitronix,st7789v-dbi.yaml
 create mode 100644 drivers/gpu/drm/tiny/st7789v.c

-- 
2.25.1


             reply	other threads:[~2021-03-31  3:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31  3:05 Carlis [this message]
2021-03-31  3:05 ` [PATCH v4 1/2] drm/tiny: add support for Waveshare 2inch LCD module Carlis
2021-03-31  3:05 ` [PATCH v4 2/2] dt-bindings: display: sitronix,st7789v-dbi: Add " Carlis
2021-04-01 16:12   ` [PATCH v4 2/2] dt-bindings: display: sitronix, st7789v-dbi: " Rob Herring

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=20210331030550.119493-1-zhangxuezhi3@gmail.com \
    --to=zhangxuezhi3@gmail.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kraxel@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=tzimmermann@suse.de \
    --cc=zhangxuezhi1@yulong.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;
as well as URLs for NNTP newsgroup(s).