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

From: Jonathan Cameron
Date: Mon Jul 20 2020 - 05:57:10 EST


On Mon, 20 Jul 2020 00:11:01 +0200
Artur Rojek <contact@xxxxxxxxxxxxxx> wrote:

> 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.

I've just taken v9 of the dependency into iio.git as an immutable branch based on 5.8

https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git ib-5.8-jz47xx-ts

Thanks,

Jonathan

>
> 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
>