]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/tinydrm: new driver for ILI9341 display panels
authorDavid Lechner <david@lechnology.com>
Fri, 25 May 2018 19:36:23 +0000 (14:36 -0500)
committerDavid Lechner <david@lechnology.com>
Wed, 27 Jun 2018 18:03:45 +0000 (13:03 -0500)
commit3fa0e8f6f9609ba195b8b3e4cf3e61420451fc7b
tree0f4be14d5dff46eb40b703fc750db4527ebcbf02
parent7b59d2d8d7980522bb4b532dcecb39bac3639726
drm/tinydrm: new driver for ILI9341 display panels

This adds a new driver for display panels that use the Ilitek ILI9341
controller. It currently supports a single display panel, namely
the YX240QV29-T (e.g. Adafruit 2.4" TFT).

The init sequence is from the Adafruit Python library for the ILI9341
controller. https://github.com/adafruit/Adafruit_Python_ILI9341

Signed-off-by: David Lechner <david@lechnology.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180525193623.15533-5-david@lechnology.com
MAINTAINERS
drivers/gpu/drm/tinydrm/Kconfig
drivers/gpu/drm/tinydrm/Makefile
drivers/gpu/drm/tinydrm/ili9341.c [new file with mode: 0644]