From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Branden Subject: [PATCH 0/2] Add support for Broadcom keypad controller Date: Mon, 9 Feb 2015 16:07:39 -0800 Message-ID: <1423526861-29579-1-git-send-email-sbranden@broadcom.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: bcm-kernel-feedback-list@broadcom.com, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Dmitry Torokhov , Grant Likely Cc: Ray Jui , Jonathan Richardson , Dmitry Torokhov , Anatol Pomazao , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Scott Branden List-Id: devicetree@vger.kernel.org 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