linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add support for Azoteq IQS7222D
@ 2023-07-09 17:04 Jeff LaBundy
  2023-07-09 17:06 ` [PATCH v2 1/4] Input: iqs7222 - configure power mode before triggering ATI Jeff LaBundy
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jeff LaBundy @ 2023-07-09 17:04 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: linux-input, devicetree, jeff

This series adds support for the latest member of the Azoteq IQS7222x
family of devices; it also sneaks in a bug fix and a clarification to
the binding.

Changes in v2:
 - Added patches [1/4] and [2/4]
 - Updated patch [3/4] as follows:
   - Wrapped words instead of splitting them
   - Specified units for the 'azoteq,top-speed', 'azoteq,bottom-speed'
     and 'azoteq,gesture-dist' properties as in patch [2/4]
   - Corrected the 'azoteq,gesture-dist' property's role in the case of
     tap gestures
   - Updated the if/then/else schema to consolidate restrictions common
     to both IQS7222B and IQS7222D, and to indicate that the latter can
     support the 'azoteq,ulp-allow' property
   - Added more details to the commit message
 - Removed unused variable 'val' from patch [4/4]

Jeff LaBundy (4):
  Input: iqs7222 - configure power mode before triggering ATI
  dt-bindings: input: iqs7222: Define units for slider properties
  dt-bindings: input: iqs7222: Add properties for Azoteq IQS7222D
  Input: iqs7222 - add support for Azoteq IQS7222D

 .../bindings/input/azoteq,iqs7222.yaml        | 248 ++++++++-
 drivers/input/misc/Kconfig                    |   4 +-
 drivers/input/misc/iqs7222.c                  | 476 +++++++++++++++++-
 3 files changed, 688 insertions(+), 40 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-07-10 19:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-09 17:04 [PATCH v2 0/4] Add support for Azoteq IQS7222D Jeff LaBundy
2023-07-09 17:06 ` [PATCH v2 1/4] Input: iqs7222 - configure power mode before triggering ATI Jeff LaBundy
2023-07-09 17:06 ` [PATCH v2 2/4] dt-bindings: input: iqs7222: Define units for slider properties Jeff LaBundy
2023-07-10  8:16   ` Krzysztof Kozlowski
2023-07-09 17:07 ` [PATCH v2 3/4] dt-bindings: input: iqs7222: Add properties for Azoteq IQS7222D Jeff LaBundy
2023-07-10  8:45   ` Krzysztof Kozlowski
2023-07-09 17:07 ` [PATCH v2 4/4] Input: iqs7222 - add support " Jeff LaBundy
2023-07-10 19:08 ` [PATCH v2 0/4] Add " 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).