All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add driver for cypress cy8cmbr3102
@ 2017-02-21  6:40 ` Patrick Vogelaar
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

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

Thread overview: 11+ 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 ` 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

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.