Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1584495

[PATCH 0/2] add driver for cypress cy8cmbr3102

From Patrick Vogelaar <Patrick.Vogelaar@gigatronik.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] add driver for cypress cy8cmbr3102
Date 2017-02-20 11:40 +0100
Message-ID <tcTxT-3tt-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View 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).

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                   | 222 +++++++++++++++++++++
 4 files changed, 267 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/cypress,cy8cmbr3102.txt
 create mode 100644 drivers/input/misc/cy8cmbr3102.c

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] add driver for cypress cy8cmbr3102 Patrick Vogelaar <Patrick.Vogelaar@gigatronik.com> - 2017-02-20 11:40 +0100
  [PATCH 2/2] add device tree documentation for cy8cmbr3102 Patrick Vogelaar <Patrick.Vogelaar@gigatronik.com> - 2017-02-20 11:40 +0100
  [PATCH 1/2] add driver for cypress cy8cmbr3102 Patrick Vogelaar <Patrick.Vogelaar@gigatronik.com> - 2017-02-20 11:40 +0100
    Re: [PATCH 1/2] add driver for cypress cy8cmbr3102 kbuild test robot <lkp@intel.com> - 2017-02-20 13:10 +0100
    [PATCH] fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2017-02-20 13:10 +0100

csiph-web