| From: |
| David Lechner <david-AT-lechnology.com> |
| To: |
| dri-devel-AT-lists.freedesktop.org, devicetree-AT-vger.kernel.org |
| Subject: |
| [PATCH 0/3] drm/tinydrm: new dirver for ILI9341 displays |
| Date: |
| Mon, 14 May 2018 20:43:46 -0500 |
| Message-ID: |
| <20180515014349.26226-1-david@lechnology.com> |
| Cc: |
| David Lechner <david-AT-lechnology.com>, =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf-AT-tronnes.org>, Rob Herring <robh+dt-AT-kernel.org>, Mark Rutland <mark.rutland-AT-arm.com>, limor-AT-ladyada.net, Nitin Patil <nitin-AT-mindsensors.com>, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
This series adds a new tinydrm driver for the Ilitek ILI9341 controller and
a 2.4" display panel that uses this controller.
A few things to note here:
* The datasheet for this display[1] doesn't have a vendor mentioned on it
anywhere, so I have used "noname" as the vendor prefix. If someone has a
better suggestion, please speak up.
* The driver is basically a copy of mi0283qt.c with a new init sequence,
a different physical panel size, fixed (as in corrected) rotation handling,
and dropped PM (since I don't have a way to test it). Do we want to try to
share code with these two drivers (it's not much)?
* The MAINTAINERS patch for ili9225 is included so we don't end up with a merge
conflict later on.
[1]: https://cdn-learn.adafruit.com/assets/assets/000/046/879/...
David Lechner (3):
MAINTAINERS: fix path to ilitek,ili9225 device tree bindings
dt-bindings: new binding for Ilitek ILI9341 display panels
drm/tinydrm: new driver for ILI9341 display panels
.../bindings/display/ilitek,ili9341.txt | 27 ++
MAINTAINERS | 8 +-
drivers/gpu/drm/tinydrm/Kconfig | 10 +
drivers/gpu/drm/tinydrm/Makefile | 1 +
drivers/gpu/drm/tinydrm/ili9341.c | 239 ++++++++++++++++++
5 files changed, 284 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9341.txt
create mode 100644 drivers/gpu/drm/tinydrm/ili9341.c
--
2.17.0