dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Support for tft displays based on ilitek,ili9488
@ 2020-06-13 14:06 Kamlesh Gurudasani
  2020-06-13 14:06 ` [PATCH 1/3] dt-bindings: add vendor prefix for EastRising Technology Co., Ltd Kamlesh Gurudasani
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kamlesh Gurudasani @ 2020-06-13 14:06 UTC (permalink / raw)
  To: Rob Herring, Sam Ravnborg, Noralf Tronnes, David Airlie, Daniel Vetter
  Cc: devicetree, Kamlesh Gurudasani, linux-usb, dri-devel

The goal of this series is to get the displays based on ilitek,ili9488
working.
Eastrising,er-tft035-6 is a display based on ilitek,ili9488

Kamlesh Gurudasani (3):
  dt-bindings: add vendor prefix for EastRising Technology Co.,Ltd
  dt-bindings: add binding for Ilitek ili9488 based display panels
  drm/tiny: add support for tft displays based on ilitek,ili9488

 .../bindings/display/ilitek,ili9488.yaml           |  71 ++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |   7 +
 drivers/gpu/drm/tiny/Kconfig                       |  13 +
 drivers/gpu/drm/tiny/Makefile                      |   1 +
 drivers/gpu/drm/tiny/ili9488.c                     | 446 +++++++++++++++++++++
 6 files changed, 540 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9488.yaml
 create mode 100644 drivers/gpu/drm/tiny/ili9488.c

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-15 18:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-13 14:06 [PATCH 0/3] Support for tft displays based on ilitek,ili9488 Kamlesh Gurudasani
2020-06-13 14:06 ` [PATCH 1/3] dt-bindings: add vendor prefix for EastRising Technology Co., Ltd Kamlesh Gurudasani
2020-07-15 18:13   ` Rob Herring
2020-06-13 14:07 ` [PATCH 2/3] dt-bindings: add binding for Ilitek ili9488 based display panels Kamlesh Gurudasani
2020-07-15 18:14   ` Rob Herring
2020-06-13 14:07 ` [PATCH 3/3] drm/tiny: add support for tft displays based on ilitek, ili9488 Kamlesh Gurudasani
2020-06-13 16:07   ` [PATCH 3/3] drm/tiny: add support for tft displays based on ilitek,ili9488 kernel test robot

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).