staging: fbtft: core support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 31 Dec 2014 09:11:09 +0000 (10:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Jan 2015 00:44:41 +0000 (16:44 -0800)
commitc296d5f9957c03994a699d6739c27d4581a9f6c7
treece5a1dadc4f34696cf0c4332b3de37bd4c890bd8
parentab666bb2dc16fc2af1b1dc0e61438f27c1a6b8ca
staging: fbtft: core support

This commit adds the core fbtft framework from
https://github.com/notro/fbtft.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Noralf Tronnes <notro@tronnes.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/fbtft/Kconfig [new file with mode: 0644]
drivers/staging/fbtft/Makefile [new file with mode: 0644]
drivers/staging/fbtft/README [new file with mode: 0644]
drivers/staging/fbtft/fbtft-bus.c [new file with mode: 0644]
drivers/staging/fbtft/fbtft-core.c [new file with mode: 0644]
drivers/staging/fbtft/fbtft-io.c [new file with mode: 0644]
drivers/staging/fbtft/fbtft-sysfs.c [new file with mode: 0644]
drivers/staging/fbtft/fbtft.h [new file with mode: 0644]
This page took 0.046993 seconds and 5 git commands to generate.