From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753019AbbATOAn (ORCPT ); Tue, 20 Jan 2015 09:00:43 -0500 Received: from mail1.bemta5.messagelabs.com ([195.245.231.147]:37369 "EHLO mail1.bemta5.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751575AbbATOAc (ORCPT ); Tue, 20 Jan 2015 09:00:32 -0500 X-Env-Sender: stwiss.opensource@diasemi.com X-Msg-Ref: server-4.tower-179.messagelabs.com!1421762429!41215156!1 X-Originating-IP: [82.210.246.133] X-StarScan-Received: X-StarScan-Version: 6.12.5; banners=-,-,- X-VirusChecked: Checked Message-ID: From: Steve Twiss Date: Tue, 20 Jan 2015 13:54:25 +0000 Subject: [PATCH V3 0/2] Add device tree support for DA9063 To: David Dajun Chen , Grant Likely , Ian Campbell , Kumar Gala , Lee Jones , "Mark Brown" , Mark Rutland , Pawel Moll , Philipp Zabel , Rob Herring , Samuel Ortiz , Steve Twiss , Support Opensource CC: DT , LKML MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Steve Twiss This patch set adds device tree support for the Dialog Semiconductor DA9063 PMIC. Support is provided for the Regulators; Real-Time Clock and Watchdog. [PATCH V2 1/2]: kernel driver device tree support [PATCH V2 2/2]: device tree bindings document Change History: [PATCH V3]: remove device tree information that explicitly identifies different silicon variants [PATCH V2]: split into two patches and move the compatibility strings to the end of the structures. [PATCH V1]: initial submission Thank you, Steve Twiss, Dialog Semiconductor Ltd. S Twiss (2): mfd: da9063: Add device tree support devicetree: Add bindings for DA9063 Documentation/devicetree/bindings/mfd/da9063.txt | 93 ++++++++++++++++++++++++ drivers/mfd/da9063-core.c | 2 + drivers/mfd/da9063-i2c.c | 9 +++ include/linux/mfd/da9063/core.h | 1 + 4 files changed, 105 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/da9063.txt -- end-of-patch for PATCH V3