[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1425141357-7807-1-git-send-email-sbranden@broadcom.com>
Date: Sat, 28 Feb 2015 08:35:55 -0800
From: Scott Branden <sbranden@...adcom.com>
To: <bcm-kernel-feedback-list@...adcom.com>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
"Ian Campbell" <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Grant Likely <grant.likely@...aro.org>
CC: Ray Jui <rjui@...adcom.com>,
Jonathan Richardson <jonathar@...adcom.com>,
Dmitry Torokhov <dtor@...gle.com>,
Anatol Pomazao <anatol@...gle.com>,
<devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>,
Scott Branden <sbranden@...adcom.com>
Subject: [PATCH v4 0/2] Add support for Broadcom keypad controller
This series of patchsets contains the Broadcom keypad controller driver
and device tree binding documentation.
Changes from v3:
- corrected GPL to GPL v2
Changes from v2:
- changed binding to use autorepeat
- stylistic updates
Changes from v1:
- updated dt documentation to remove to matrix-keymap.txt
- removed bcm_kp_remove as it is not necessary
- removed key-interrupt-trigger-type dt binding
- added bcm_kp_report_keys and call to process key registers
Scott Branden (2):
Input: bcm-keypad: add device tree bindings
Input: bcm-keypad: Add Broadcom keypad controller
.../devicetree/bindings/input/brcm,bcm-keypad.txt | 108 +++++
drivers/input/keyboard/Kconfig | 10 +
drivers/input/keyboard/Makefile | 1 +
drivers/input/keyboard/bcm-keypad.c | 463 +++++++++++++++++++++
4 files changed, 582 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/brcm,bcm-keypad.txt
create mode 100644 drivers/input/keyboard/bcm-keypad.c
--
2.3.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists