On Tue, Jan 13, 2015 at 04:51:02PM +0100, Sylvain Rochet wrote: > This patch add wake up support for rotary encoders. > New DT property: rotary-encoder,wakeup > > Signed-off-by: Sylvain Rochet <sylvain.rochet@xxxxxxxxxxxx> > --- > .../devicetree/bindings/input/rotary-encoder.txt | 1 + > Documentation/input/rotary-encoder.txt | 1 + > drivers/input/misc/rotary_encoder.c | 36 ++++++++++++++++++++++ > include/linux/rotary_encoder.h | 1 + > 4 files changed, 39 insertions(+) > > diff --git a/Documentation/devicetree/bindings/input/rotary-encoder.txt b/Documentation/devicetree/bindings/input/rotary-encoder.txt > index 3315495..468d545 100644 > --- a/Documentation/devicetree/bindings/input/rotary-encoder.txt > +++ b/Documentation/devicetree/bindings/input/rotary-encoder.txt > @@ -15,6 +15,7 @@ Optional properties: > - rotary-encoder,rollover: Automatic rollove when the rotary value becomes > greater than the specified steps or smaller than 0. For absolute axis only. > - rotary-encoder,half-period: Makes the driver work on half-period mode. > +- rotary-encoder,wakeup: Boolean, rotary encoder can wake-up the system. I wonder if this should be "rotary-encoder,wakeup", "linux,wakeup" or "wakeup-source". Devicetree folks, what say you? Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html