The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PULL] voltage regulator updates for 2.6.31-rc1
@ 2009-06-15 11:24 Liam Girdwood
  2009-06-15 16:29 ` Linus Torvalds
  0 siblings, 1 reply; 5+ messages in thread
From: Liam Girdwood @ 2009-06-15 11:24 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Hi Linus,

Please pull the following voltage regulator updates for 2.6.31-rc1. 

This update contains new drivers for the LP3971 and Maxim 1586 PMICs and
a userspace consumer driver allowing fine grained regulator control by
applications. Also noteworthy are list_voltage() support for fixed
regulators and subsys_initcall() for regulator drivers

Thanks

Liam

---

The following changes since commit 45e3e1935e2857c54783291107d33323b3ef33c8:
  Linus Torvalds (1):
        Merge branch 'master' of git://git.kernel.org/.../sam/kbuild-next

are available in the git repository at:

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

Greg Kroah-Hartman (1):
      regulator: remove driver_data direct access of struct device

Liam Girdwood (2):
      regulator: build fix for powerpc - renamed show_state
      regulator: lp3971 - fix driver link error when built-in.

Marek Szyprowski (1):
      LP3971 PMIC regulator driver (updated and combined version)

Mark Brown (3):
      regulator: Move regulator drivers to subsys_initcall()
      regulator: Support list_voltage for fixed voltage regulator
      regulator: Set MODULE_ALIAS for regulator drivers

Mike Rapoport (1):
      regulator: add userspace-consumer driver

Philipp Zabel (2):
      regulator/max1586: support increased V3 voltage range
      regulator/max1586: fix V3 gain calculation integer overflow

Robert Jarzmik (1):
      Maxim 1586 regulator driver

 drivers/regulator/Kconfig                    |   26 ++
 drivers/regulator/Makefile                   |    3 +
 drivers/regulator/da903x.c                   |    2 +-
 drivers/regulator/fixed.c                    |   18 +-
 drivers/regulator/lp3971.c                   |  562 ++++++++++++++++++++++++++
 drivers/regulator/max1586.c                  |  282 +++++++++++++
 drivers/regulator/pcf50633-regulator.c       |    2 +-
 drivers/regulator/userspace-consumer.c       |  200 +++++++++
 drivers/regulator/virtual.c                  |    1 +
 drivers/regulator/wm8350-regulator.c         |    1 +
 drivers/regulator/wm8400-regulator.c         |    8 +-
 include/linux/regulator/lp3971.h             |   51 +++
 include/linux/regulator/max1586.h            |   63 +++
 include/linux/regulator/userspace-consumer.h |   25 ++
 14 files changed, 1236 insertions(+), 8 deletions(-)
 create mode 100644 drivers/regulator/lp3971.c
 create mode 100644 drivers/regulator/max1586.c
 create mode 100644 drivers/regulator/userspace-consumer.c
 create mode 100644 include/linux/regulator/lp3971.h
 create mode 100644 include/linux/regulator/max1586.h
 create mode 100644 include/linux/regulator/userspace-consumer.h



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

end of thread, other threads:[~2009-06-15 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 11:24 [GIT PULL] voltage regulator updates for 2.6.31-rc1 Liam Girdwood
2009-06-15 16:29 ` Linus Torvalds
2009-06-15 17:17   ` Mark Brown
2009-06-15 17:28     ` Linus Torvalds
2009-06-15 18:04       ` Mark Brown

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