Re: [PATCH v2 1/2] mfd: add an AS3711 PMIC MFD driver

From: Samuel Ortiz
Date: Fri Nov 23 2012 - 06:12:13 EST


Hi Guennadi,

On Thu, Nov 22, 2012 at 11:12:04AM +0100, Guennadi Liakhovetski wrote:
> AS3711 is a PMIC with multiple DCDC and LDO power supplies, GPIOs, an RTC,
> a battery charger and a general purpose ADC. This patch adds support for
> the MFD with support for a regulator driver and a backlight driver.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
> ---
>
> v2: (Thanks to Mark for review)
>
> - Only print chip IDs if they match expected values
> - Check regmap_read() error
> - Make platform data optional
>
> drivers/mfd/Kconfig | 9 ++
> drivers/mfd/Makefile | 1 +
> drivers/mfd/as3711.c | 217 ++++++++++++++++++++++++++++++++++++++++++++
> include/linux/mfd/as3711.h | 126 +++++++++++++++++++++++++
> 4 files changed, 353 insertions(+), 0 deletions(-)
> create mode 100644 drivers/mfd/as3711.c
> create mode 100644 include/linux/mfd/as3711.h
Patch applied to my for-next branch, thanks.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/
--
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/