devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add driver for cypress cy8cmbr3102
@ 2017-02-21  6:40 Patrick Vogelaar
  2017-02-21  6:40 ` [PATCH v2 1/2] " Patrick Vogelaar
  2017-02-21  6:40 ` [PATCH v2 2/2] add device tree documentation for cy8cmbr3102 Patrick Vogelaar
  0 siblings, 2 replies; 6+ messages in thread
From: Patrick Vogelaar @ 2017-02-21  6:40 UTC (permalink / raw)
  Cc: dmitry.torokhov, linux-kernel, devicetree, linux-input,
	fengguang.wu, Patrick Vogelaar

* 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-13 13:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
     [not found]   ` <1487659221-14665-2-git-send-email-Patrick.Vogelaar-E/lnIDgSqyPyoQHixxa+JQ@public.gmane.org>
2017-03-11  0:42     ` Dmitry Torokhov
2017-03-13 13:55       ` AW: " Vogelaar, Patrick
2017-02-21  6:40 ` [PATCH v2 2/2] add device tree documentation for cy8cmbr3102 Patrick Vogelaar
2017-02-27 19:52   ` Rob Herring

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).