This set of patches extends the fbtft driver by the following two things, - support for the ST7789V display controller from Sitronix and - support for a concrete display which uses this controller, namely the C-Berry28, a 2.8" color display from admatec for the Raspberry Pi. Dennis Menschel (2): staging: fbtft: add support for ST7789V display controller staging: fbtft: add support for C-Berry28 display drivers/staging/fbtft/Kconfig | 10 ++ drivers/staging/fbtft/Makefile | 1 + drivers/staging/fbtft/fb_st7789v.c | 290 +++++++++++++++++++++++++++++++++++ drivers/staging/fbtft/fbtft_device.c | 74 +++++++++ 4 files changed, 375 insertions(+) create mode 100644 drivers/staging/fbtft/fb_st7789v.c -- 2.1.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel