devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 0/3] add adp5589 dt support
@ 2014-05-07 13:00 Guido Martínez
  2014-05-07 13:00 ` [RFC/PATCH 1/3] drivers: input: keyboard: adp5589: add DT support Guido Martínez
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Guido Martínez @ 2014-05-07 13:00 UTC (permalink / raw)
  To: robh+dt
  Cc: devicetree, Ezequiel García, dmitry.torokhov, linux-input,
	LKML, Guido Martínez

This patchset enables adp5589 keypad configuration via dt. Until now,
this was only done via platform data.

The adp5589 has many functions besides matrix keypad decoding. For now,
we only support keypad related functionality: including scan time and
pull resistors configuration.

  Patch 1 adds the functionality to the driver. There is a minor change
in old code to properly detect the device type if we're using DT.

  Patch 2 adds a DT include file to specify the chip lines for the pull
configuration with symbolic names.

  Patch 3 adds the binding documentation

Guido Martínez (3):
  drivers: input: keyboard: adp5589: add DT support
  DT: input: adp5589: add adp5589 include file
  DT: input: adp5589: add binding documentation

 .../devicetree/bindings/input/adp5589.txt          |  63 +++++++
 drivers/input/keyboard/adp5589-keys.c              | 207 ++++++++++++++++++++-
 include/dt-bindings/input/adp5589.h                |   7 +
 3 files changed, 276 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/input/adp5589.txt
 create mode 100644 include/dt-bindings/input/adp5589.h

-- 
2.0.0.rc0

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

end of thread, other threads:[~2014-06-02 15:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 13:00 [RFC/PATCH 0/3] add adp5589 dt support Guido Martínez
2014-05-07 13:00 ` [RFC/PATCH 1/3] drivers: input: keyboard: adp5589: add DT support Guido Martínez
2014-05-18 20:40   ` Dmitry Torokhov
     [not found]     ` <20140518204009.GB13276-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2014-06-02 15:36       ` Guido Martínez
2014-05-07 13:00 ` [RFC/PATCH 2/3] DT: input: adp5589: add adp5589 include file Guido Martínez
2014-05-07 13:00 ` [RFC/PATCH 3/3] DT: input: adp5589: add binding documentation Guido Martínez

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