public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Ashish Jangam <Ashish.Jangam@kpitcummins.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
	"rpurdie@rpsys.net" <rpurdie@rpsys.net>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	David Dajun Chen <Dajun.Chen@diasemi.com>
Subject: Re: [PATCHv2 -next] LEDS: LED module of DA9052 PMIC driver
Date: Wed, 18 May 2011 12:23:32 -0700	[thread overview]
Message-ID: <20110518122332.94d4fdb9.akpm@linux-foundation.org> (raw)
In-Reply-To: <E2CAE7F7B064EA49B5CE7EE9A4BB167D151BC621FA@KCINPUNHJCMS01.kpit.com>

On Fri, 13 May 2011 17:22:28 +0530
Ashish Jangam <Ashish.Jangam@kpitcummins.com> wrote:

> LED Driver for Dialog Semiconductor DA9052 PMICs.
> 
> Changes made since last submission:
> . added patches as a merger plan for LED

 drivers/input/misc/Kconfig          |    7 
 drivers/input/misc/Makefile         |    1 
 drivers/input/misc/da9052_onkey.c   |  166 +++++++
 drivers/leds/Kconfig                |    8 
 drivers/leds/Makefile               |    1 
 drivers/leds/leds-da9052.c          |  216 +++++++++
 drivers/mfd/Kconfig                 |   25 +
 drivers/mfd/Makefile                |    7 
 drivers/mfd/da9052-core.c           |  487 +++++++++++++++++++++
 drivers/mfd/da9052-i2c.c            |  170 +++++++
 drivers/mfd/da9052-irq.c            |  313 +++++++++++++
 drivers/mfd/da9052-spi.c            |  183 ++++++++
 drivers/video/backlight/Kconfig     |    6 
 drivers/video/backlight/Makefile    |    1 
 drivers/video/backlight/da9052_bl.c |  216 +++++++++
 drivers/watchdog/Kconfig            |    6 
 drivers/watchdog/Makefile           |    1 
 drivers/watchdog/da9052_wdt.c       |  464 ++++++++++++++++++++
 include/linux/mfd/da9052/da9052.h   |   89 +++
 include/linux/mfd/da9052/irq.h      |   86 +++
 include/linux/mfd/da9052/pdata.h    |   46 ++
 include/linux/mfd/da9052/reg.h      |  822 ++++++++++++++++++++++++++++++++++++
 include/linux/mfd/da9052/wdt.h      |   67 ++
 23 files changed, 3388 insertions(+)

This is a huge patch which affects multiple separately-maintained
subsystems.  I can't take it as-is and it's not compileable in a tree
which doesn't define CONFIG_PMIC_DA9052.


A way to proceed with this patchset is to get the core PMIC_DA9052
support patch merged and to then send the various dependent patches to
the relevant maintainers.

What _is_ the core patch, btw?  Seems that it's "MFD: MFD module of
DA9052 PMIC driver".

An alternative way of getting it all merged up is for us to ask Samuel
to merge _all_ the patches, after receiving suitable acks and reviews
from suitable people.  Or I can do that.

I think the second way is better.  Sam?


  reply	other threads:[~2011-05-18 19:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-13 11:52 [PATCHv2 -next] LEDS: LED module of DA9052 PMIC driver Ashish Jangam
2011-05-18 19:23 ` Andrew Morton [this message]
2011-05-18 22:15   ` Mark Brown

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=20110518122332.94d4fdb9.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=Ashish.Jangam@kpitcummins.com \
    --cc=Dajun.Chen@diasemi.com \
    --cc=lars@metafoo.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rpurdie@rpsys.net \
    /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