lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200719221103.91644-1-contact@artur-rojek.eu>
Date:   Mon, 20 Jul 2020 00:11:01 +0200
From:   Artur Rojek <contact@...ur-rojek.eu>
To:     Dmitry Torokhov <dmitry.torokhov@...il.com>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Jonathan Cameron <jic23@...nel.org>,
        Paul Cercueil <paul@...pouillou.net>,
        Andy Shevchenko <andy.shevchenko@...il.com>
Cc:     Heiko Stuebner <heiko@...ech.de>,
        Ezequiel Garcia <ezequiel@...guardiasur.com.ar>,
        linux-input@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, Artur Rojek <contact@...ur-rojek.eu>
Subject: [PATCH v8 0/2] input: ADC joystick driver & DT bindings

Hi all,

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

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@artur-rojek.eu/  
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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ