devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Input: cap11xx add advanced sensitivity settings
@ 2023-11-08 15:56 Jiri Valek - 2N
  2023-11-08 15:56 ` [PATCH v5 1/3] dt-bindings: input: microchip,cap11xx: " Jiri Valek - 2N
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jiri Valek - 2N @ 2023-11-08 15:56 UTC (permalink / raw)
  To: krzysztof.kozlowski+dt, dmitry.torokhov
  Cc: jiriv, devicetree, linux-input, linux-kernel, robh+dt,
	u.kleine-koenig

PATCH 1 - add documentation for new options
PATCH 2 - add support for advanced settings into driver
PATCH 3 - remove unnecessary IRQ parsing

Changes in v2:
  - Removed "sensitivity-base-shift" parameter (not HW propertie) in PATCH 2.
  - Used IRQ from I2C subsystem instead of parsing it again.
  - Fixed some documentation issues in PATCH 1
  
Changes in v3:
  - Remove incorrectly used "Reviewed-by" tag in PATCH 1 and 2

Changes in v4:
  - Remove unused variable in PATCH 2

Changes in v5:
  - Revert IRQ parsing in PATCH 2 and move to separate PATCH 3
  - Fix 'if' condition for properties in PATCH 1

Jiri Valek - 2N (3):
  dt-bindings: input: microchip,cap11xx: add advanced sensitivity
    settings
  Input: cap11xx - add advanced sensitivity settings
  Input: cap11xx - remove unnecessary IRQ parsing

 .../bindings/input/microchip,cap11xx.yaml     |  76 +++++-
 drivers/input/keyboard/cap11xx.c              | 248 ++++++++++++++----
 2 files changed, 269 insertions(+), 55 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-11-17  3:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-08 15:56 [PATCH v5 0/3] Input: cap11xx add advanced sensitivity settings Jiri Valek - 2N
2023-11-08 15:56 ` [PATCH v5 1/3] dt-bindings: input: microchip,cap11xx: " Jiri Valek - 2N
2023-11-10  8:22   ` Krzysztof Kozlowski
2023-11-16 16:00     ` Jiri Valek - 2N
2023-11-16 17:24       ` Krzysztof Kozlowski
2023-11-08 15:56 ` [PATCH v5 2/3] Input: cap11xx - " Jiri Valek - 2N
2023-11-08 15:56 ` [PATCH v5 3/3] Input: cap11xx - remove unnecessary IRQ parsing Jiri Valek - 2N
2023-11-08 19:53   ` Rob Herring
2023-11-16  7:43     ` Jiri Valek - 2N
2023-11-17  2:59       ` 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).