[PATCH 0/2] Add support for Broadcom keypad controller
From: sbranden@broadcom.com (Scott Branden)
Date: 2015-02-10 00:08:25
Also in:
linux-devicetree, lkml
From: sbranden@broadcom.com (Scott Branden)
Date: 2015-02-10 00:08:25
Also in:
linux-devicetree, lkml
This series of patchsets contains the Broadcom keypad controller driver and device tree binding documentation. Scott Branden (2): Input: bcm-keypad: add device tree bindings Input: bcm-keypad: Add Broadcom keypad controller .../devicetree/bindings/input/brcm,bcm-keypad.txt | 118 +++++ drivers/input/keyboard/Kconfig | 10 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/bcm-keypad.c | 489 +++++++++++++++++++++ 4 files changed, 618 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/brcm,bcm-keypad.txt create mode 100644 drivers/input/keyboard/bcm-keypad.c -- 2.2.2