linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] input: ADC joystick driver & DT bindings
@ 2020-07-19 22:11 Artur Rojek
  2020-07-19 22:11 ` [PATCH v8 1/2] dt-bindings: input: Add docs for ADC driven joystick Artur Rojek
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Artur Rojek @ 2020-07-19 22:11 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Mark Rutland, Jonathan Cameron,
	Paul Cercueil, Andy Shevchenko
  Cc: Heiko Stuebner, Ezequiel Garcia, linux-input, devicetree,
	linux-kernel, Artur Rojek

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


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

end of thread, other threads:[~2020-07-20 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19 22:11 [PATCH v8 0/2] input: ADC joystick driver & DT bindings Artur Rojek
2020-07-19 22:11 ` [PATCH v8 1/2] dt-bindings: input: Add docs for ADC driven joystick Artur Rojek
2020-07-20 16:32   ` Rob Herring
2020-07-19 22:11 ` [PATCH v8 2/2] input: joystick: Add ADC attached joystick driver Artur Rojek
2020-07-20 10:04   ` Jonathan Cameron
2020-07-20  9:57 ` [PATCH v8 0/2] input: ADC joystick driver & DT bindings Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).