[PATCH v3 0/2] AM335x-ICE: Add support for rotary switch
From: daniel@zonque.org (Daniel Mack)
Date: 2016-08-24 09:01:48
Also in:
linux-devicetree, linux-input, linux-omap, lkml
From: daniel@zonque.org (Daniel Mack)
Date: 2016-08-24 09:01:48
Also in:
linux-devicetree, linux-input, linux-omap, lkml
Hi, On 08/24/2016 09:58 AM, Vignesh R wrote:
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. v2: https://lkml.org/lkml/2016/8/23/111 v1: https://lkml.org/lkml/2016/8/12/7
Is there a reason why the rotary-encoder driver cannot handle this?
Commit 7dde4e74744 ("Input: rotary-encoder - support more than 2 gpios
as input") added support for that mode AFAIU.
I copied the author of that patch to have a look.
Thanks,
Daniel