All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add MediaTek PMIC keys support
@ 2017-08-25  6:32 ` Chen Zhong
  0 siblings, 0 replies; 54+ messages in thread
From: Chen Zhong @ 2017-08-25  6:32 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Rob Herring, Mark Rutland, Matthias Brugger, Lee Jones,
	Eddie Huang, Alessandro Zummo, Alexandre Belloni, Andi Shyti,
	Javier Martinez Canillas, Chen Zhong, Linus Walleij, Jaechul Lee,
	linux-input, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, linux-rtc

MediaTek PMIC are multi-function devices that can handle key interrupts,
typically there are two keys attached to PMIC, which called pwrkey
and homekey. PWRKEY usually used to wake up system from sleep. Homekey
can used as volume down key due to board design. Long press keys can
shutdown PMIC, the mode can be choose to be one key only or two keys
together.
This series add support for key functions for MediaTek PMIC MT6397/MT6323.

Chen Zhong (5):
  mfd: mt6397: create irq mappings in mfd core driver
  dt-bindings: input: Add document bindings for mtk-pmic-keys
  dt-bindings: mfd: Add bindings for the keys as subnode of PMIC
  input: Add MediaTek PMIC keys support
  mfd: mt6397: Add PMIC keys support to MT6397 driver

 .../devicetree/bindings/input/mtk-pmic-keys.txt    |  38 +++
 Documentation/devicetree/bindings/mfd/mt6397.txt   |   6 +
 drivers/input/keyboard/Kconfig                     |   9 +
 drivers/input/keyboard/Makefile                    |   1 +
 drivers/input/keyboard/mtk-pmic-keys.c             | 308 +++++++++++++++++++++
 drivers/mfd/mt6397-core.c                          |  26 +-
 drivers/rtc/rtc-mt6397.c                           |   7 +-
 7 files changed, 388 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/mtk-pmic-keys.txt
 create mode 100644 drivers/input/keyboard/mtk-pmic-keys.c

-- 
1.9.1

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

end of thread, other threads:[~2017-09-07  3:05 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25  6:32 [PATCH v3 0/5] Add MediaTek PMIC keys support Chen Zhong
2017-08-25  6:32 ` Chen Zhong
2017-08-25  6:32 ` Chen Zhong
2017-08-25  6:32 ` [PATCH v3 1/5] mfd: mt6397: create irq mappings in mfd core driver Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-08-25  8:39   ` Alexandre Belloni
2017-08-25  8:39     ` Alexandre Belloni
2017-08-25  6:32 ` [PATCH v3 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-08-31 19:52   ` Rob Herring
2017-08-31 19:52     ` Rob Herring
2017-08-31 19:52     ` Rob Herring
2017-09-01  2:00     ` Chen Zhong
2017-09-01  2:00       ` Chen Zhong
2017-09-01  2:00       ` Chen Zhong
2017-09-02  2:16     ` Chen Zhong
2017-09-02  2:16       ` Chen Zhong
2017-09-02  2:16       ` Chen Zhong
2017-09-05 16:05       ` Rob Herring
2017-09-05 16:05         ` Rob Herring
2017-09-05 16:05         ` Rob Herring
2017-09-05 16:05         ` Rob Herring
2017-09-07  3:05         ` Chen Zhong
2017-09-07  3:05           ` Chen Zhong
2017-09-07  3:05           ` Chen Zhong
2017-09-07  3:05           ` Chen Zhong
2017-08-25  6:32 ` [PATCH v3 3/5] dt-bindings: mfd: Add bindings for the keys as subnode of PMIC Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-09-05  7:36   ` Lee Jones
2017-09-05  7:36     ` Lee Jones
2017-08-25  6:32 ` [PATCH v3 4/5] input: Add MediaTek PMIC keys support Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-08-28 16:57   ` Dmitry Torokhov
2017-08-28 16:57     ` Dmitry Torokhov
2017-08-29  2:11     ` Chen Zhong
2017-08-29  2:11       ` Chen Zhong
2017-08-29  2:11       ` Chen Zhong
2017-08-29  7:34   ` Andi Shyti
2017-08-29  7:34     ` Andi Shyti
2017-08-29  7:40     ` Chen Zhong
2017-08-29  7:40       ` Chen Zhong
2017-08-29  7:40       ` Chen Zhong
2017-08-25  6:32 ` [PATCH v3 5/5] mfd: mt6397: Add PMIC keys support to MT6397 driver Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-08-25  6:32   ` Chen Zhong
2017-09-05  7:37   ` Lee Jones
2017-09-05  7:37     ` Lee Jones
2017-08-26  2:30 ` [PATCH v3 0/5] Add MediaTek PMIC keys support Chen Zhong
2017-08-26  2:30   ` Chen Zhong
2017-08-26  2:30   ` Chen Zhong

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.