From: Samuel Ortiz <sameo@linux.intel.com>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-sh@vger.kernel.org, Magnus Damm <magnus.damm@gmail.com>,
linux-kernel@vger.kernel.org,
Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: Re: [PATCH v2 1/2] mfd: add an AS3711 PMIC MFD driver
Date: Fri, 23 Nov 2012 11:12:21 +0000 [thread overview]
Message-ID: <20121123111221.GC12685@sortiz-mobl> (raw)
In-Reply-To: <Pine.LNX.4.64.1211221107520.28453@axis700.grange>
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@gmx.de>
> ---
>
> 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/
prev parent reply other threads:[~2012-11-23 11:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-22 10:12 [PATCH v2 1/2] mfd: add an AS3711 PMIC MFD driver Guennadi Liakhovetski
2012-11-22 10:12 ` [PATCH v2 2/2] regulator: add a regulator driver for the AS3711 PMIC Guennadi Liakhovetski
2012-11-23 11:15 ` Samuel Ortiz
2012-11-23 11:49 ` Mark Brown
2012-11-23 11:56 ` Guennadi Liakhovetski
2012-11-23 14:21 ` Samuel Ortiz
2012-11-23 12:15 ` Mark Brown
2012-11-23 11:12 ` Samuel Ortiz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121123111221.GC12685@sortiz-mobl \
--to=sameo@linux.intel.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=g.liakhovetski@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).