[PATCH v2 0/2] add driver for cypress cy8cmbr3102

2017-02-20 Thread Patrick Vogelaar
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

[PATCH v2 1/2] add driver for cypress cy8cmbr3102

2017-02-20 Thread Patrick Vogelaar
Version 2: * removed .owner * based on branch next Signed-off-by: Patrick Vogelaar --- drivers/input/misc/Kconfig | 12 +++ drivers/input/misc/Makefile | 1 + drivers/input/misc/cy8cmbr3102.c | 221 +++ 3 files changed, 234 insertions(+) create

[PATCH v2 2/2] add device tree documentation for cy8cmbr3102

2017-02-20 Thread Patrick Vogelaar
Version 2: * based on branch next Signed-off-by: Patrick Vogelaar --- .../bindings/input/cypress,cy8cmbr3102.txt | 32 ++ 1 file changed, 32 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/cypress,cy8cmbr3102.txt diff --git a/Documentation

[PATCH 1/2] add driver for cypress cy8cmbr3102

2017-02-20 Thread Patrick Vogelaar
Signed-off-by: Patrick Vogelaar --- drivers/input/misc/Kconfig | 12 +++ drivers/input/misc/Makefile | 1 + drivers/input/misc/cy8cmbr3102.c | 222 +++ 3 files changed, 235 insertions(+) create mode 100644 drivers/input/misc/cy8cmbr3102.c diff

[PATCH 2/2] add device tree documentation for cy8cmbr3102

2017-02-20 Thread Patrick Vogelaar
Signed-off-by: Patrick Vogelaar --- .../bindings/input/cypress,cy8cmbr3102.txt | 32 ++ 1 file changed, 32 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/cypress,cy8cmbr3102.txt diff --git a/Documentation/devicetree/bindings/input/cypress

[PATCH 0/2] add driver for cypress cy8cmbr3102

2017-02-20 Thread Patrick Vogelaar
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