From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752885AbbAURU7 (ORCPT ); Wed, 21 Jan 2015 12:20:59 -0500 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:44150 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751815AbbAURUt (ORCPT ); Wed, 21 Jan 2015 12:20:49 -0500 User-Agent: K-9 Mail for Android In-Reply-To: <20150121165250.GG13715@earth.universe> References: <20150121165250.GG13715@earth.universe> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [PATCH v6 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC From: Jonathan Cameron Date: Wed, 21 Jan 2015 17:19:38 +0000 To: Sebastian Reichel , Adam Thomson , Lee Jones , Jonathan Cameron CC: Samuel Ortiz , Hartmut Knaack , linux-iio@vger.kernel.org, Dmitry Eremin-Solenikov , David Woodhouse , linux-pm@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , devicetree@vger.kernel.org, Andrew Morton , Joe Perches , linux-kernel@vger.kernel.org, support.opensource@diasemi.com Message-ID: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21 January 2015 16:52:50 GMT+00:00, Sebastian Reichel wrote: >Hi, > >On Wed, Jan 21, 2015 at 03:46:25PM +0000, Adam Thomson wrote: >> This patch set adds initial support for the Dialog DA9150 Integrated >Charger & >> Fuel-Gauge IC. The device also provides GPIO and GPADC functionality. >> >> In this patch set the following is provided: >> - MFD Core support and DT bindings documentation. >> - IIO GPADC support and DT bindings documentation. >> - Power Supply Charger support and DT bindings documentation. >> - Update to MAINTAINERS file to add DA9150 files to Dialog support >list. >> >> To keep patch submission from being too large, support for GPIO and >Fuel-Gauge >> will come after initial support patches are accepted. >> >> This patch set is baselined against the v3.19-rc5 kernel version. >> >> Changes in v6: >> - For GPADC driver, Use lower case extended names for IIO GPADC >channels, and >> remove extended names for GPIO related channels. >> - For charger driver, revert to no devm IRQ request/free functions as >ordering >> is important, and probe failure scenario was not being correctly >covered. A >> helper function for free IRQs has been added to make code cleaner. > >Probably a devm_ variant of power_supply_register should be created, >but for now this is ok for me. > >Jonathan, Lee: I assume you are ok with the whole patchset going >through the power supply subsystem? > Fine by me if either power supply or MFD. Jonathan >-- Sebastian -- Sent from my Android device with K-9 Mail. Please excuse my brevity. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v6 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC Date: Wed, 21 Jan 2015 17:19:38 +0000 Message-ID: References: <20150121165250.GG13715@earth.universe> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20150121165250.GG13715-SfvFxonMDyemK9LvCR3Hrw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sebastian Reichel , Adam Thomson , Lee Jones , Jonathan Cameron Cc: Samuel Ortiz , Hartmut Knaack , linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dmitry Eremin-Solenikov , David Woodhouse , linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton , Joe Perches , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, support.opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org List-Id: devicetree@vger.kernel.org On 21 January 2015 16:52:50 GMT+00:00, Sebastian Reichel wrote: >Hi, > >On Wed, Jan 21, 2015 at 03:46:25PM +0000, Adam Thomson wrote: >> This patch set adds initial support for the Dialog DA9150 Integrated >Charger & >> Fuel-Gauge IC. The device also provides GPIO and GPADC functionality. >> >> In this patch set the following is provided: >> - MFD Core support and DT bindings documentation. >> - IIO GPADC support and DT bindings documentation. >> - Power Supply Charger support and DT bindings documentation. >> - Update to MAINTAINERS file to add DA9150 files to Dialog support >list. >> >> To keep patch submission from being too large, support for GPIO and >Fuel-Gauge >> will come after initial support patches are accepted. >> >> This patch set is baselined against the v3.19-rc5 kernel version. >> >> Changes in v6: >> - For GPADC driver, Use lower case extended names for IIO GPADC >channels, and >> remove extended names for GPIO related channels. >> - For charger driver, revert to no devm IRQ request/free functions as >ordering >> is important, and probe failure scenario was not being correctly >covered. A >> helper function for free IRQs has been added to make code cleaner. > >Probably a devm_ variant of power_supply_register should be created, >but for now this is ok for me. > >Jonathan, Lee: I assume you are ok with the whole patchset going >through the power supply subsystem? > Fine by me if either power supply or MFD. Jonathan >-- Sebastian -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html