Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755669AbbDXOre (ORCPT ); Fri, 24 Apr 2015 10:47:34 -0400 Received: from mail1.bemta3.messagelabs.com ([195.245.230.162]:21347 "EHLO mail1.bemta3.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755485AbbDXOrb convert rfc822-to-8bit (ORCPT ); Fri, 24 Apr 2015 10:47:31 -0400 X-Env-Sender: stwiss.opensource@diasemi.com X-Msg-Ref: server-3.tower-38.messagelabs.com!1429886848!18709904!1 X-Originating-IP: [94.185.165.51] X-StarScan-Received: X-StarScan-Version: 6.13.6; banners=-,-,- X-VirusChecked: Checked From: "Opensource [Steve Twiss]" To: "Opensource [Steve Twiss]" , LINUXKERNEL , Lee Jones , "Samuel Ortiz" CC: Alessandro Zummo , DEVICETREE , David Dajun Chen , Dmitry Torokhov , Ian Campbell , Kumar Gala , LINUXINPUT , LINUXWATCHDOG , Liam Girdwood , "Mark Brown" , Mark Rutland , Pawel Moll , RTCLINUX , Rob Herring , "Opensource [Steve Twiss]" , Support Opensource , Wim Van Sebroeck Subject: RE: [PATCH V1 1/6] mfd: da9062: DA9062 MFD core driver Thread-Topic: [PATCH V1 1/6] mfd: da9062: DA9062 MFD core driver Thread-Index: AQHQeRx8IBYCPxvfR0+EdKfq9IFxVJ1cR47A Date: Fri, 24 Apr 2015 14:47:27 +0000 Message-ID: <6ED8E3B22081A4459DAC7699F3695FB7014B2175F5@SW-EX-MBX02.diasemi.com> References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.20.26.77] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1235 Lines: 38 On 17 April 2015 15:24 Steve Twiss wrote. > Subject: [PATCH V1 1/6] mfd: da9062: DA9062 MFD core driver > From: S Twiss > > Add MFD core driver support for DA9062 > > Signed-off-by: Steve Twiss > > --- > > This patch applies against linux-next and v4.0 > > drivers/mfd/Kconfig | 12 + > drivers/mfd/Makefile | 3 +- > drivers/mfd/da9062-core.c | 611 +++++++++++++++++++ > include/linux/mfd/da9062/core.h | 61 ++ > include/linux/mfd/da9062/registers.h | 1108 Hi, Due to changes in the regulator driver, I am going to alter this with moving the static irqreturn_t da9062_vdd_warn_event(int irq, void *data) function from the regulators and into the core. The VDD_WARN applies to the system voltage and is not specific to regulators. So it would make more sense for this to exist in the core driver instead I'll resend this in PATCH V2 soon Regards, Steve -- 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/