]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller
authorHenri Chain <henri.chain@eleves.ec-nantes.fr>
Tue, 14 Jul 2015 12:59:39 +0000 (14:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 02:17:50 +0000 (19:17 -0700)
commita1560f9bec8b9275a751bd39a1db791d2c73d6e5
tree8a269f0889431fb836523db29fc322d790f0f7ae
parentdc4b2068934d6562048393d4531b9983df41b14e
Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller

This is a driver chip for 240x160 4-bit greyscale LCDs.
It is capable of 4-wire (8 bit) or 3-wire (9 bit) SPI that have both been
tested. (It also has a 6800 or 8080-style parallel interface, but I have
not included support for it.)

Signed-off-by: Henri Chain <henri.chain@eleves.ec-nantes.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/Kconfig
drivers/staging/fbtft/Makefile
drivers/staging/fbtft/fb_uc1611.c [new file with mode: 0644]
drivers/staging/fbtft/fbtft_device.c