Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754777AbbESKf3 (ORCPT ); Tue, 19 May 2015 06:35:29 -0400 Received: from mail1.bemta14.messagelabs.com ([193.109.254.108]:6650 "EHLO mail1.bemta14.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753711AbbESKfY (ORCPT ); Tue, 19 May 2015 06:35:24 -0400 X-Env-Sender: stwiss.opensource@diasemi.com X-Msg-Ref: server-14.tower-194.messagelabs.com!1432031714!17544549!1 X-Originating-IP: [82.210.246.133] X-StarScan-Received: X-StarScan-Version: 6.13.15; banners=-,-,- X-VirusChecked: Checked Message-ID: From: S Twiss Date: Tue, 19 May 2015 11:32:45 +0100 Subject: [RESEND PATCH V4 0/3] Add OnKey support for DA9063 To: Dmitry Torokhov , Ian Campbell , Kumar Gala , Lee Jones , Mark Rutland , Pawel Moll , Rob Herring , Samuel Ortiz , Steve Twiss CC: DT , David Dajun Chen , INPUT , LKML , Support Opensource MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: 8d172408-bd6a-42b1-8e53-daaedf35a5af Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1198 Lines: 34 From: Steve Twiss This patch set adds OnKey driver support for the Dialog Semiconductor DA9063 PMIC. [PATCH V4 1/3]: kernel driver onkey support [PATCH V4 2/3]: device tree bindings document [PATCH V4 3/3]: mfd core support Thank you, Steve Twiss, Dialog Semiconductor Ltd. S Twiss (3): input: misc: da9063: OnKey driver devicetree: Add bindings for DA9063 OnKey mfd: da9063: MFD support for OnKey driver Documentation/devicetree/bindings/mfd/da9063.txt | 18 ++ drivers/input/misc/Kconfig | 10 + drivers/input/misc/Makefile | 1 + drivers/input/misc/da9063_onkey.c | 227 +++++++++++++++++++++++ drivers/mfd/da9063-core.c | 54 ++++++ include/linux/mfd/da9063/pdata.h | 1 + 6 files changed, 311 insertions(+) create mode 100644 drivers/input/misc/da9063_onkey.c -- end-of-patch for RESEND PATCH V4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/