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>] [day] [month] [year] [list]
Date:	Thu, 28 Oct 2010 23:00:52 +0100
From:	Liam Girdwood <lrg@...mlogic.co.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [GIT PULL] regulator updates for 2.6.37

Hi Linus,

Please pull the following regulator updates for 2.6.37. Notable updates
for 2.6.37 include new drivers for the LP3972 and MAX8592 PMICs. Other
changes are mainly cleanups and fixes.

Thanks

Liam

---

The following changes since commit 2d3b07c07b39c4b7d9b6641052a02d996cd5d87c:

  Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2010-10-28 12:25:42 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git for-linus

Anand Gadiyar (1):
      regulator: fix build when CONFIG_REGULATOR_DUMMY=n

Axel Lin (4):
      Regulator: LP3972 PMIC regulator driver
      Regulator: lp3972 cleanup
      regulator: max8952 - fix max8952_pmic_probe error path
      regulator: max8952 - fix max8952_set_voltage

Jeffrey Carlyle (1):
      regulator: avoid deadlock when disabling regulator with supply

Mark Brown (1):
      regulator: Add option for machine drivers to enable the dummy regulator

MyungJoo Ham (1):
      MAX8952 PMIC Driver Initial Release

 drivers/regulator/Kconfig         |   15 +
 drivers/regulator/Makefile        |    5 +-
 drivers/regulator/core.c          |   57 +++-
 drivers/regulator/dummy.h         |    4 -
 drivers/regulator/lp3972.c        |  660 +++++++++++++++++++++++++++++++++++++
 drivers/regulator/max8952.c       |  366 ++++++++++++++++++++
 include/linux/regulator/lp3972.h  |   48 +++
 include/linux/regulator/machine.h |    5 +
 include/linux/regulator/max8952.h |  135 ++++++++
 9 files changed, 1280 insertions(+), 15 deletions(-)
 create mode 100644 drivers/regulator/lp3972.c
 create mode 100644 drivers/regulator/max8952.c
 create mode 100644 include/linux/regulator/lp3972.h
 create mode 100644 include/linux/regulator/max8952.h


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