From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jingoo Han" Subject: Re: [PATCH v3 06/17] video: lcd: add LoCoMo LCD driver Date: Wed, 20 May 2015 21:26:45 +0900 Message-ID: <000001d092f8$42fc9aa0$c8f5cfe0$@com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "'Russell King'" , "'Daniel Mack'" , "'Robert Jarzmik'" , "'Linus Walleij'" , "'Alexandre Courbot'" , "'Wolfram Sang'" , "'Dmitry Torokhov'" , "'Bryan Wu'" , "'Richard Purdie'" , "'Samuel Ortiz'" , "'Mark Brown'" , "'Jean-Christophe PLAGNIOL-VILLARD'" , "'Tomi Valkeinen'" , "'Liam Girdwood'" , "'Andrea Adami'" , , , , , , , , "'Lee Jones'" Return-path: Content-Language: ko Sender: linux-leds-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org > LoCoMo has some special handling for TFT screens attached to Collie and > Poodle. Implement that as a separate driver. > > Signed-off-by: Dmitry Eremin-Solenikov Acked-by: Jingoo Han Best regards, Jingoo Han > --- > drivers/video/backlight/Kconfig | 10 ++ > drivers/video/backlight/Makefile | 1 + > drivers/video/backlight/locomo_lcd.c | 285 +++++++++++++++++++++++++++++++++++ > 3 files changed, 296 insertions(+) > create mode 100644 drivers/video/backlight/locomo_lcd.c