The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015: Linux 3.4-rc3 (2012-04-15 18:28:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-3.4 for you to fetch changes up to 968c2c1707a3396ccd6e7e6c5ddaf658a6d3bd66: regulator: Actually free the regulator in devm_regulator_put() (2012-05-07 13:14:44 +0100) ---------------------------------------------------------------- regulator: A couple of fixes for 3.4 One small fix for an edge condition in the max8997 driver and a fix for a surprise in the devres API which caused devm_regulator_put() to not actually put the regulator - a nicer version of this based on an improvement of the devres API is queued for 3.5. ---------------------------------------------------------------- Axel Lin (1): regulator: Fix the logic to ensure new voltage setting in valid range Mark Brown (1): regulator: Actually free the regulator in devm_regulator_put() drivers/regulator/core.c | 5 ++++- drivers/regulator/max8997.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-)