The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f: Linux 3.5-rc1 (2012-06-02 18:29:26 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-3.5 for you to fetch changes up to 0bdc81e4e944781a2bcc971f9e3cf24ac7030939: regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_voltage_linear (2012-06-08 07:15:55 +0800) ---------------------------------------------------------------- regulator: Fixes for 3.5 A couple of small fixes, plus larger fixes for the gpio-regulator driver the most recent changes for which had apparently not been tested at all in -next (or elsewhere from the looks of it). ---------------------------------------------------------------- Axel Lin (3): regulator: palmas: Fix wrong kfree calls regulator: anatop: Use correct __devexit_p annotation regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_voltage_linear Haojian Zhuang (1): regulator: max8649: fix missing regmap in rdev Heiko Stübner (3): regulator: gpio-regulator: do not pass drvdata pointer as reference regulator: gpio-regulator: Fix finding of smallest value regulator: gpio-regulator: populate selector from set_voltage drivers/regulator/anatop-regulator.c | 2 +- drivers/regulator/core.c | 3 +++ drivers/regulator/gpio-regulator.c | 16 ++++++++++------ drivers/regulator/max8649.c | 1 + drivers/regulator/palmas-regulator.c | 7 ------- 5 files changed, 15 insertions(+), 14 deletions(-)