From: Samuel Ortiz <sameo@linux.intel.com>
To: Kyungmin Park <kmpark@infradead.org>
Cc: linux-kernel@vger.kernel.org, m.szyprowski@samsung.com,
broonie@opensource.wolfsonmicro.com, jy0922.shim@samsung.com
Subject: Re: [PATCH] MFD: LP3974 PMIC support
Date: Sat, 21 Aug 2010 00:09:51 +0200 [thread overview]
Message-ID: <20100820220950.GL3650@sortiz-mobl> (raw)
In-Reply-To: <AANLkTimkd5HLs7EyCX3--VO8fyJhXCBG-KMuG9wr0ZZk@mail.gmail.com>
Hi Kyungmin,
On Thu, Aug 19, 2010 at 02:08:39PM +0900, Kyungmin Park wrote:
> Any comments? I hope it's included the 2.6.36 if possible.
It hopefully will be. I received the patch after the merge window opened
though.
Some comments on your patch:
> > +config MFD_LP3974
> > + bool "National Semiconductor LP3974 PMIC Support"
> > + depends on I2C=y
> > + select MFD_CORE
> > + select MFD_MAX8998
> > + help
> > + Say yes here to support for National Semiconductor LP3974. This is
> > + a Power Management IC. This driver provies common support for
> > + accessing the device, additional drivers must be enabled in order
> > + to use the functionality of the device.
> > + Note that it has same functionality with max8998.
As Jonathan mentioned, there really is no need for a Kconfig symbol. Just
change the existing Kconfig comments to add your device there.
> > config MFD_WM8400
> > tristate "Support Wolfson Microelectronics WM8400"
> > select MFD_CORE
> > diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c
> > index 0d68de2..cea9f48 100644
> > --- a/drivers/mfd/max8998.c
> > +++ b/drivers/mfd/max8998.c
> > @@ -30,6 +30,11 @@
> > #include <linux/mfd/max8998.h>
> > #include <linux/mfd/max8998-private.h>
> >
> > +enum max8998_type {
> > + TYPE_MAX8998,
> > + TYPE_LP3974,
> > +};
Not used, so please remove that.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
prev parent reply other threads:[~2010-08-20 22:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-02 3:54 [PATCH] MFD: LP3974 PMIC support Kyungmin Park
2010-08-19 5:08 ` Kyungmin Park
2010-08-19 9:57 ` Jonathan Cameron
2010-08-19 9:56 ` Kyungmin Park
2010-08-19 10:08 ` Jonathan Cameron
2010-08-20 22:09 ` 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=20100820220950.GL3650@sortiz-mobl \
--to=sameo@linux.intel.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=jy0922.shim@samsung.com \
--cc=kmpark@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.szyprowski@samsung.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.