public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mfd/mc13xxx: cleanups and support for mc13892
@ 2010-09-29 16:23 Uwe Kleine-König
  2010-09-29 16:23 ` [PATCH 1/4] mfd/mc13783: remove obsolete private data Uwe Kleine-König
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Uwe Kleine-König @ 2010-09-29 16:23 UTC (permalink / raw)
  To: linux-kernel, Samuel Ortiz, Alessandro Zummo, rtc-linux
  Cc: Andrew Morton, Richard Purdie, Alberto Panizzo,
	Valentin Longchamp

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/  |

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-10-19  9:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox