[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1444159111.git.menschel-d@posteo.de>
Date: Wed, 7 Oct 2015 22:15:44 +0200
From: Dennis Menschel <menschel-d@...teo.de>
To: Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>,
Noralf Trønnes <noralf@...nnes.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
Dennis Menschel <menschel-d@...teo.de>
Subject: [PATCH 0/2] staging: fbtft: add support for ST7789V and C-Berry28
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists