All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add touchscreen support for TBS A711 Tablet
@ 2019-10-29  0:58 ` Ondrej Jirman
  0 siblings, 0 replies; 26+ messages in thread
From: Ondrej Jirman @ 2019-10-29  0:58 UTC (permalink / raw)
  To: linux-sunxi, Dmitry Torokhov, Rob Herring, Mark Rutland,
	Maxime Ripard, Chen-Yu Tsai, Marco Felsch, Ondrej Jirman,
	Andy Shevchenko, Greg Kroah-Hartman, Mylène Josserand
  Cc: linux-input, devicetree, linux-kernel, linux-arm-kernel

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


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

end of thread, other threads:[~2019-10-29 11:32 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29  0:58 [PATCH 0/3] Add touchscreen support for TBS A711 Tablet Ondrej Jirman
2019-10-29  0:58 ` Ondrej Jirman
2019-10-29  0:58 ` [PATCH 1/3] input: edt-ft5x06: Add support for regulator Ondrej Jirman
2019-10-29  0:58   ` Ondrej Jirman
2019-10-29  4:12   ` Dmitry Torokhov
2019-10-29  4:12     ` Dmitry Torokhov
2019-10-29  8:55     ` Marco Felsch
2019-10-29  8:55       ` Marco Felsch
2019-10-29 11:21       ` Ondřej Jirman
2019-10-29 11:21         ` Ondřej Jirman
2019-10-29 11:29         ` Marco Felsch
2019-10-29 11:29           ` Marco Felsch
2019-10-29  0:58 ` [PATCH 2/3] dt-bindings: input: edt-ft5x06: Add regulator support Ondrej Jirman
2019-10-29  0:58   ` Ondrej Jirman
2019-10-29  0:58 ` [PATCH 3/3] arm: dts: sun8i: a83t: a711: Add touchscreen node Ondrej Jirman
2019-10-29  0:58   ` Ondrej Jirman
2019-10-29  8:30   ` Maxime Ripard
2019-10-29  8:30     ` Maxime Ripard
2019-10-29  9:08   ` Marco Felsch
2019-10-29  9:08     ` Marco Felsch
2019-10-29 11:13     ` Ondřej Jirman
2019-10-29 11:13       ` Ondřej Jirman
2019-10-29  4:15 ` [PATCH 0/3] Add touchscreen support for TBS A711 Tablet Dmitry Torokhov
2019-10-29  4:15   ` Dmitry Torokhov
2019-10-29  9:04   ` Marco Felsch
2019-10-29  9:04     ` Marco Felsch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.