Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'regulator-v3.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fix from Mark Brown:
"Fix module loading for tps6586x.

A simple one liner fix to make module loading work for distros
(product specific kernels tend to have things built in)"

* tag 'regulator-v3.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
mfd: tps6586x: correct device name of the regulator cell

+2 -2
+1 -1
drivers/mfd/tps6586x.c
··· 107 107 .name = "tps6586x-gpio", 108 108 }, 109 109 { 110 - .name = "tps6586x-pmic", 110 + .name = "tps6586x-regulator", 111 111 }, 112 112 { 113 113 .name = "tps6586x-rtc",
+1 -1
drivers/regulator/tps6586x-regulator.c
··· 439 439 440 440 static struct platform_driver tps6586x_regulator_driver = { 441 441 .driver = { 442 - .name = "tps6586x-pmic", 442 + .name = "tps6586x-regulator", 443 443 .owner = THIS_MODULE, 444 444 }, 445 445 .probe = tps6586x_regulator_probe,