From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: linux-kernel@vger.kernel.org,
Samuel Ortiz <sameo@linux.intel.com>,
Alessandro Zummo <a.zummo@towertech.it>,
rtc-linux@googlegroups.com
Cc: Andrew Morton <akpm@linux-foundation.org>,
Richard Purdie <rpurdie@linux.intel.com>,
Alberto Panizzo <maramaopercheseimorto@gmail.com>,
Valentin Longchamp <valentin.longchamp@epfl.ch>
Subject: [PATCH 0/4] mfd/mc13xxx: cleanups and support for mc13892
Date: Wed, 29 Sep 2010 18:23:15 +0200 [thread overview]
Message-ID: <20100929162315.GG29811@pengutronix.de> (raw)
Hello,
this series adds support for the mc13892 PMIC found as companion e.g. on
the MX51 Babbage board. Additionally it includes a few minor cleanups.
Unfortunately the changes done are too heavy for git to detect the
renaming.
The following changes since commit 899611ee7d373e5eeda08e9a8632684e1ebbbf00:
Linux 2.6.36-rc6 (2010-09-28 18:01:22 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/ukl/linux-2.6.git next/mc13xxx
Uwe Kleine-König (4):
mfd/mc13783: remove obsolete private data
mfd/mc13783: remove deprecated functions
mfd/mc13xxx: add support for mc13892
rtc/mc13xxx: add support for the rtc found in the MC13892 PMIC
drivers/mfd/Kconfig | 9 +-
drivers/mfd/Makefile | 2 +-
drivers/mfd/mc13783-core.c | 752 --------------------------------------
drivers/mfd/mc13xxx-core.c | 840 +++++++++++++++++++++++++++++++++++++++++++
drivers/rtc/Kconfig | 7 +-
drivers/rtc/Makefile | 2 +-
drivers/rtc/rtc-mc13783.c | 428 ----------------------
drivers/rtc/rtc-mc13xxx.c | 437 ++++++++++++++++++++++
include/linux/mfd/mc13783.h | 239 +++++--------
include/linux/mfd/mc13xxx.h | 154 ++++++++
10 files changed, 1542 insertions(+), 1328 deletions(-)
delete mode 100644 drivers/mfd/mc13783-core.c
create mode 100644 drivers/mfd/mc13xxx-core.c
delete mode 100644 drivers/rtc/rtc-mc13783.c
create mode 100644 drivers/rtc/rtc-mc13xxx.c
create mode 100644 include/linux/mfd/mc13xxx.h
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next reply other threads:[~2010-09-29 16:23 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-29 16:23 Uwe Kleine-König [this message]
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
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=20100929162315.GG29811@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=a.zummo@towertech.it \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maramaopercheseimorto@gmail.com \
--cc=rpurdie@linux.intel.com \
--cc=rtc-linux@googlegroups.com \
--cc=sameo@linux.intel.com \
--cc=valentin.longchamp@epfl.ch \
/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
Powered by JetHome