Messages in this thread |  | | Date | Wed, 6 Feb 2013 13:29:01 +0000 | From | Mark Brown <> | Subject | [GIT PULL] regulator updates for v3.8 |
| |
The following changes since commit 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7:
Linux 3.8-rc6 (2013-02-01 12:08:14 +1100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v3.8-rc6
for you to fetch changes up to 53e5da79fa5222f2b810da7bf145e3a9f018dcc2:
Merge remote-tracking branch 'regulator/fix/tps65910' into tmp (2013-02-06 11:28:53 +0000)
----------------------------------------------------------------
regulator: Fixes for v3.8-rc7
Mostly driver specific fixes here, though one of them uncovered the issue Stephen Warren fixed with multiple OF matches getting upset due to a lack of cleanup.
---------------------------------------------------------------- Alim Akhtar (1): regulator: s2mps11: fix incorrect register for buck10
Axel Lin (5): regulator: tps65217: Fix using wrong dev argument for calling of_regulator_match regulator: tps65910: Fix using wrong dev argument for calling of_regulator_match regulator: max8907: Fix using wrong dev argument for calling of_regulator_match regulator: max77686: Fix using wrong dev argument at various places regulator: max8997: Fix using wrong dev argument at various places
Marek Szyprowski (1): regulator: max8998: fix incorrect min_uV value for ldo10
Mark Brown (8): Merge remote-tracking branch 'regulator/fix/max77686' into tmp Merge remote-tracking branch 'regulator/fix/max8907' into tmp Merge remote-tracking branch 'regulator/fix/max8997' into tmp Merge remote-tracking branch 'regulator/fix/max8998' into tmp Merge remote-tracking branch 'regulator/fix/of' into tmp Merge remote-tracking branch 'regulator/fix/s2mps11' into tmp Merge remote-tracking branch 'regulator/fix/tps65217' into tmp Merge remote-tracking branch 'regulator/fix/tps65910' into tmp
Stephen Warren (1): regulator: clear state each invocation of of_regulator_match
drivers/regulator/max77686.c | 15 ++++++------ drivers/regulator/max8907-regulator.c | 3 +-- drivers/regulator/max8997.c | 39 ++++++++++++++++---------------- drivers/regulator/max8998.c | 2 +- drivers/regulator/of_regulator.c | 6 +++++ drivers/regulator/s2mps11.c | 4 ++-- drivers/regulator/tps65217-regulator.c | 4 ++-- drivers/regulator/tps65910-regulator.c | 2 +- 8 files changed, 40 insertions(+), 35 deletions(-) [unhandled content-type:application/pgp-signature] |  |