linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add imx6ul touch screen controller support
@ 2015-07-28  9:58 Haibo Chen
  2015-07-28  9:58 ` [PATCH v2 1/5] input: touchscreen: add imx6ul_tsc driver support Haibo Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Haibo Chen @ 2015-07-28  9:58 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	shawnguo, kernel, linux, dmitry.torokhov
  Cc: haibo.chen, hans.verkuil, hadess, mchehab, mamlinav, arnd,
	jonathar, hdegoede, christian.gmeiner, scott.liu, geert,
	benjamin.tissoires, sebastien.szymanski, sbranden, devicetree,
	linux-kernel, linux-arm-kernel, linux-input

i.MX6UL contains a touch screen controller. This patch set add imx6ul
touch screen controller driver support.

Changes for v2:
-Add property in devicetree Documentation.
-Add tsc disable code in tsc_remove function.
-Remove some redundant code.


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      |  36 ++
 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             | 504 +++++++++++++++++++++
 7 files changed, 583 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/imx6ul_tsc.txt
 create mode 100644 drivers/input/touchscreen/imx6ul_tsc.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-08-24  8:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28  9:58 [PATCH v2 0/5] Add imx6ul touch screen controller support Haibo Chen
2015-07-28  9:58 ` [PATCH v2 1/5] input: touchscreen: add imx6ul_tsc driver support Haibo Chen
2015-08-19  5:11   ` Dmitry Torokhov
2015-08-21  8:08     ` Chen Bough
     [not found]   ` <1438077521-12857-2-git-send-email-haibo.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-08-21  9:26     ` Markus Pargmann
     [not found]       ` <20150821092607.GA706-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-08-24  8:24         ` Chen Bough
2015-07-28  9:58 ` [PATCH v2 2/5] Documentation: Detail permitted DT properties for the imx6ul_tsc Haibo Chen
     [not found]   ` <1438077521-12857-3-git-send-email-haibo.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-08-19  5:54     ` Markus Pargmann
     [not found]       ` <20150819055434.GF11161-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-08-21  8:30         ` Chen Bough
     [not found]           ` <BY1PR03MB1388BBEF576297D76E7E3F839A650-+AXFdSrsDrYz5L6Zd4zdsmP7xZHs9kq/vxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2015-08-21  9:27             ` Markus Pargmann
2015-08-24  8:34               ` Chen Bough
2015-07-28  9:58 ` [PATCH v2 3/5] ARM: imx_v6_v7_defconfig: enable imx6ul_tsc Haibo Chen
2015-07-28  9:58 ` [PATCH v2 4/5] ARM: dts: imx6ul.dtsi: add TSC support Haibo Chen
2015-07-28  9:58 ` [PATCH v2 5/5] ARM: dts: imx6ul-14x14-evk.dts: add tsc support Haibo Chen
2015-08-12  7:26 ` [PATCH v2 0/5] Add imx6ul touch screen controller support Chen Bough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).