linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] AM335x-ICE: Add support for rotary switch
@ 2016-08-23  6:16 Vignesh R
  2016-08-23  6:16 ` [PATCH v2 1/2] input: misc: Add generic input driver to read encoded GPIO lines Vignesh R
  2016-08-23  6:16 ` [PATCH v2 2/2] ARM: dts: am335x-icev2: Add nodes for gpio-decoder Vignesh R
  0 siblings, 2 replies; 8+ messages in thread
From: Vignesh R @ 2016-08-23  6:16 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Rob Herring, Mark Rutland, Tony Lindgren, Russell King,
	Arnd Bergmann, Daniel Hung-yu Wu, Grant Grundler, S Twiss,
	Vignesh R, Moritz Fischer, Jorge Ramirez-Ortiz, John Stultz,
	linux-input, devicetree, linux-kernel, linux-omap,
	linux-arm-kernel

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

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

end of thread, other threads:[~2016-08-24  6:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23  6:16 [PATCH v2 0/2] AM335x-ICE: Add support for rotary switch Vignesh R
2016-08-23  6:16 ` [PATCH v2 1/2] input: misc: Add generic input driver to read encoded GPIO lines Vignesh R
2016-08-23 15:27   ` Andrew F. Davis
2016-08-23 20:01     ` Dmitry Torokhov
2016-08-24  6:39       ` Vignesh R
2016-08-23 20:03     ` Dmitry Torokhov
2016-08-24  6:39       ` Vignesh R
2016-08-23  6:16 ` [PATCH v2 2/2] ARM: dts: am335x-icev2: Add nodes for gpio-decoder Vignesh R

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