Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752108AbbH1LVf (ORCPT ); Fri, 28 Aug 2015 07:21:35 -0400 Received: from mail.karo-electronics.de ([81.173.242.67]:63016 "EHLO mail.karo-electronics.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721AbbH1LVe convert rfc822-to-8bit (ORCPT ); Fri, 28 Aug 2015 07:21:34 -0400 Date: Fri, 28 Aug 2015 13:19:22 +0200 From: Lothar =?UTF-8?B?V2HDn21hbm4=?= To: Haibo Chen Cc: , , , , , , , , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, mpa@pengutronix.de, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 1/5] input: touchscreen: add imx6ul_tsc driver support Message-ID: <20150828131922.79693714@ipc1.ka-ro> In-Reply-To: <1440752976-9094-2-git-send-email-haibo.chen@freescale.com> References: <1440752976-9094-1-git-send-email-haibo.chen@freescale.com> <1440752976-9094-2-git-send-email-haibo.chen@freescale.com> Organization: Ka-Ro electronics GmbH Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1492 Lines: 43 Hi, > Freescale i.MX6UL contains a internal touchscreen controller, > this patch add a driver to support this controller. > > Signed-off-by: Haibo Chen > --- > drivers/input/touchscreen/Kconfig | 12 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/imx6ul_tsc.c | 524 +++++++++++++++++++++++++++++++++ > 3 files changed, 537 insertions(+) > create mode 100644 drivers/input/touchscreen/imx6ul_tsc.c > > diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig > index 059edeb..50a42b8 100644 > --- a/drivers/input/touchscreen/Kconfig > +++ b/drivers/input/touchscreen/Kconfig > @@ -479,6 +479,18 @@ config TOUCHSCREEN_MTOUCH > To compile this driver as a module, choose M here: the > module will be called mtouch. > > +config TOUCHSCREEN_IMX6UL_TSC > + tristate "Freescale i.MX6UL touchscreen controller" > + depends on (OF && GPIOLIB) || COMPILE_TEST > + help > + Say Y here if you have a Freescale i.MX6UL, and want to > + use the internal touchscreen controller. > + > + If unsure, say N. > + > + To compile this driver as a module, choose M here: the > + moduel will be called imx6ul_tsc. > s/moduel/module/ Lothar Waßmann -- 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/