[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1437996407-27266-1-git-send-email-haibo.chen@freescale.com>
Date: Mon, 27 Jul 2015 19:26:42 +0800
From: Haibo Chen <haibo.chen@...escale.com>
To: <robh+dt@...nel.org>, <pawel.moll@....com>, <mark.rutland@....com>,
<ijc+devicetree@...lion.org.uk>, <galak@...eaurora.org>,
<shawnguo@...nel.org>, <kernel@...gutronix.de>,
<linux@....linux.org.uk>, <dmitry.torokhov@...il.com>
CC: <haibo.chen@...escale.com>, <hans.verkuil@...co.com>,
<hadess@...ess.net>, <mchehab@....samsung.com>,
<mamlinav@...il.com>, <arnd@...db.de>, <jonathar@...adcom.com>,
<hdegoede@...hat.com>, <christian.gmeiner@...il.com>,
<scott.liu@....com.tw>, <geert@...ux-m68k.org>,
<benjamin.tissoires@...hat.com>,
<sebastien.szymanski@...adeus.com>, <sbranden@...adcom.com>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-input@...r.kernel.org>
Subject: [PATCH 0/5] Add imx6ul touch screen controller support
i.MX6UL contains a touch screen controller. This patch set add
imx6ul touch screen controller driver support.
Haibo Chen (5):
input: touchscreen: add imx6ul_tsc driver support
Documentation: Detail permitted DT properties for the imx6ul_tsc
ARM: imx_v6_v7_defconfig: enable imx6ul_tsc
ARM: dts: imx6ul.dtsi: add TSC support
ARM: dts: imx6ul-14x14-evk.dts: add tsc support
.../bindings/input/touchscreen/imx6ul_tsc.txt | 14 +
arch/arm/boot/dts/imx6ul-14x14-evk.dts | 18 +
arch/arm/boot/dts/imx6ul.dtsi | 11 +
arch/arm/configs/imx_v6_v7_defconfig | 1 +
drivers/input/touchscreen/Kconfig | 12 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/imx6ul_tsc.c | 510 +++++++++++++++++++++
7 files changed, 567 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/imx6ul_tsc.txt
create mode 100644 drivers/input/touchscreen/imx6ul_tsc.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists