Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1719775
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Chen Zhong <chen.zhong@mediatek.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/5] Add MediaTek PMIC keys support |
| Date | Fri, 25 Aug 2017 08:40:01 +0200 |
| Message-ID | <uigrD-xp-3@gated-at.bofh.it> (permalink) |
| X-Original-To | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
| X-Mailer | git-send-email 1.7.9.5 |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Mtk | N |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 28 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Matthias Brugger <matthias.bgg@gmail.com>, Lee Jones <lee.jones@linaro.org>, Eddie Huang <eddie.huang@mediatek.com>, Alessandro Zummo <a.zummo@towertech.it>, Alexandre Belloni <alexandre.belloni@free-electrons.com>, Andi Shyti <andi.shyti@samsung.com>, Javier Martinez Canillas <javier@osg.samsung.com>, Chen Zhong <chen.zhong@mediatek.com>, Linus Walleij <linus.walleij@linaro.org>, Jaechul Lee <jcsing.lee@samsung.com>, <linux-input@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-mediatek@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <linux-rtc@vger.kernel.org> |
| X-Original-Date | Fri, 25 Aug 2017 14:32:28 +0800 |
| X-Original-Message-ID | <1503642753-12385-1-git-send-email-chen.zhong@mediatek.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1719775 |
Show key headers only | View raw
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] Add MediaTek PMIC keys support Chen Zhong <chen.zhong@mediatek.com> - 2017-08-25 08:40 +0200
[PATCH v3 3/5] dt-bindings: mfd: Add bindings for the keys as subnode of PMIC Chen Zhong <chen.zhong@mediatek.com> - 2017-08-25 08:40 +0200
Re: [PATCH v3 3/5] dt-bindings: mfd: Add bindings for the keys as subnode of PMIC Lee Jones <lee.jones@linaro.org> - 2017-09-05 09:40 +0200
[PATCH v3 1/5] mfd: mt6397: create irq mappings in mfd core driver Chen Zhong <chen.zhong@mediatek.com> - 2017-08-25 08:40 +0200
Re: [PATCH v3 1/5] mfd: mt6397: create irq mappings in mfd core driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-08-25 10:50 +0200
[PATCH v3 5/5] mfd: mt6397: Add PMIC keys support to MT6397 driver Chen Zhong <chen.zhong@mediatek.com> - 2017-08-25 08:40 +0200
Re: [PATCH v3 5/5] mfd: mt6397: Add PMIC keys support to MT6397 driver Lee Jones <lee.jones@linaro.org> - 2017-09-05 09:40 +0200
[PATCH v3 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys Chen Zhong <chen.zhong@mediatek.com> - 2017-08-25 08:40 +0200
Re: [PATCH v3 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys Rob Herring <robh@kernel.org> - 2017-08-31 22:00 +0200
Re: [PATCH v3 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys Chen Zhong <chen.zhong@mediatek.com> - 2017-09-01 04:10 +0200
Re: [PATCH v3 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys Chen Zhong <chen.zhong@mediatek.com> - 2017-09-02 04:20 +0200
Re: [PATCH v3 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys Rob Herring <robh@kernel.org> - 2017-09-05 18:10 +0200
Re: [PATCH v3 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys Chen Zhong <chen.zhong@mediatek.com> - 2017-09-07 05:10 +0200
Re: [PATCH v3 0/5] Add MediaTek PMIC keys support Chen Zhong <chen.zhong@mediatek.com> - 2017-08-26 04:40 +0200
csiph-web