linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: fbtft: add support for ST7789V and C-Berry28
@ 2015-10-07 20:15 Dennis Menschel
  2015-10-07 20:15 ` [PATCH 1/2] staging: fbtft: add support for ST7789V display controller Dennis Menschel
  2015-10-07 20:15 ` [PATCH 2/2] staging: fbtft: add support for C-Berry28 display Dennis Menschel
  0 siblings, 2 replies; 7+ messages in thread
From: Dennis Menschel @ 2015-10-07 20:15 UTC (permalink / raw)
  To: Thomas Petazzoni, Noralf Trønnes
  Cc: Greg Kroah-Hartman, linux-kernel, devel, Dennis Menschel

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-21 21:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 20:15 [PATCH 0/2] staging: fbtft: add support for ST7789V and C-Berry28 Dennis Menschel
2015-10-07 20:15 ` [PATCH 1/2] staging: fbtft: add support for ST7789V display controller Dennis Menschel
2015-10-10 15:36   ` Noralf Trønnes
2015-10-11  7:31     ` Dennis Menschel
2015-10-11 14:19       ` Noralf Trønnes
2015-10-21 21:13         ` Dennis Menschel
2015-10-07 20:15 ` [PATCH 2/2] staging: fbtft: add support for C-Berry28 display Dennis Menschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).