The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8: Linux 3.9-rc1 (2013-03-03 15:11:05 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-3.9-rc1 for you to fetch changes up to 8870d4029acda2666700bb5fd94d46b143f92ec4: Merge remote-tracking branch 'regulator/fix/twl' into tmp (2013-03-05 10:12:43 +0800) ---------------------------------------------------------------- regulator: Fixes for v3.9 A few small things here and there, nothing major here really. The conversion of twl4030ldo_ops to get_voltage_sel is a fix, as covered in the commit log it fixes inconsistency in handling of the IS_UNSUP() feature in the driver. ---------------------------------------------------------------- Andrzej Hajda (1): regulator: fixed regulator_bulk_enable unwinding code Axel Lin (1): regulator: twl: Convert twl4030ldo_ops to get_voltage_sel Dmitry Torokhov (1): regulator: db8500-prcmu - remove incorrect __exit markup Graeme Gregory (1): regulator: palmas: fix number of SMPS voltages Mark Brown (5): Merge remote-tracking branch 'regulator/fix/core' into tmp Merge remote-tracking branch 'regulator/fix/db8500' into tmp Merge remote-tracking branch 'regulator/fix/doc' into tmp Merge remote-tracking branch 'regulator/fix/palmas' into tmp Merge remote-tracking branch 'regulator/fix/twl' into tmp Nishanth Menon (2): regulator: core: update kernel documentation for regulator_desc regulator: core: fix documentation error in regulator_allow_bypass drivers/regulator/core.c | 12 ++++++++---- drivers/regulator/db8500-prcmu.c | 4 ++-- drivers/regulator/palmas-regulator.c | 3 ++- drivers/regulator/twl-regulator.c | 9 ++++----- include/linux/regulator/driver.h | 2 ++ 5 files changed, 18 insertions(+), 12 deletions(-)