[PATCH 0/3] Add touchscreen support for TBS A711 Tablet

From: Ondrej Jirman
Date: Mon Oct 28 2019 - 20:58:30 EST


This is a resurrection of https://lkml.org/lkml/2018/7/25/143

Compared to v4 of MylÃne's series I've dropped all attempts to
power off the chip during suspend. This patch just enables the
regulator during probe and disables it on driver rmmod.

I've tested the driver with suspend/resume and touching the
panel resumes my soc.

Please take a look.

thank you and regards,
Ondrej Jirman


Changes since v4 of MylÃne's series:
- slight whitespace improvements
- drop all modifications of suspend/resume hooks
- drop useless header include
- split the dt-bindings into a separate patch

MylÃne Josserand (2):
input: edt-ft5x06: Add support for regulator
arm: dts: sun8i: a83t: a711: Add touchscreen node

Ondrej Jirman (1):
dt-bindings: input: edt-ft5x06: Add regulator support

.../bindings/input/touchscreen/edt-ft5x06.txt | 1 +
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 16 ++++++++++
drivers/input/touchscreen/edt-ft5x06.c | 30 +++++++++++++++++++
3 files changed, 47 insertions(+)

--
2.23.0