From: carlo@caione.org (Carlo Caione)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] input: misc: Add support for axp20x Power Enable Key
Date: Sat, 8 Feb 2014 17:05:52 +0100 [thread overview]
Message-ID: <1391875554-6383-1-git-send-email-carlo@caione.org> (raw)
This patch-set adds support for the button used by PMICs axp202 and axp209.
The button is used to power on/off the SoC connected to PMIC but also it can
automatically identify long/short press.
PEK is intended as subsystem for the MFD driver so it depends on the axp20x
header files.
Bindings documentation has been already included with documentation for the MFD.
Carlo Caione (2):
input: misc: Add driver for axp20x power enable key
input: misc: dts: Add axp20x-pek node to axp20x.dtsi
arch/arm/boot/dts/axp20x.dtsi | 6 +
drivers/input/misc/Kconfig | 11 ++
drivers/input/misc/Makefile | 1 +
drivers/input/misc/axp20x-pek.c | 278 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 296 insertions(+)
create mode 100644 drivers/input/misc/axp20x-pek.c
--
1.8.5.3
next reply other threads:[~2014-02-08 16:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-08 16:05 Carlo Caione [this message]
2014-02-08 16:05 ` [PATCH 1/2] input: misc: Add driver for axp20x power enable key Carlo Caione
2014-02-08 16:05 ` [PATCH 2/2] input: misc: dts: Add axp20x-pek node to axp20x.dtsi Carlo Caione
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1391875554-6383-1-git-send-email-carlo@caione.org \
--to=carlo@caione.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox