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