Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755900AbbESN25 (ORCPT ); Tue, 19 May 2015 09:28:57 -0400 Received: from mail1.bemta14.messagelabs.com ([193.109.254.116]:58563 "EHLO mail1.bemta14.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755392AbbESN2w (ORCPT ); Tue, 19 May 2015 09:28:52 -0400 X-Env-Sender: stwiss.opensource@diasemi.com X-Msg-Ref: server-15.tower-193.messagelabs.com!1432042128!22243552!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 14:10:31 +0100 Subject: [PATCH V3 0/4] da9062: DA9062 driver submission To: Alessandro Zummo , DEVICETREE , Dmitry Torokhov , Ian Campbell , Kumar Gala , LINUXINPUT , LINUXKERNEL , LINUXWATCHDOG , Lee Jones , Liam Girdwood , Mark Brown , Mark Rutland , Pawel Moll , RTCLINUX , Rob Herring , S Twiss , Samuel Ortiz , Wim Van Sebroeck CC: David Dajun Chen , 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: 2263 Lines: 55 From: S Twiss This patch set adds support for the Dialog DA9062 Power Management IC. In this patch set the following is provided: - [PATCH V3 1/4]: MFD core support - [PATCH V3 2/4]: BUCK and LDO regulator driver - [PATCH V3 3/4]: Watchdog driver - [PATCH V3 4/4]: Add bindings for all DA9062 components Changes in V2: - Alter subject title in 'cover letter' - Reordered the patch numbering: now 4/4 patches instead of 6/6 - Dropped PATCH V1 3/6 RTC driver - Dropped PATCH V1 4/6 OnKey driver This patch applies against linux-next and v4.1-rc3 Thank you, Steve Twiss, Dialog Semiconductor Ltd. S Twiss (4): mfd: da9062: DA9062 MFD core driver regulator: da9062: DA9062 regulator driver watchdog: da9062: DA9062 watchdog driver devicetree: da9062: Add bindings for DA9062 driver Documentation/devicetree/bindings/mfd/da9062.txt | 79 ++ drivers/mfd/Kconfig | 12 + drivers/mfd/Makefile | 3 +- drivers/mfd/da9062-core.c | 611 ++++++++++++ drivers/regulator/Kconfig | 10 + drivers/regulator/Makefile | 1 + drivers/regulator/da9062-regulator.c | 843 ++++++++++++++++ drivers/watchdog/Kconfig | 9 + drivers/watchdog/Makefile | 1 + drivers/watchdog/da9062_wdt.c | 253 +++++ include/linux/mfd/da9062/core.h | 62 ++ include/linux/mfd/da9062/registers.h | 1108 ++++++++++++++++++++++ 12 files changed, 2991 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/mfd/da9062.txt create mode 100644 drivers/mfd/da9062-core.c create mode 100644 drivers/regulator/da9062-regulator.c create mode 100644 drivers/watchdog/da9062_wdt.c create mode 100644 include/linux/mfd/da9062/core.h create mode 100644 include/linux/mfd/da9062/registers.h -- end-of-patch for PATCH V3 -- 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/