aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65910-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-08Merge branch 'master' into for-nextJiri Kosina1-55/+345
2012-04-05Fix typo milivolt => millivoltThomas Weber1-10/+10
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-54/+344
2012-03-14regulator: tps65910: Provide settling time for DCDC voltage changeLaxman Dewangan1-13/+32
2012-03-13regulator: tps65910: Provide settling time for enabling railsLaxman Dewangan1-0/+37
2012-03-13regulator: Fix the logic of tps65910_get_modeAxel Lin1-1/+1
2012-03-11regulator: Rename set_voltage_sel callback function name to *_selAxel Lin1-7/+9
2012-03-11regulator: tps65910: Sleep off rails when ext sleep configuredLaxman Dewangan1-4/+13
2012-03-11regulator: Fix module desciption for tps65910 regulatorAxel Lin1-1/+1
2012-03-11regulator: tps65910: Correct VIO voltage configurationLaxman Dewangan1-2/+5
2012-03-07regulator: tps65910: Configure correct value for VDDCTRL vout regLaxman Dewangan1-1/+1
2012-01-30regulator: tps65910: Sleep control through external inputsLaxman Dewangan1-0/+206
2012-01-20regulator: tps65910: use appropriate variable names.Laxman Dewangan1-41/+41
2012-01-20regulator: tps65910: Initialize n_voltages for rails.Laxman Dewangan1-0/+11
2012-01-20regulator: tps65910: Add regulator info for RTC railLaxman Dewangan1-0/+3
2011-11-23Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown1-1/+1
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-nextMark Brown1-6/+8
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-11-23regulator: TPS65910: Fix VDD1/2 voltage selector countAfzal Mohammed1-6/+8
2011-11-23regulator: TPS65910: Create an array for init dataKyle Manna1-3/+10
2011-11-23regulator: TPS65910: Move regulator defs to headerKyle Manna1-24/+0
2011-07-22regulator: tps65910: Fix array access out of bounds bugAxel Lin1-12/+43
2011-07-22regulator: tps65910: Add missing breaks in switch/caseAxel Lin1-0/+7
2011-07-22regulator: tps65910: Fix a memory leak in tps65910_probe error pathAxel Lin1-0/+1
2011-05-27regulator: tps65911: Add new chip versionJorge Eduardo Candelaria1-34/+323
2011-05-27regulator: Fix desc_id for tps65023/6507x/65910Axel Lin1-2/+1
2011-05-27TPS65910: Add tps65910 regulator driverGraeme Gregory1-0/+705