]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: rotary-encoder - add support for quarter-period mode
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Wed, 14 Oct 2015 06:39:50 +0000 (23:39 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 Oct 2015 22:32:18 +0000 (15:32 -0700)
commit3a341a4c30d427fd05617087db1564a595f65093
tree84898e187b5128e1e51e9f5ed41114176181b71e
parent648b15cb79e90d80f7b53d0184bdb14132a03754
Input: rotary-encoder - add support for quarter-period mode

Some encoders have both outputs low in stable states, others also have
a stable state with both outputs high (half-period mode) and some have
a stable state in all steps (quarter-period mode). The driver used to
support the former states and with this change it can also support the
later.

This commit also deprecates the 'half-period' property and introduces
a new property 'steps-per-period'. This property specifies the
number of steps (stable states) produced by the rotary encoder
for each GPIO period.

Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/rotary-encoder.txt
Documentation/input/rotary-encoder.txt
drivers/input/misc/rotary_encoder.c
include/linux/rotary_encoder.h