All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5] add mtk matrix keypad driver for keypad on MTK SoC
@ 2020-04-23  1:19 ` Fengping yu
  0 siblings, 0 replies; 24+ messages in thread
From: Fengping yu @ 2020-04-23  1:19 UTC (permalink / raw)
  To: Dmitry Torokhov, Andy Shevchenko, Marco Felsch, Yingjoe Chen
  Cc: linux-kernel, linux-mediatek, wsd_upstream, linux-input,
	linux-arm-kernel


Change since v4:
- remove extra space and redundant lines
- remove disable_irq_nosync and enable_irq in irq handler
- put defconfig as a single patch
- unified device properties interface for ACPI and device trees
- fixed other issue according reviewer comments

fengping.yu (3):
  dt-bindings: add matrix keypad documentation
  arm64: configs: defconfig: enable mtk keypad config
  drivers: input: keyboard: add mtk keypad driver

 .../devicetree/bindings/input/mtk-kpd.txt     |  61 +++++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/input/keyboard/Kconfig                |   9 +
 drivers/input/keyboard/Makefile               |   1 +
 drivers/input/keyboard/mtk-kpd.c              | 242 ++++++++++++++++++
 5 files changed, 314 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/mtk-kpd.txt
 create mode 100644 drivers/input/keyboard/mtk-kpd.c

--
2.18.0


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

end of thread, other threads:[~2020-04-23 10:41 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23  1:19 [PATCH v5] add mtk matrix keypad driver for keypad on MTK SoC Fengping yu
2020-04-23  1:19 ` Fengping yu
2020-04-23  1:19 ` Fengping yu
2020-04-23  1:19 ` [PATCH v5 1/3] dt-bindings: add matrix keypad documentation Fengping yu
2020-04-23  1:19   ` Fengping yu
2020-04-23  5:26   ` Marco Felsch
2020-04-23  5:26     ` Marco Felsch
2020-04-23  5:26     ` Marco Felsch
2020-04-23  1:20 ` [PATCH v5 2/3] arm64: configs: defconfig: enable mtk keypad config Fengping yu
2020-04-23  1:20   ` Fengping yu
2020-04-23  5:28   ` Marco Felsch
2020-04-23  5:28     ` Marco Felsch
2020-04-23  5:28     ` Marco Felsch
2020-04-23  1:20 ` [PATCH v5 3/3] drivers: input: keyboard: add mtk keypad driver Fengping yu
2020-04-23  1:20   ` Fengping yu
2020-04-23  6:47   ` Marco Felsch
2020-04-23  6:47     ` Marco Felsch
2020-04-23  6:47     ` Marco Felsch
2020-04-23 10:41   ` Andy Shevchenko
2020-04-23 10:41     ` Andy Shevchenko
2020-04-23 10:41     ` Andy Shevchenko
2020-04-23  5:29 ` [PATCH v5] add mtk matrix keypad driver for keypad on MTK SoC Marco Felsch
2020-04-23  5:29   ` Marco Felsch
2020-04-23  5:29   ` 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.