[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160823061649.3394-1-vigneshr@ti.com>
Date: Tue, 23 Aug 2016 11:46:47 +0530
From: Vignesh R <vigneshr@...com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
CC: Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Tony Lindgren <tony@...mide.com>,
Russell King <linux@...linux.org.uk>,
Arnd Bergmann <arnd@...db.de>,
Daniel Hung-yu Wu <hywu@...gle.com>,
Grant Grundler <grundler@...omium.org>,
S Twiss <stwiss.opensource@...semi.com>,
Vignesh R <vigneshr@...com>,
Moritz Fischer <moritz.fischer@...us.com>,
Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@...aro.org>,
John Stultz <john.stultz@...aro.org>,
<linux-input@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-omap@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: [PATCH v2 0/2] AM335x-ICE: Add support for rotary switch
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.
v1: https://lkml.org/lkml/2016/8/12/7
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 | 130 +++++++++++++++++++++
5 files changed, 175 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/gpio-decoder.txt
create mode 100644 drivers/input/misc/gpio_decoder.c
--
2.9.2
Powered by blists - more mailing lists