From: Vignesh R <vigneshr@ti.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Tony Lindgren <tony@atomide.com>
Cc: Jonathan Corbet <corbet@lwn.net>, Johan Hovold <johan@kernel.org>,
Sylvain Rochet <sylvain.rochet@finsecur.com>,
Vignesh R <vigneshr@ti.com>,
Masanari Iida <standby24x7@gmail.com>,
Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>,
S Twiss <stwiss.opensource@diasemi.com>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Moritz Fischer <moritz.fischer@ettus.com>,
Arnd Bergmann <arnd@arndb.de>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Timo Teras <timo.teras@iki.fi>,
Guido Martinez <guido@vanguardiasur.com.ar>,
Clifton Barnes <clifton.a.barnes@gmail.com>,
Uwe Kleine-Konig <u.kleine-koenig@pengutronix.de>,
linux-input@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/2] AM335x-ICE: Add support for rotary-encoder
Date: Thu, 19 May 2016 14:33:59 +0530 [thread overview]
Message-ID: <1463648641-6931-1-git-send-email-vigneshr@ti.com> (raw)
This series adds support for rotary-encoder on AM335x-ICE that is
connected to TI PCA9536 I2C GPIO expander.
The rotary encoder is different from the incremental encoders in the
sense that GPIO line status directly reflect the position(number)
pointed by the dial of the encoder. So, there is no need to count steps
or know the direction of rotation. Patch 1/2 adds DT property
"rotary-encoder,absolute-encoder" to support this encoder. Since, such
encoders do not actually require IRQ lines (as the encoder state can
always be known by reading GPIO lines at that moment), support for
polling based input is added.
The second patch adds DT entry for the rotary-encoder present on
AM335x ICE board.
Tested on AM335x ICE board that has above described rotary-encoder
without IRQs (polling mode).
I don't have hardware with incremental encoder or encoder with IRQ,
please give it a spin on incremental encoders for sanity.
Vignesh R (2):
Input: rotary-encoder- Add support for absolute encoder
ARM: dts: am335x-icev2: Add rotary-encoder node
.../devicetree/bindings/input/rotary-encoder.txt | 4 +
Documentation/input/rotary-encoder.txt | 9 ++
arch/arm/boot/dts/am335x-icev2.dts | 11 ++
drivers/input/misc/Kconfig | 11 ++
drivers/input/misc/rotary_encoder.c | 165 ++++++++++++++++-----
5 files changed, 166 insertions(+), 34 deletions(-)
--
2.8.2
next reply other threads:[~2016-05-19 9:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-19 9:03 Vignesh R [this message]
2016-05-19 9:04 ` [RFC PATCH 1/2] Input: rotary-encoder- Add support for absolute encoder Vignesh R
2016-05-19 11:25 ` Krzysztof Kozlowski
2016-05-19 11:44 ` Vignesh R
2016-05-20 16:34 ` Dmitry Torokhov
2016-05-23 9:18 ` R, Vignesh
2016-05-25 8:44 ` Vignesh R
2016-06-16 10:47 ` Vignesh R
2016-07-19 13:04 ` R, Vignesh
2016-05-20 21:49 ` Rob Herring
2016-05-22 10:26 ` Uwe Kleine-König
2016-05-23 11:18 ` R, Vignesh
[not found] ` <5742E710.9-l0cyMroinI0@public.gmane.org>
2016-05-23 13:18 ` Uwe Kleine-König
2016-05-24 5:09 ` Vignesh R
2016-05-24 8:20 ` Uwe Kleine-König
2016-05-25 8:44 ` Vignesh R
2016-05-19 9:04 ` [RFC PATCH 2/2] ARM: dts: am335x-icev2: Add rotary-encoder node Vignesh R
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463648641-6931-1-git-send-email-vigneshr@ti.com \
--to=vigneshr@ti.com \
--cc=arnd@arndb.de \
--cc=clifton.a.barnes@gmail.com \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=ezequiel@vanguardiasur.com.ar \
--cc=geert@linux-m68k.org \
--cc=guido@vanguardiasur.com.ar \
--cc=johan@kernel.org \
--cc=k.kozlowski@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=moritz.fischer@ettus.com \
--cc=robh+dt@kernel.org \
--cc=standby24x7@gmail.com \
--cc=stwiss.opensource@diasemi.com \
--cc=sylvain.rochet@finsecur.com \
--cc=timo.teras@iki.fi \
--cc=tony@atomide.com \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).