lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 29 Sep 2010 18:23:15 +0200
From:	Uwe Kleine-König 
	<u.kleine-koenig@...gutronix.de>
To:	linux-kernel@...r.kernel.org, Samuel Ortiz <sameo@...ux.intel.com>,
	Alessandro Zummo <a.zummo@...ertech.it>,
	rtc-linux@...glegroups.com
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Richard Purdie <rpurdie@...ux.intel.com>,
	Alberto Panizzo <maramaopercheseimorto@...il.com>,
	Valentin Longchamp <valentin.longchamp@...l.ch>
Subject: [PATCH 0/4] mfd/mc13xxx: cleanups and support for mc13892

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ