devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Microchip QT1050 support
@ 2019-04-15 16:56 Marco Felsch
  2019-04-15 16:56 ` [PATCH v3 1/2] dt-bindings: input: add Microchip QT1050 bindings Marco Felsch
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Marco Felsch @ 2019-04-15 16:56 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, mark.rutland
  Cc: devicetree, raphaelpereira, voice.shen, linux-input, kernel

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

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

end of thread, other threads:[~2019-05-04 16:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-15 16:56 [PATCH v3 0/2] Microchip QT1050 support Marco Felsch
2019-04-15 16:56 ` [PATCH v3 1/2] dt-bindings: input: add Microchip QT1050 bindings Marco Felsch
2019-04-24 19:49   ` Rob Herring
2019-04-15 16:56 ` [PATCH v3 2/2] Input: qt1050 - add Microchip AT42QT1050 support Marco Felsch
2019-05-04 16:58   ` Dmitry Torokhov
2019-04-25  7:23 ` [PATCH v3 0/2] Microchip QT1050 support Marco Felsch
2019-05-03  8:49   ` Marco Felsch

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).