linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Azoteq IQS7210A/7211A/E
@ 2022-09-02 14:14 Jeff LaBundy
  2022-09-02 14:14 ` [PATCH 1/2] dt-bindings: input: Add bindings " Jeff LaBundy
  2022-09-02 14:14 ` [PATCH 2/2] Input: add support " Jeff LaBundy
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff LaBundy @ 2022-09-02 14:14 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt; +Cc: linux-input, devicetree, Jeff LaBundy

This series introduces support for the Azoteq IQS7210A, IQS7211A and
IQS7211E trackpad/touchscreen controllers. Optimized for wearable
applications, these devices track up to two contacts and are capable
of reporting an array of gestures.

The IQS7210A includes an additional channel to support an inductive
or capacitive button, while the IQS7211E adds an advanced assortment
of gestures. All three devices are demonstrated in [1].

These devices can be configured during production using OTP memory,
or over I2C using the device tree. For the latter case, the binding
covers all major parameters called out by the vendor in [2].

[1] https://youtu.be/RjB8rNkzQJQ
[2] https://www.azoteq.com/images/stories/pdf/azd123_iqs721xy_trackpad_userguide.pdf

Jeff LaBundy (2):
  dt-bindings: input: Add bindings for Azoteq IQS7210A/7211A/E
  Input: add support for Azoteq IQS7210A/7211A/E

 .../input/touchscreen/azoteq,iqs7211.yaml     |  765 +++++
 drivers/input/touchscreen/Kconfig             |   10 +
 drivers/input/touchscreen/Makefile            |    1 +
 drivers/input/touchscreen/iqs7211.c           | 2566 +++++++++++++++++
 4 files changed, 3342 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml
 create mode 100644 drivers/input/touchscreen/iqs7211.c

-- 
2.25.1


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

end of thread, other threads:[~2022-09-09  2:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02 14:14 [PATCH 0/2] Add support for Azoteq IQS7210A/7211A/E Jeff LaBundy
2022-09-02 14:14 ` [PATCH 1/2] dt-bindings: input: Add bindings " Jeff LaBundy
2022-09-08 19:59   ` Rob Herring
2022-09-09  2:18     ` Jeff LaBundy
2022-09-02 14:14 ` [PATCH 2/2] Input: add support " Jeff LaBundy

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