All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@avionic-design.de>
To: linux-input@vger.kernel.org
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	Rob Herring <rob.herring@calxeda.com>,
	devicetree-discuss@lists.ozlabs.org
Subject: Re: [PATCH 2/2] input: Add support for the Semtech SX8634 controller
Date: Tue, 22 May 2012 15:48:34 +0200	[thread overview]
Message-ID: <20120522134834.GC21187@avionic-0098.mockup.avionic-design.de> (raw)
In-Reply-To: <1334229613-678-2-git-send-email-thierry.reding@avionic-design.de>

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]

* Thierry Reding wrote:
> This commit adds support for the Semtech SX8634 Capacitive Button and
> Slider Touch controller.
> 
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Grant Likely <grant.likely@secretlab.ca>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: devicetree-discuss@lists.ozlabs.org
> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
> ---
>  Documentation/devicetree/bindings/input/sx8634.txt |   58 ++
>  drivers/input/misc/Kconfig                         |   10 +
>  drivers/input/misc/Makefile                        |    1 +
>  drivers/input/misc/sx8634.c                        |  745 ++++++++++++++++++++
>  include/linux/input/sx8634.h                       |   32 +
>  5 files changed, 846 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/input/sx8634.txt
>  create mode 100644 drivers/input/misc/sx8634.c
>  create mode 100644 include/linux/input/sx8634.h

Any comments on this one?

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2012-05-22 13:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12 11:20 [PATCH 1/2] of: Add Semtech Corp. vendor prefix Thierry Reding
2012-04-12 11:20 ` [PATCH 2/2] input: Add support for the Semtech SX8634 controller Thierry Reding
2012-05-22 13:48   ` Thierry Reding [this message]
2012-05-22 13:47 ` [PATCH 1/2] of: Add Semtech Corp. vendor prefix Thierry Reding
2012-06-13 18:31 ` Rob Herring
2012-06-14  5:39   ` Thierry Reding

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=20120522134834.GC21187@avionic-0098.mockup.avionic-design.de \
    --to=thierry.reding@avionic-design.de \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-input@vger.kernel.org \
    --cc=rob.herring@calxeda.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.