From: Samuel Ortiz <sameo@linux.intel.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: David Jander <david@protonic.nl>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/4] mfd/mc13xxx: add support for mc13892
Date: Thu, 7 Oct 2010 20:49:16 +0200 [thread overview]
Message-ID: <20101007184915.GA21875@sortiz-mobl> (raw)
In-Reply-To: <20101007184501.GX29673@pengutronix.de>
Hi Uwe,
On Thu, Oct 07, 2010 at 08:45:01PM +0200, Uwe Kleine-König wrote:
> Hi Samuel,
>
> On Wed, Sep 29, 2010 at 06:23:46PM +0200, Uwe Kleine-König wrote:
> > mc13892 is the companion PMIC for Freescale's i.MX51. It's similar enough
> > to mc13782 to support it in a single driver.
> >
> > This patch introduces enough compatibility cruft to keep all users of the
> > superseded mc13783 driver unchanged.
> >
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > ---
> > drivers/mfd/Kconfig | 9 +-
> > drivers/mfd/Makefile | 2 +-
> > drivers/mfd/mc13783-core.c | 743 --------------------------------------
> > drivers/mfd/mc13xxx-core.c | 840 +++++++++++++++++++++++++++++++++++++++++++
> > include/linux/mfd/mc13783.h | 247 ++++++-------
> > include/linux/mfd/mc13xxx.h | 154 ++++++++
> > 6 files changed, 1113 insertions(+), 882 deletions(-)
> > delete mode 100644 drivers/mfd/mc13783-core.c
> > create mode 100644 drivers/mfd/mc13xxx-core.c
> > create mode 100644 include/linux/mfd/mc13xxx.h
> >
> > [...]
> > diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c
> > new file mode 100644
> > index 0000000..93258ad
> > --- /dev/null
> > +++ b/drivers/mfd/mc13xxx-core.c
> > @@ -0,0 +1,840 @@
> > +/*
> > + * Copyright 2009-2010 Pengutronix
> > + * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
> > + *
> > + * loosely based on an earlier driver that has
> > + * Copyright 2009 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
> > + *
> > + * This program is free software; you can redistribute it and/or modify it under
> > + * the terms of the GNU General Public License version 2 as published by the
> > + * Free Software Foundation.
> > + */
> > +#define DEBUG
> > +#define VERBOSE_DEBUG
> David Jander gave me a hint via private mail that I forgot to remove
> these two #defines.
> Would you care to remove these before Linus pulls? Should I send a
> patch or do you do it by hand?
I'll take care of it, don't bother.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
next prev parent reply other threads:[~2010-10-07 18:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-29 16:23 [PATCH 0/4] mfd/mc13xxx: cleanups and support for mc13892 Uwe Kleine-König
2010-09-29 16:23 ` [PATCH 1/4] mfd/mc13783: remove obsolete private data Uwe Kleine-König
2010-09-29 16:23 ` [PATCH 2/4] mfd/mc13783: remove deprecated functions Uwe Kleine-König
2010-09-29 16:23 ` [PATCH 3/4] mfd/mc13xxx: add support for mc13892 Uwe Kleine-König
2010-10-01 10:42 ` Samuel Ortiz
2010-10-01 11:02 ` Uwe Kleine-König
2010-10-01 13:06 ` Samuel Ortiz
2010-10-01 13:19 ` Uwe Kleine-König
2010-10-01 13:02 ` [Customers.Protonic] " David Jander
2010-10-07 18:45 ` Uwe Kleine-König
2010-10-07 18:49 ` Samuel Ortiz [this message]
2010-10-19 9:26 ` Samuel Ortiz
2010-09-29 16:23 ` [PATCH 4/4] rtc/mc13xxx: add support for the rtc found in the MC13892 PMIC Uwe Kleine-König
2010-10-01 7:38 ` Alessandro Zummo
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=20101007184915.GA21875@sortiz-mobl \
--to=sameo@linux.intel.com \
--cc=david@protonic.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/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