All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Vogelaar <Patrick.Vogelaar@gigatronik.com>
To: unlisted-recipients:; (no To-header on input)
Cc: <dmitry.torokhov@gmail.com>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <linux-input@vger.kernel.org>,
	<fengguang.wu@intel.com>,
	Patrick Vogelaar <Patrick.Vogelaar@gigatronik.com>
Subject: [PATCH v2 0/2] add driver for cypress cy8cmbr3102
Date: Tue, 21 Feb 2017 07:40:19 +0100	[thread overview]
Message-ID: <1487659221-14665-1-git-send-email-Patrick.Vogelaar@gigatronik.com> (raw)

* compiles without errors
* no errors when using checkpatch
* tested with a connected touch button on HW

NOTE: This implementation does not implement the full range of functions the
      Cypress CY8CMBR3102 CapSense Express controller provides. It only
      implements its use for connected touch buttons (yet).

Version 2:
* removed .owner
* based on branch next

Patrick Vogelaar (2):
  add driver for cypress cy8cmbr3102
  add device tree documentation for cy8cmbr3102

 .../bindings/input/cypress,cy8cmbr3102.txt         |  32 +++
 drivers/input/misc/Kconfig                         |  12 ++
 drivers/input/misc/Makefile                        |   1 +
 drivers/input/misc/cy8cmbr3102.c                   | 221 +++++++++++++++++++++
 4 files changed, 266 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/cypress,cy8cmbr3102.txt
 create mode 100644 drivers/input/misc/cy8cmbr3102.c

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Patrick Vogelaar <Patrick.Vogelaar@gigatronik.com>
Cc: dmitry.torokhov@gmail.com, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, linux-input@vger.kernel.org,
	fengguang.wu@intel.com,
	Patrick Vogelaar <Patrick.Vogelaar@gigatronik.com>
Subject: [PATCH v2 0/2] add driver for cypress cy8cmbr3102
Date: Tue, 21 Feb 2017 07:40:19 +0100	[thread overview]
Message-ID: <1487659221-14665-1-git-send-email-Patrick.Vogelaar@gigatronik.com> (raw)

* compiles without errors
* no errors when using checkpatch
* tested with a connected touch button on HW

NOTE: This implementation does not implement the full range of functions the
      Cypress CY8CMBR3102 CapSense Express controller provides. It only
      implements its use for connected touch buttons (yet).

Version 2:
* removed .owner
* based on branch next

Patrick Vogelaar (2):
  add driver for cypress cy8cmbr3102
  add device tree documentation for cy8cmbr3102

 .../bindings/input/cypress,cy8cmbr3102.txt         |  32 +++
 drivers/input/misc/Kconfig                         |  12 ++
 drivers/input/misc/Makefile                        |   1 +
 drivers/input/misc/cy8cmbr3102.c                   | 221 +++++++++++++++++++++
 4 files changed, 266 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/cypress,cy8cmbr3102.txt
 create mode 100644 drivers/input/misc/cy8cmbr3102.c

-- 
2.7.4

             reply	other threads:[~2017-02-21  6:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21  6:40 Patrick Vogelaar [this message]
2017-02-21  6:40 ` [PATCH v2 0/2] add driver for cypress cy8cmbr3102 Patrick Vogelaar
2017-02-21  6:40 ` [PATCH v2 1/2] " Patrick Vogelaar
2017-02-21  6:40   ` Patrick Vogelaar
2017-03-11  0:42   ` Dmitry Torokhov
2017-03-11  0:42     ` Dmitry Torokhov
2017-03-13 13:55     ` AW: " Vogelaar, Patrick
2017-03-13 13:55       ` Vogelaar, Patrick
2017-02-21  6:40 ` [PATCH v2 2/2] add device tree documentation for cy8cmbr3102 Patrick Vogelaar
2017-02-21  6:40   ` Patrick Vogelaar
2017-02-27 19:52   ` Rob Herring

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=1487659221-14665-1-git-send-email-Patrick.Vogelaar@gigatronik.com \
    --to=patrick.vogelaar@gigatronik.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=fengguang.wu@intel.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.