All of lore.kernel.org
 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.34
Date: Wed, 03 Mar 2010 16:00:39 +0000	[thread overview]
Message-ID: <1267632039.3185.36.camel@odin> (raw)

Hi Linus,

Please pull the following voltage regulator updates for 2.6.34. This
update includes new PMIC drivers for the MAX8649 and WM8994. Other
notable additions include a new API call to query regulator enable times
and a notifier for regulator shutdown. Also included are numerous misc
fixes.

Thanks

Liam

---    

The following changes since commit 3a5b27bf6f29574d667230c7e76e4b83fe3014e0:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux

are available in the git repository at:

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

Adrian Hunter (1):
      regulator: Add 'start-up time' to fixed voltage regulators

Alberto Panizzo (2):
      regulator: add voltage selection capability to mc13783 regulators v2 .
      regulator: mc13783: consider Power Gates as digital regulators.

Alex Chiang (1):
      regulator: trivial: fix typos in user-visible Kconfig text

Dmitry Torokhov (13):
      Regulators: virtual - use sysfs attribute groups
      Regulators: ab3100 - fix probe and remove annotations
      Regulators: fixed - annotate probe and remove methods
      Regulators: twl-regulator - mark probe function as __devinit
      Regulators: tps65023-regulator - mark probe method as __devinit
      Regulators: tps6507x-regulator - mark probe method as __devinit
      Regulators: lp3971 - fail if platform data was not supplied
      Regulators: max1586 - annotate probe and remove methods
      Regulators: max8660 - annotate probe and remove methods
      Regulators: pcap-regulator - clean up driver data after removal
      Regulators: wm831x-xxx - clean up driver data after removal
      Regulators: wm8994 - clean up driver data after removal
      Regulators: wm8400 - cleanup platform driver data handling

Haojian Zhuang (1):
      regulator: enable max8649 regulator driver

Mark Brown (7):
      regulator: Add notifier event on regulator disable
      regulator: Allow regulators to specify the time taken to ramp on enable
      regulator: Implement enable_time() for WM835x ISINKs
      regulator: Add WM8994 regulator support
      regulator: Convert fixed voltage regulator to use enable_time()
      regulator: Assume regulators are enabled if they don't report anything
      regulator: Provide optional dummy regulator for consumers

Rajendra Nayak (1):
      twl6030: regulator: Configure STATE register instead of REMAP

Tobias Klauser (1):
      regulator/lp3971: Storage class should be before const qualifier

 drivers/regulator/Kconfig              |   29 ++-
 drivers/regulator/Makefile             |    3 +
 drivers/regulator/ab3100.c             |    6 +-
 drivers/regulator/core.c               |   79 +++++-
 drivers/regulator/dummy.c              |   66 +++++
 drivers/regulator/dummy.h              |   31 +++
 drivers/regulator/fixed.c              |   30 ++-
 drivers/regulator/lp3971.c             |   68 +++---
 drivers/regulator/max1586.c            |    9 +-
 drivers/regulator/max8649.c            |  408 ++++++++++++++++++++++++++++
 drivers/regulator/max8660.c            |   11 +-
 drivers/regulator/mc13783-regulator.c  |  465 +++++++++++++++++++++++++++++--
 drivers/regulator/pcap-regulator.c     |    8 +-
 drivers/regulator/tps65023-regulator.c |   35 ++--
 drivers/regulator/tps6507x-regulator.c |   34 +--
 drivers/regulator/twl-regulator.c      |   22 +-
 drivers/regulator/virtual.c            |   64 +++---
 drivers/regulator/wm831x-dcdc.c        |   12 +
 drivers/regulator/wm831x-isink.c       |    3 +
 drivers/regulator/wm831x-ldo.c         |    5 +
 drivers/regulator/wm8350-regulator.c   |   46 ++++
 drivers/regulator/wm8400-regulator.c   |    7 +-
 drivers/regulator/wm8994-regulator.c   |  307 +++++++++++++++++++++
 include/linux/mfd/mc13783.h            |    2 +
 include/linux/regulator/consumer.h     |    4 +-
 include/linux/regulator/driver.h       |    6 +
 include/linux/regulator/fixed.h        |    2 +
 include/linux/regulator/max8649.h      |   44 +++
 28 files changed, 1622 insertions(+), 184 deletions(-)
 create mode 100644 drivers/regulator/dummy.c
 create mode 100644 drivers/regulator/dummy.h
 create mode 100644 drivers/regulator/max8649.c
 create mode 100644 drivers/regulator/wm8994-regulator.c
 create mode 100644 include/linux/regulator/max8649.h



                 reply	other threads:[~2010-03-03 16:00 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=1267632039.3185.36.camel@odin \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.