OSDN Git Service

drm/tinydrm: add driver for ILI9225 panels
authorDavid Lechner <david@lechnology.com>
Sun, 19 Nov 2017 20:12:08 +0000 (14:12 -0600)
committerNoralf Trønnes <noralf@tronnes.org>
Fri, 1 Dec 2017 13:08:37 +0000 (14:08 +0100)
commitb57e8b7661e04690643031af276c7bfc5c969dc9
treedb4e15e93497cb2565b197ce5d1a0ee68b9a809f
parent13deee8111ed600ecd1809b0bfbab232c82159d9
drm/tinydrm: add driver for ILI9225 panels

This adds a new driver for display panels based on the Ilitek ILI9225
controller.

This was developed for a no-name panel with a red PCB that is commonly
marketed for Arduino. See <https://github.com/Nkawu/TFT_22_ILI9225>.

Signed-off-by: David Lechner <david@lechnology.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1511122328-31133-5-git-send-email-david@lechnology.com
MAINTAINERS
drivers/gpu/drm/tinydrm/Kconfig
drivers/gpu/drm/tinydrm/Makefile
drivers/gpu/drm/tinydrm/ili9225.c [new file with mode: 0644]