[PATCH v8 0/2] input: ADC joystick driver & DT bindings

From: Artur Rojek
Date: Sun Jul 19 2020 - 18:12:24 EST


Hi all,

this series is a continuation of adc-joystick changes split from:
https://lore.kernel.org/linux-iio/20200709152200.10039-1-contact@xxxxxxxxxxxxxx/

Rob, the bindings example in patch 1/2 depends on changes introduced
in another patchset, still to be merged:
https://lore.kernel.org/linux-iio/20200719205307.87385-4-contact@xxxxxxxxxxxxxx/
Your scripts will most likely fail to validate this. You have already
reviewed this patch when it was still part of the aforementioned series.

Cheers,
Artur

Artur Rojek (2):
dt-bindings: input: Add docs for ADC driven joystick.
input: joystick: Add ADC attached joystick driver.

.../bindings/input/adc-joystick.yaml | 121 +++++++++
drivers/input/joystick/Kconfig | 10 +
drivers/input/joystick/Makefile | 1 +
drivers/input/joystick/adc-joystick.c | 253 ++++++++++++++++++
4 files changed, 385 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/adc-joystick.yaml
create mode 100644 drivers/input/joystick/adc-joystick.c

--
2.27.0