mbox series

[RFC,v1,0/3] add pressure calculation support for resistive-adc-touch driver

Message ID 20210517125909.12024-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series add pressure calculation support for resistive-adc-touch driver | expand

Message

Oleksij Rempel May 17, 2021, 12:59 p.m. UTC
This series add pressure calculation support based on different measure
points of a basic resistive touchscreen.

Oleksij Rempel (3):
  dt-bindings: touchscreen: add touchscreen-x/y-plate-ohms property
  dt-bindings: touchscreen: resistive-adc-touch: add support for z1 and
    z2 channels
  Input: resistive-adc-touch: add support for z1 and z2 channels

 .../touchscreen/resistive-adc-touch.yaml      |   9 ++
 .../input/touchscreen/touchscreen.yaml        |   6 +
 .../input/touchscreen/resistive-adc-touch.c   | 142 ++++++++++++++++--
 3 files changed, 144 insertions(+), 13 deletions(-)