mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3] Add support for MediaTek keypad
@ 2020-04-03 13:14 Fengping yu
       [not found] ` <20200403131419.6555-3-fengping.yu@mediatek.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Fengping yu @ 2020-04-03 13:14 UTC (permalink / raw)
  To: Dmitry Torokhov, Andy Shevchenko, Yingjoe Chen; +Cc: linux-kernel, wsd_upstream


This patchset add support to MediaTek matrix keypad.

Change since v2:
- remove extra space and redundant line
- update keypad devicetree document debounce time unit
- change to use devm_platform_ioremap_resource() to simplify code
- use bitmap to store and check keypad state

fengping.yu (2):
  add dt-binding document for MediaTek Keypad
  add MediaTek keypad driver

 .../devicetree/bindings/input/mtk-kpd.txt     |  61 +++++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/input/keyboard/Kconfig                |   7 +
 drivers/input/keyboard/Makefile               |   1 +
 drivers/input/keyboard/mtk-kpd.c              | 258 ++++++++++++++++++
 5 files changed, 328 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] 4+ messages in thread
* [PATCH v3] Add support for MediaTek keypad
@ 2020-04-05  2:01 Fengping yu
  2020-04-06 13:04 ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Fengping yu @ 2020-04-05  2:01 UTC (permalink / raw)
  To: Dmitry Torokhov, Andy Shevchenko, Yingjoe Chen
  Cc: linux-kernel, wsd_upstream, linux-mediatek


This patchset add support to MediaTek matrix keypad.

Change since V2:
- remove extra space and redundant lines
- update keypad devicetree document debounce time unit
- change to use devm_platform_ioremap_resource() to simplify resource management
- use bitmap to store and check keypad state

fengping.yu (2):
  add dt-binding document for MediaTek Keypad
  add MediaTek keypad driver

 .../devicetree/bindings/input/mtk-kpd.txt     |  61 +++++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/input/keyboard/Kconfig                |   7 +
 drivers/input/keyboard/Makefile               |   1 +
 drivers/input/keyboard/mtk-kpd.c              | 258 ++++++++++++++++++
 5 files changed, 328 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] 4+ messages in thread

end of thread, other threads:[~2020-04-06 13:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 13:14 [PATCH v3] Add support for MediaTek keypad Fengping yu
     [not found] ` <20200403131419.6555-3-fengping.yu@mediatek.com>
2020-04-03 13:59   ` [PATCH v3 2/2] add MediaTek keypad driver Andy Shevchenko
2020-04-05  2:01 [PATCH v3] Add support for MediaTek keypad Fengping yu
2020-04-06 13:04 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®