linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/2]  Add OnKey support for DA9063
@ 2015-04-08 14:53 Steve Twiss
  2015-04-08 14:53 ` [PATCH V1 1/2] input: misc: da9063: OnKey driver Steve Twiss
  2015-04-08 14:53 ` [PATCH V1 2/2] devicetree: Add bindings for DA9063 OnKey Steve Twiss
  0 siblings, 2 replies; 8+ messages in thread
From: Steve Twiss @ 2015-04-08 14:53 UTC (permalink / raw)
  To: Dmitry Torokhov, Ian Campbell, Kumar Gala, Lee Jones,
	Mark Rutland, Pawel Moll, Rob Herring, Samuel Ortiz, Steve Twiss
  Cc: DT, David Dajun Chen, INPUT, LKML

From: Steve Twiss <stwiss.opensource@diasemi.com>

This patch set adds OnKey driver support for the Dialog
Semiconductor DA9063 PMIC.

[PATCH V1 1/2]: kernel driver onkey support
[PATCH V1 2/2]: device tree bindings document

Thank you,
Steve Twiss, Dialog Semiconductor Ltd.

S Twiss (2):
  input: misc: da9063: OnKey driver
  devicetree: Add bindings for DA9063 OnKey

 Documentation/devicetree/bindings/mfd/da9063.txt |  22 ++-
 MAINTAINERS                                      |   2 +-
 drivers/input/misc/Kconfig                       |  10 +
 drivers/input/misc/Makefile                      |   1 +
 drivers/input/misc/da9063-onkey.c                | 227 +++++++++++++++++++++++
 drivers/mfd/da9063-core.c                        |  55 ++++++
 include/linux/mfd/da9063/pdata.h                 |   1 +
 7 files changed, 315 insertions(+), 3 deletions(-)
 create mode 100644 drivers/input/misc/da9063-onkey.c

-- 
end-of-patch for PATCH V1


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

end of thread, other threads:[~2015-04-09 12:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-08 14:53 [PATCH V1 0/2] Add OnKey support for DA9063 Steve Twiss
2015-04-08 14:53 ` [PATCH V1 1/2] input: misc: da9063: OnKey driver Steve Twiss
2015-04-09  8:47   ` Paul Bolle
2015-04-09 10:12     ` Opensource [Steve Twiss]
2015-04-09 12:01       ` Paul Bolle
2015-04-08 14:53 ` [PATCH V1 2/2] devicetree: Add bindings for DA9063 OnKey Steve Twiss
2015-04-09  9:21   ` Lee Jones
2015-04-09 10:31     ` Opensource [Steve Twiss]

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).