lkml.org 
[lkml]   [2014]   [May]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC/PATCH 0/3] add adp5589 dt support
Date
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2014-05-07 15:41    [W:0.053 / U:1.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site