linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND 0/5] input: iqs269a: Add support for slider gestures and OTP variants
@ 2020-09-16 20:49 Jeff LaBundy
  2020-09-16 20:49 ` [RESEND 1/5] dt-bindings: input: iqs269a: Add bindings for slider gestures Jeff LaBundy
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jeff LaBundy @ 2020-09-16 20:49 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt; +Cc: linux-input, devicetree, Jeff LaBundy

This series introduces support for some additional features offered by the
Azoteq IQS269A capacitive touch controller.

Patches 1 and 2 add support for slider gestures (e.g. tap or swipe). Gestures
are recognized by the hardware itself based on touch activity across the chan-
nels associated with the slider. This feature is useful for lightweight systems
that do not post-process absolute coordinates to determine gestures expressed
by the user.

Gestures are presented to user space as keycodes. An example use-case is an
array of multimedia keys as seen in the following demo:

https://youtu.be/k_vMRQiHLgA

Patches 3 and 4 add support for the device's available OTP variants, which
trade features or exhibit errata that require workarounds. Patch 5 represents
a minor fix that is included in the series because it requires patch 2 in order
to apply cleanly.

This series is being resent with a previous patch 6 ("input: iqs269a: Disable
channels before configuring them") dropped, as a more optimal workaround that
prevents GPIO3 from inadvertently toggling during calibration has since been
highlighted. If found to be viable, it will be sent as a future patch.

Note that this series is based on mainline as the binding patches require
086e9074f52f ("dt-bindings: Remove more cases of 'allOf' containing a '$ref'")
in order to apply cleanly.

Jeff LaBundy (5):
  dt-bindings: input: iqs269a: Add bindings for slider gestures
  input: iqs269a: Add support for slider gestures
  dt-bindings: input: iqs269a: Add bindings for OTP variants
  input: iqs269a: Add support for OTP variants
  input: iqs269a: Make sliders two-dimensional

 .../devicetree/bindings/input/iqs269a.yaml         |  95 ++++++-
 drivers/input/misc/iqs269a.c                       | 315 ++++++++++++++++++---
 2 files changed, 377 insertions(+), 33 deletions(-)

--
2.7.4


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

end of thread, other threads:[~2020-09-17  0:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 20:49 [RESEND 0/5] input: iqs269a: Add support for slider gestures and OTP variants Jeff LaBundy
2020-09-16 20:49 ` [RESEND 1/5] dt-bindings: input: iqs269a: Add bindings for slider gestures Jeff LaBundy
2020-09-16 20:49 ` [RESEND 2/5] input: iqs269a: Add support " Jeff LaBundy
2020-09-16 20:49 ` [RESEND 3/5] dt-bindings: input: iqs269a: Add bindings for OTP variants Jeff LaBundy
2020-09-16 20:49 ` [RESEND 4/5] input: iqs269a: Add support " Jeff LaBundy
2020-09-16 20:50 ` [RESEND 5/5] input: iqs269a: Make sliders two-dimensional Jeff LaBundy
2020-09-17  0:03   ` Dmitry Torokhov

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