RE: [PATCH v6 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC
From: Opensource [Adam Thomson] <hidden>
Date: 2015-02-16 21:46:09
Also in:
linux-devicetree, linux-iio, lkml
On January 22, 2015 07:58, Lee Jones wrote:
On Wed, 21 Jan 2015, Jonathan Cameron wrote:quoted
On 21 January 2015 16:52:50 GMT+00:00, Sebastian Reichel [off-list ref]wrote:quoted
quoted
Hi, On Wed, Jan 21, 2015 at 03:46:25PM +0000, Adam Thomson wrote:quoted
This patch set adds initial support for the Dialog DA9150 IntegratedCharger "ed
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 supportlist.quoted
To keep patch submission from being too large, support for GPIO andFuel-Gaugequoted
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 GPADCchannels, andquoted
remove extended names for GPIO related channels. - For charger driver, revert to no devm IRQ request/free functions asorderingquoted
is important, and probe failure scenario was not being correctlycovered. Aquoted
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.I am, but there is a lot of MFD code here, so I'd like to take it in as well. I'd like a tagged pull-request from Sebastian.
Hi Sebastien, Just a quick one to see what the status is on this patch set? Just interested as to when it'll be pulled in. Thanks Adam