[PATCH 0/4] mfd/mc13xxx: cleanups and support for mc13892

From: Uwe Kleine-König
Date: Wed Sep 29 2010 - 12:23:31 EST


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/ |
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/