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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fix from Mark Brown:
"Another small, clear fix in a specific driver."

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
regulator: tps65910: Configure correct value for VDDCTRL vout reg

+1 -1
+1 -1
drivers/regulator/tps65910-regulator.c
··· 662 662 tps65910_reg_write(pmic, TPS65910_VDD2_OP, vsel); 663 663 break; 664 664 case TPS65911_REG_VDDCTRL: 665 - vsel = selector; 665 + vsel = selector + 3; 666 666 tps65910_reg_write(pmic, TPS65911_VDDCTRL_OP, vsel); 667 667 } 668 668