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

Jiri Valek - 2N posted 2 patches 2 years, 8 months ago
There is a newer version of this series
.../bindings/input/microchip,cap11xx.yaml     |  3 +++
drivers/input/keyboard/cap11xx.c              | 19 +++++++++++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
[PATCH v2 0/2] Input: cap11xx add support for cap1203, cap1293 and cap1298
Posted by Jiri Valek - 2N 2 years, 8 months ago
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(-)

-- 
2.25.1
Re: [PATCH v2 0/2] Input: cap11xx add support for cap1203, cap1293 and cap1298
Posted by Krzysztof Kozlowski 2 years, 8 months ago
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