lkml.org 
[lkml]   [2016]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] AM335x-ICE: Add support for rotary switch
Date
This series adds support for rotary-switch on AM335x-ICE that is
connected to TI PCA9536 I2C GPIO expander.
First patch adds new generic driver to read status of group of GPIO
lines and report the value as an input event. The second patch adds DT
entries for the same.


Vignesh R (2):
input: misc: Add generic input driver to read encoded GPIO lines
ARM: dts: am335x-icev2: Add nodes for gpio-decoder

.../devicetree/bindings/input/gpio-decoder.txt | 23 ++++
arch/arm/boot/dts/am335x-icev2.dts | 9 ++
drivers/input/misc/Kconfig | 12 ++
drivers/input/misc/Makefile | 1 +
drivers/input/misc/gpio_decoder.c | 128 +++++++++++++++++++++
5 files changed, 173 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/gpio-decoder.txt
create mode 100644 drivers/input/misc/gpio_decoder.c

--
2.9.2

\
 
 \ /
  Last update: 2016-09-17 09:56    [W:0.061 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site