All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Azoteq IQS7222A/B/C
@ 2022-01-23 19:42 Jeff LaBundy
  2022-01-23 19:42 ` [PATCH 1/2] dt-bindings: input: Add bindings " Jeff LaBundy
  2022-01-23 19:42 ` [PATCH 2/2] Input: add support " Jeff LaBundy
  0 siblings, 2 replies; 6+ messages in thread
From: Jeff LaBundy @ 2022-01-23 19:42 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt; +Cc: linux-input, devicetree, Jeff LaBundy

This series introduces support for the Azoteq IQS7222A, IQS7222B and
IQS7222C capacitive touch controllers. This new family of devices is
similar to the IQS269A, a key difference being the delineation between
conversion cycles and sensing channels.

A cycle represents the charge transfer mechanism common to up to two
channels. Channels may represent keys or switches and have two levels
of detection (proximity and touch).

Each device has its own unique features including channel count, slider
or wheel support, and Hall-effect sensing. The driver is demonstrated
with each device in the following videos:

IQS7222A: https://youtu.be/SyHhe9pSr8c
IQS7222B: https://youtu.be/R9Yd8yFPmN8
IQS7222C: https://youtu.be/-ahg52Co5zo

Like the IQS269A and its close cousin IQS626A, the IQS7222A/B/C are
highly configurable and follow the same general structure in terms of
how their bindings are represented.

Jeff LaBundy (2):
  dt-bindings: input: Add bindings for Azoteq IQS7222A/B/C
  Input: add support for Azoteq IQS7222A/B/C

 .../devicetree/bindings/input/iqs7222.yaml    |  967 +++++++
 drivers/input/misc/Kconfig                    |   10 +
 drivers/input/misc/Makefile                   |    1 +
 drivers/input/misc/iqs7222.c                  | 2385 +++++++++++++++++
 4 files changed, 3363 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/iqs7222.yaml
 create mode 100644 drivers/input/misc/iqs7222.c

-- 
2.25.1


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

end of thread, other threads:[~2022-01-25  3:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 19:42 [PATCH 0/2] Add support for Azoteq IQS7222A/B/C Jeff LaBundy
2022-01-23 19:42 ` [PATCH 1/2] dt-bindings: input: Add bindings " Jeff LaBundy
2022-01-24 16:01   ` Rob Herring
2022-01-24 23:27   ` Rob Herring
2022-01-25  1:14     ` Jeff LaBundy
2022-01-23 19:42 ` [PATCH 2/2] Input: add support " Jeff LaBundy

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.