RE: [PATCH v4 1/6] mfd: da9150: Add support for Fuel-Gauge
From: Opensource [Adam Thomson]
Date:  Tue Aug 11 2015 - 03:45:21 EST
On August 10, 2015 14:54, Lee Jones wrote:
> On Tue, 04 Aug 2015, Adam Thomson wrote:
> 
> > Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@xxxxxxxxxxx>
> > ---
> >
> > Changes in v4:
> >  - Update compatible string of fuel-gauge to "dlg, da9150-fuel-gauge". Also
> >    made similar change to driver name to keep things consistent.
> >
> > Changes in v3:
> >  - Use DEFINE_RES_IRQ_NAMED() helper for defining FG IRQ resource.
> >  - Unwanted new line & comments removed.
> >  - Remove gotos which can be replaced with straight forward return calls.
> >  - Add enum for indexing MFD cells list, which is used to assign pdata for FG
> >    sub-device.
> >  - Remove use of function pointers for QIF related read/write functions as
> >    currently only I2C supported, so call I2C functions directly.
> >  - Fold fg.h contents into core.h.
> 
> Assuming these have all been taken care of:
> 
> Acked-by: Lee Jones <lee.jones@xxxxxxxxxx>
> 
Thanks for your time on this patch set.