All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Microchip QT1050 support
@ 2018-10-29 13:38 Marco Felsch
  2018-10-29 13:38 ` [PATCH v2 1/2] dt-bindings: input: add Microchip QT1050 bindings Marco Felsch
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marco Felsch @ 2018-10-29 13:38 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, mark.rutland
  Cc: devicetree, raphaelpereira, voice.shen, linux-input, kernel

Hi,

this is my v2 containing the comments made on my v1 [1].

I split the dt-bindings according to commit [2].

[1] https://www.spinics.net/lists/devicetree/msg250279.html
[2] https://www.spinics.net/lists/devicetree/msg253946.html

Marco Felsch (2):
  dt-bindings: input: add Microchip QT1050 bindings
  Input: qt1050 - add Microchip AT42QT1050 support

 .../bindings/input/microchip,qt1050.txt       |  74 +++
 drivers/input/keyboard/Kconfig                |  11 +
 drivers/input/keyboard/Makefile               |   1 +
 drivers/input/keyboard/qt1050.c               | 620 ++++++++++++++++++
 4 files changed, 706 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/microchip,qt1050.txt
 create mode 100644 drivers/input/keyboard/qt1050.c

-- 
2.19.1

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

end of thread, other threads:[~2019-03-06 10:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-29 13:38 [PATCH v2 0/2] Microchip QT1050 support Marco Felsch
2018-10-29 13:38 ` [PATCH v2 1/2] dt-bindings: input: add Microchip QT1050 bindings Marco Felsch
2018-10-30 22:26   ` Rob Herring
2018-10-29 13:38 ` [PATCH v2 2/2] Input: qt1050 - add Microchip AT42QT1050 support Marco Felsch
2019-01-17  7:59   ` Dmitry Torokhov
2019-03-06 10:19     ` Marco Felsch
2018-11-26  9:13 ` [PATCH v2 0/2] Microchip QT1050 support Marco Felsch
2019-01-15 11:58   ` Marco Felsch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.