Messages in this thread |  | | From | Priit Laes <> | Subject | [PATCH 00/13] staging: fbtft - Use standard MIPI DCS defines | Date | Sun, 20 Dec 2015 20:35:54 +0200 |
| |
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
|  |