All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] staging: fbtft - Use standard MIPI DCS defines
@ 2015-12-20 18:35 Priit Laes
  2015-12-20 18:35 ` [PATCH 01/13] staging: fbtft: Use standard MIPI DCS command defines for hx8340bn Priit Laes
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Priit Laes @ 2015-12-20 18:35 UTC (permalink / raw)
  To: Thomas Petazzoni, Noralf Trønnes, Greg Kroah-Hartman
  Cc: devel, linux-kernel, Priit Laes

Hello all!

This patchset converts most of the magic constants and driver-specific
defines to treewide MIPI DCS defines where applicable.

Please note that this patchset is mostly compile-tested, as I do not
have access to most of the hardware.

Priit Laes (13):
  staging: fbtft: Use standard MIPI DCS command defines for hx8340bn
  staging: fbtft: Use standard MIPI DCS command defines for hx8353d
  staging: fbtft: Use standard MIPI DCS command defines for hx8357d
  staging: fbtft: Use standard MIPI DCS command defines for ili9163
  staging: fbtft: Use standard MIPI DCS command defines for ili9340
  staging: fbtft: Use standard MIPI DCS command defines for ili9341
  staging: fbtft: Use standard MIPI DCS command defines for ili9481
  staging: fbtft: Use standard MIPI DCS command defines for ili9486
  staging: fbtft: Use standard MIPI DCS command defines for s6d02a1
  staging: fbtft: Use standard MIPI DCS command defines for st7735r
  staging: fbtft: Use standard MIPI DCS command defines for fbtft driver
  staging: fbtft: Use standard MIPI DCS command defines for tinylcd
  staging: fbtft: Remove unused and duplicated defines

 drivers/staging/fbtft/fb_hx8340bn.c  | 25 ++++++-----
 drivers/staging/fbtft/fb_hx8353d.c   | 21 +++++----
 drivers/staging/fbtft/fb_hx8357d.c   | 38 ++++++++--------
 drivers/staging/fbtft/fb_hx8357d.h   | 32 --------------
 drivers/staging/fbtft/fb_ili9163.c   | 86 ++++++++++++++----------------------
 drivers/staging/fbtft/fb_ili9340.c   | 26 +++++------
 drivers/staging/fbtft/fb_ili9341.c   | 50 ++++++++++-----------
 drivers/staging/fbtft/fb_ili9481.c   | 30 +++++++------
 drivers/staging/fbtft/fb_ili9486.c   | 35 ++++++++-------
 drivers/staging/fbtft/fb_s6d02a1.c   | 42 ++++++++++--------
 drivers/staging/fbtft/fb_st7735r.c   | 42 +++++++++---------
 drivers/staging/fbtft/fb_tinylcd.c   | 28 ++++++------
 drivers/staging/fbtft/fbtft-core.c   | 14 +++---
 drivers/staging/fbtft/fbtft.h        |  8 ----
 drivers/staging/fbtft/fbtft_device.c | 71 +++++++++++++++++++----------
 15 files changed, 261 insertions(+), 287 deletions(-)

-- 
2.6.4


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

end of thread, other threads:[~2016-02-08  3:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-20 18:35 [PATCH 00/13] staging: fbtft - Use standard MIPI DCS defines Priit Laes
2015-12-20 18:35 ` [PATCH 01/13] staging: fbtft: Use standard MIPI DCS command defines for hx8340bn Priit Laes
2015-12-20 18:35 ` [PATCH 02/13] staging: fbtft: Use standard MIPI DCS command defines for hx8353d Priit Laes
2015-12-20 18:35 ` [PATCH 03/13] staging: fbtft: Use standard MIPI DCS command defines for hx8357d Priit Laes
2015-12-20 18:35 ` [PATCH 04/13] staging: fbtft: Use standard MIPI DCS command defines for ili9163 Priit Laes
2015-12-20 18:35 ` [PATCH 05/13] staging: fbtft: Use standard MIPI DCS command defines for ili9340 Priit Laes
2015-12-20 18:36 ` [PATCH 06/13] staging: fbtft: Use standard MIPI DCS command defines for ili9341 Priit Laes
2015-12-20 18:36 ` [PATCH 07/13] staging: fbtft: Use standard MIPI DCS command defines for ili9481 Priit Laes
2015-12-20 18:36 ` [PATCH 08/13] staging: fbtft: Use standard MIPI DCS command defines for ili9486 Priit Laes
2015-12-20 18:36 ` [PATCH 09/13] staging: fbtft: Use standard MIPI DCS command defines for s6d02a1 Priit Laes
2015-12-20 18:36 ` [PATCH 10/13] staging: fbtft: Use standard MIPI DCS command defines for st7735r Priit Laes
2015-12-20 18:36 ` [PATCH 11/13] staging: fbtft: Use standard MIPI DCS command defines for fbtft driver Priit Laes
2015-12-20 18:36 ` [PATCH 12/13] staging: fbtft: Use standard MIPI DCS command defines for tinylcd Priit Laes
2015-12-20 18:36 ` [PATCH 13/13] staging: fbtft: Remove unused and duplicated defines Priit Laes
2016-02-08  3:40   ` Greg Kroah-Hartman
2016-02-08  3:41     ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.