devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
To: Rob Herring <robh+dt@kernel.org>, Sam Ravnborg <sam@ravnborg.org>,
	Noralf Tronnes <noralf@tronnes.org>
Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
Subject: [PATCH v5 0/2] Support for tft displays based on ilitek,ili9486
Date: Sun,  9 Feb 2020 23:35:57 +0530	[thread overview]
Message-ID: <cover.1581270802.git.kamlesh.gurudasani@gmail.com> (raw)

The goal of this series is to get the displays based on ilitek,ili9486
working.
Ozzmaker, Piscreen and waveshare,rpi-lcd-35 are such displays.

v2 changes:
* Changing file from txt to yaml format
* removed ilitek,ili9486 from compatible string
* assignment of dbi_command before registration
* made dc and reset gpio compulsory
* typos and unwanted comments removed
* changed the name of function which were display specific
* arranged the Makefile entries in alphabetical order

v3 changes:
* added vendor prefix patch to this series instead of separate patch

v4 changes:
* removing checkpatch warnings

v5 changes:
* made compatible part in dt-bindings less complex (Sam)
* added Rb and Ab tags
* dropped vendor prefix patch as it has been applied (v4)
* replaced tinydrm with tiny in drm/tiny patch subject

Kamlesh Gurudasani (2):
  dt-bindings: add binding for tft displays based on ilitek,ili9486
  drm/tiny: add support for tft displays based on ilitek,ili9486

 .../bindings/display/ilitek,ili9486.yaml           |  73 ++++++
 MAINTAINERS                                        |   7 +
 drivers/gpu/drm/tiny/Kconfig                       |  14 +
 drivers/gpu/drm/tiny/Makefile                      |   1 +
 drivers/gpu/drm/tiny/ili9486.c                     | 283 +++++++++++++++++++++
 5 files changed, 378 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9486.yaml
 create mode 100644 drivers/gpu/drm/tiny/ili9486.c

-- 
2.7.4


             reply	other threads:[~2020-02-09 18:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 18:05 Kamlesh Gurudasani [this message]
2020-02-09 18:06 ` [PATCH v5 1/2] dt-bindings: add binding for tft displays based on ilitek,ili9486 Kamlesh Gurudasani
2020-02-09 19:49   ` Sam Ravnborg
2020-02-09 18:06 ` [PATCH v5 2/2] drm/tiny: add support " Kamlesh Gurudasani
2020-02-09 19:50   ` Sam Ravnborg

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=cover.1581270802.git.kamlesh.gurudasani@gmail.com \
    --to=kamlesh.gurudasani@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=noralf@tronnes.org \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.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 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).