The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: [GIT PULL] regulator updates for 2.6.37
Date: Thu, 28 Oct 2010 23:00:52 +0100	[thread overview]
Message-ID: <1288303252.18037.767.camel@vega> (raw)

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



                 reply	other threads:[~2010-10-28 22:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1288303252.18037.767.camel@vega \
    --to=lrg@slimlogic.co.uk \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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