Hi, this v3 contains all the comments made on my v2 [1]. Each patch has it's own changelog so I omit it here. I've tested it on a custom v5.0 kernel and rebased it on v5.1-rc5 without any issues. [1] https://patchwork.kernel.org/cover/10659275/ Marco Felsch (2): dt-bindings: input: add Microchip QT1050 bindings Input: qt1050 - add Microchip AT42QT1050 support .../bindings/input/microchip,qt1050.txt | 78 +++ drivers/input/keyboard/Kconfig | 11 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/qt1050.c | 597 ++++++++++++++++++ 4 files changed, 687 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/microchip,qt1050.txt create mode 100644 drivers/input/keyboard/qt1050.c -- 2.20.1