All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] adc-joystick: Add polled support
@ 2022-06-01 20:49 Chris Morgan
  2022-06-01 20:49 ` [PATCH v2 1/3] dt-bindings: adc-joystick: add adc-joystick,polled option Chris Morgan
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Chris Morgan @ 2022-06-01 20:49 UTC (permalink / raw)
  To: linux-input
  Cc: devicetree, dmitry.torokhov, robh+dt, krzysztof.kozlowski+dt,
	heiko, maccraft123mc, contact, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support to the existing adc-joystick driver to support polling
rather than relying on triggered buffers. This is useful for devices
that do not offer triggered buffers in hardware. Code adapted from
changes made by Maya Matuszczyk <maccraft123mc@gmail.com>.

Changes from V1:
 - Removed driver compatible string of "adc-joystick-polled".
 - Added new optional boolean value of "adc-joystick,polled".
 - Cleaned up if statements regarding polling behavior.

Chris Morgan (3):
  dt-bindings: adc-joystick: add adc-joystick,polled option
  Input: adc-joystick - Add polled input device support
  arm64: dts: rockchip: Update joystick to polled for Odroid-Go2

 .../bindings/input/adc-joystick.yaml          |  9 +++-
 .../boot/dts/rockchip/rk3326-odroid-go2.dts   |  1 +
 drivers/input/joystick/adc-joystick.c         | 52 +++++++++++++++----
 3 files changed, 50 insertions(+), 12 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-19 15:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 20:49 [PATCH v2 0/3] adc-joystick: Add polled support Chris Morgan
2022-06-01 20:49 ` [PATCH v2 1/3] dt-bindings: adc-joystick: add adc-joystick,polled option Chris Morgan
2022-06-02  9:56   ` Krzysztof Kozlowski
2022-06-02 19:44     ` Chris Morgan
2022-06-03  5:33       ` Krzysztof Kozlowski
2022-06-03  9:19         ` Artur Rojek
2022-06-01 20:49 ` [PATCH v2 2/3] Input: adc-joystick - Add polled input device support Chris Morgan
2022-06-01 22:00   ` Dmitry Torokhov
2022-06-01 22:14   ` Artur Rojek
2022-06-02  9:22   ` Paul Cercueil
2022-06-19 15:17     ` Jonathan Cameron
2022-06-02 11:01   ` Heiko Stübner
2022-06-01 20:49 ` [PATCH v2 3/3] arm64: dts: rockchip: Update joystick to polled for Odroid-Go2 Chris Morgan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.