]> Git Repo - linux.git/commit
drm/tinydrm: new driver for ILI9341 display panels
authorDavid Lechner <[email protected]>
Fri, 25 May 2018 19:36:23 +0000 (14:36 -0500)
committerDavid Lechner <[email protected]>
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 <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Reviewed-by: Noralf Trønnes <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
MAINTAINERS
drivers/gpu/drm/tinydrm/Kconfig
drivers/gpu/drm/tinydrm/Makefile
drivers/gpu/drm/tinydrm/ili9341.c [new file with mode: 0644]
This page took 0.056225 seconds and 4 git commands to generate.