Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1468369 > unrolled thread

[PATCH v2 0/2] AM335x-ICE: Add support for rotary switch

Started byVignesh R <vigneshr@ti.com>
First post2016-08-23 10:10 +0200
Last post2016-08-23 10:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] AM335x-ICE: Add support for rotary switch Vignesh R <vigneshr@ti.com> - 2016-08-23 10:10 +0200

#1468369 — [PATCH v2 0/2] AM335x-ICE: Add support for rotary switch

FromVignesh R <vigneshr@ti.com>
Date2016-08-23 10:10 +0200
Subject[PATCH v2 0/2] AM335x-ICE: Add support for rotary switch
Message-ID<s9dnI-eE-7@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web