Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750797AbbLTSgn (ORCPT ); Sun, 20 Dec 2015 13:36:43 -0500 Received: from plaes.org ([188.166.43.21]:52881 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725AbbLTSgm (ORCPT ); Sun, 20 Dec 2015 13:36:42 -0500 From: Priit Laes To: Thomas Petazzoni , =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= , Greg Kroah-Hartman Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Priit Laes Subject: [PATCH 00/13] staging: fbtft - Use standard MIPI DCS defines Date: Sun, 20 Dec 2015 20:35:54 +0200 Message-Id: <1450636567-2040-1-git-send-email-plaes@plaes.org> X-Mailer: git-send-email 2.6.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2346 Lines: 48 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/