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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/