Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1430900
| From | Anthony Felice <tony.felice@timesys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Enable display and touchscreen for Vybrid Tower |
| Date | 2016-06-24 21:50 +0200 |
| Message-ID | <rNFh0-40R-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset enables the TWR-LCD-RGB display and the CRTouch-based touchscreen on the Vybrid Tower platform. Both display and touchscreen have been tested and verified working with this patchset on a Rev J Vybrid Tower system. Anthony Felice (4): ARM: dts: vf610-twr: Enable display controller input: touchscreen: crtouch_ts: Add driver ARM: dts: vf610-twr: Add crtouch node and pinmux ARM: imx_v6_v7_defconfig: enable useful configurations for Vybrid .../bindings/input/touchscreen/crtouch_ts.txt | 14 ++ arch/arm/boot/dts/vf610-twr.dts | 62 +++++ arch/arm/configs/imx_v6_v7_defconfig | 6 +- drivers/input/touchscreen/Kconfig | 10 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/crtouch_ts.c | 279 +++++++++++++++++++++ 6 files changed, 368 insertions(+), 4 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/crtouch_ts.txt create mode 100644 drivers/input/touchscreen/crtouch_ts.c -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Enable display and touchscreen for Vybrid Tower Anthony Felice <tony.felice@timesys.com> - 2016-06-24 21:50 +0200
[PATCH 1/4] ARM: dts: vf610-twr: Enable display controller Anthony Felice <tony.felice@timesys.com> - 2016-06-24 21:50 +0200
Re: [PATCH 1/4] ARM: dts: vf610-twr: Enable display controller Stefan Agner <stefan@agner.ch> - 2016-06-25 23:00 +0200
[PATCH 4/4] ARM: imx_v6_v7_defconfig: enable useful configurations for Vybrid Anthony Felice <tony.felice@timesys.com> - 2016-06-24 21:50 +0200
[PATCH 3/4] ARM: dts: vf610-twr: Add crtouch node and pinmux Anthony Felice <tony.felice@timesys.com> - 2016-06-24 21:50 +0200
csiph-web