linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Qualcomm PM8941 power key driver
@ 2015-01-24  0:19 Bjorn Andersson
  2015-01-24  0:19 ` [PATCH v2 1/2] input: Add " Bjorn Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bjorn Andersson @ 2015-01-24  0:19 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	Grant Likely, devicetree, linux-kernel, linux-input,
	linux-arm-msm

These patches add dt bindings and a device driver for the power key block in
the Qualcomm PM8941 pmic.

Changes since v1:
 * Use a reboot_notifier to set power off/reboot mode
 * Use irq flags from devicetree
 * Some style fixes

Courtney Cavin (2):
  input: Add Qualcomm PM8941 power key driver
  input: pm8941-pwrkey: Add DT binding documentation

 .../bindings/input/qcom,pm8941-pwrkey.txt          |  43 ++++
 drivers/input/misc/Kconfig                         |  12 +
 drivers/input/misc/Makefile                        |   1 +
 drivers/input/misc/pm8941-pwrkey.c                 | 281 +++++++++++++++++++++
 4 files changed, 337 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
 create mode 100644 drivers/input/misc/pm8941-pwrkey.c

-- 
1.9.1


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

end of thread, other threads:[~2015-09-21  4:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-24  0:19 [PATCH v2 0/2] Qualcomm PM8941 power key driver Bjorn Andersson
2015-01-24  0:19 ` [PATCH v2 1/2] input: Add " Bjorn Andersson
2015-09-15 11:36   ` Ivan T. Ivanov
2015-09-21  4:48     ` Bjorn Andersson
2015-01-24  0:19 ` [PATCH v2 2/2] input: pm8941-pwrkey: Add DT binding documentation Bjorn Andersson
2015-02-16  9:55 ` [PATCH v2 0/2] Qualcomm PM8941 power key driver Ivan T. Ivanov
2015-03-20  1:54   ` Bjorn Andersson
2015-03-24 18:42     ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).