Hi Linus,
Please pull the following voltage regulator updates for 2.6.39. It's
mostly new features for existing PMIC drivers this time and also some
core improvements for resume handling.
Thanks
Liam
---
The following changes since commit 16c29dafcc86024048f1dbb8349d31cb22c7c55a:
Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 (2011-03-25 21:07:59 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git for-linus
Axel Lin (1):
regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998
Bengt Jonsson (2):
regulator: add support for USB voltage regulator
regulator: initialization for ab8500 regulators
Igor Grinberg (1):
regulator: fix typo in Kconfig
Linus Walleij (4):
regulator: switch the ab3100 to use enable_time()
regulator: add set_voltage_time_sel infrastructure
regulator: provide consumer interface for fall/rise time
regulator: add ab8500 enable and raise time delays
Mark Brown (3):
regulator: If we fail when setting up a supply say which supply
regulator: Convert WM831x regulators to genirq
regulator: Remove more wm831x-specific IRQ operations
MyungJoo Ham (1):
Regulator: add suspend-finish API for regulator core.
Randy Dunlap (1):
regulator: fix tps6524x section mismatch
arch/arm/mach-ux500/board-mop500-regulators.h | 2 +
arch/arm/mach-ux500/board-mop500.c | 1 +
drivers/regulator/Kconfig | 2 +-
drivers/regulator/ab3100.c | 51 +++--
drivers/regulator/ab8500.c | 270 ++++++++++++++++++++++++-
drivers/regulator/core.c | 116 +++++++++++-
drivers/regulator/max8997.c | 1 +
drivers/regulator/max8998.c | 1 +
drivers/regulator/tps6524x-regulator.c | 2 +-
drivers/regulator/wm831x-dcdc.c | 32 ++--
drivers/regulator/wm831x-isink.c | 8 +-
drivers/regulator/wm831x-ldo.c | 17 +-
include/linux/mfd/ab8500.h | 6 +
include/linux/regulator/ab8500.h | 51 +++++-
include/linux/regulator/consumer.h | 2 +
include/linux/regulator/driver.h | 11 +-
include/linux/regulator/machine.h | 1 +
17 files changed, 509 insertions(+), 65 deletions(-)