Re: [PATCH v2 13/15] regulator/mfd: max14577: Export symbols forcalculating charger current

From: Lee Jones
Date: Mon Feb 10 2014 - 09:24:49 EST


> > This patch prepares for changing the max14577 charger driver to allow
> > configuring battery-dependent settings from DTS.
> >
> > The patch moves from regulator driver to MFD core driver and exports:
> > - function for calculating register value for charger's current;
> > - table of limits for chargers (MAX14577, MAX77836).
> >
> > Previously they were used only by the max14577 regulator driver. In next
> > patch the charger driver will use them as well. Exporting them will
> > reduce unnecessary code duplication.
> >
> > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>
> > Cc: Kyungmin Park <kyungmin.park@xxxxxxxxxxx>
> > Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
> > ---
> > drivers/mfd/max14577.c | 95 ++++++++++++++++++++++++++++++++++
> > drivers/regulator/max14577.c | 80 +++-------------------------
> > include/linux/mfd/max14577-private.h | 22 ++++----
> > include/linux/mfd/max14577.h | 23 ++++++++
> > 4 files changed, 135 insertions(+), 85 deletions(-)
>
> Applied, with Mark's Ack.

Whoops, jumping the gun there. We're still waiting on Acks aren't we.

Instead:
Acked-by: Lee Jones <lee.jones@xxxxxxxxxx>

--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org â Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/