mbox series

[v2,0/2] Input: cap11xx add support for cap1203, cap1293 and cap1298

Message ID 20230104135951.930783-1-jiriv@axis.com (mailing list archive)
Headers show
Series Input: cap11xx add support for cap1203, cap1293 and cap1298 | expand

Message

Jiri Valek - 2N Jan. 4, 2023, 1:59 p.m. UTC
PATCH 1 - add compatible string for new models
PATCH 2 - add support for new models into driver

Changes in v2:
  - Fixed if statement in PATCH 2.

Jiri Valek - 2N (2):
  dt-bindings: input: microchip,cap11xx: add cap1203, cap1293 and
    cap1298
  Input: cap11xx - add support for cap1203, cap1293 and cap1298

 .../bindings/input/microchip,cap11xx.yaml     |  3 +++
 drivers/input/keyboard/cap11xx.c              | 19 +++++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

Comments

Krzysztof Kozlowski Jan. 10, 2023, 10:22 a.m. UTC | #1
On 04/01/2023 14:59, Jiri Valek - 2N wrote:
> PATCH 1 - add compatible string for new models
> PATCH 2 - add support for new models into driver
> 

Do not attach (thread) your patchsets to some other threads (unrelated
or older versions). This buries them deep in the mailbox and might
interfere with applying entire sets.


Best regards,
Krzysztof