linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Hovold <jhovold@gmail.com>
To: Sylvain Rochet <sylvain.rochet@finsecur.com>
Cc: linux-input@vger.kernel.org, Daniel Mack <daniel@caiaq.de>,
	Johan Hovold <jhovold@gmail.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: Re: [PATCH v3 2/2] input: rotary encoder: Add wake up support
Date: Fri, 13 Feb 2015 11:43:17 +0800	[thread overview]
Message-ID: <20150213034317.GB1924@localhost> (raw)
In-Reply-To: <1423755638-9294-3-git-send-email-sylvain.rochet@finsecur.com>

On Thu, Feb 12, 2015 at 04:40:38PM +0100, Sylvain Rochet wrote:
> This patch adds wake up support for rotary encoders.
> 
> Signed-off-by: Sylvain Rochet <sylvain.rochet@finsecur.com>
> Reviewed-by: Johan Hovold <johan@kernel.org>
> ---
>  Documentation/input/rotary-encoder.txt |  1 +
>  drivers/input/misc/rotary_encoder.c    | 37 ++++++++++++++++++++++++++++++++++
>  include/linux/rotary_encoder.h         |  1 +
>  3 files changed, 39 insertions(+)
> 
> diff --git a/Documentation/input/rotary-encoder.txt b/Documentation/input/rotary-encoder.txt
> index 92e68bc..ed158d3 100644
> --- a/Documentation/input/rotary-encoder.txt
> +++ b/Documentation/input/rotary-encoder.txt
> @@ -109,6 +109,7 @@ static struct rotary_encoder_platform_data my_rotary_encoder_info = {
>  	.inverted_a	= 0,
>  	.inverted_b	= 0,
>  	.half_period	= false,
> +	.wakeup_source	= false,
>  };

This should have been part of PATCH 1/2 as well.

Johan

  reply	other threads:[~2015-02-13  3:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-12 15:40 [PATCH v3 0/2] input: rotary encoder: Add wake up support Sylvain Rochet
     [not found] ` <1423755638-9294-1-git-send-email-sylvain.rochet-ETtyaVkrhkNWk0Htik3J/w@public.gmane.org>
2015-02-12 15:40   ` [PATCH v3 1/2] DT: Documentation: input: rotary encoder: Add wakeup-source property Sylvain Rochet
2015-06-16 17:28     ` Sylvain Rochet
2015-02-12 15:40 ` [PATCH v3 2/2] input: rotary encoder: Add wake up support Sylvain Rochet
2015-02-13  3:43   ` Johan Hovold [this message]
2015-02-13  9:12     ` Sylvain Rochet
2015-02-15  5:53       ` Johan Hovold

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=20150213034317.GB1924@localhost \
    --to=jhovold@gmail.com \
    --cc=daniel@caiaq.de \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=sylvain.rochet@finsecur.com \
    /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).