summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65910-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-291-43/+39
|\
| * mfd: Commonize tps65910 regmap access through headerRhyland Klein2012-05-201-46/+42
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-10/+10
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2012-04-081-55/+345
| |\|
| * | Fix typo milivolt => millivoltThomas Weber2012-04-051-10/+10
* | | regulator: tps65910: use of_node of matched regulator being registerLaxman Dewangan2012-05-201-7/+12
* | | regulator: tps65910: dt: support when "regulators" node foundLaxman Dewangan2012-05-201-0/+4
* | | regulator: tps65910: add error message in case of failureLaxman Dewangan2012-05-201-4/+8
* | | regulator: tps65910: use devm_* for memory allocationLaxman Dewangan2012-05-191-18/+9
* | | regulator: tps65910: use small letter for regulator namesLaxman Dewangan2012-05-191-52/+52
* | | regulator: tps65910 regulator: add device tree supportRhyland Klein2012-05-121-0/+108
* | | Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-05-121-26/+9
|\ \ \
| * | | regulator: tps65910: Convert to get_voltage_selAxel Lin2012-05-091-25/+9
| * | | regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* | | | regulator: tps65910: Use generic regmap enable/disable operationsAxel Lin2012-04-231-54/+15
|/ / /
* | | regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin2012-04-111-6/+3
* | | regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
| |/ |/|
* | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-03-211-54/+344
|\ \
| * | regulator: tps65910: Provide settling time for DCDC voltage changeLaxman Dewangan2012-03-141-13/+32
| * | regulator: tps65910: Provide settling time for enabling railsLaxman Dewangan2012-03-131-0/+37
| * | regulator: Fix the logic of tps65910_get_modeAxel Lin2012-03-131-1/+1
| * | regulator: Rename set_voltage_sel callback function name to *_selAxel Lin2012-03-111-7/+9
| * | regulator: tps65910: Sleep off rails when ext sleep configuredLaxman Dewangan2012-03-111-4/+13
| * | regulator: Fix module desciption for tps65910 regulatorAxel Lin2012-03-111-1/+1
| * | regulator: tps65910: Correct VIO voltage configurationLaxman Dewangan2012-03-111-2/+5
| * | regulator: tps65910: Sleep control through external inputsLaxman Dewangan2012-01-301-0/+206
| * | regulator: tps65910: use appropriate variable names.Laxman Dewangan2012-01-201-41/+41
| * | regulator: tps65910: Initialize n_voltages for rails.Laxman Dewangan2012-01-201-0/+11
| * | regulator: tps65910: Add regulator info for RTC railLaxman Dewangan2012-01-201-0/+3
| |/
* / regulator: tps65910: Configure correct value for VDDCTRL vout regLaxman Dewangan2012-03-071-1/+1
|/
* Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown2011-11-231-1/+1
|\
| * regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2011-11-231-6/+8
|\ \
| * | regulator: TPS65910: Fix VDD1/2 voltage selector countAfzal Mohammed2011-11-231-6/+8
| |/
* | regulator: TPS65910: Create an array for init dataKyle Manna2011-11-231-3/+10
* | regulator: TPS65910: Move regulator defs to headerKyle Manna2011-11-231-24/+0
|/
* regulator: tps65910: Fix array access out of bounds bugAxel Lin2011-07-221-12/+43
* regulator: tps65910: Add missing breaks in switch/caseAxel Lin2011-07-221-0/+7
* regulator: tps65910: Fix a memory leak in tps65910_probe error pathAxel Lin2011-07-221-0/+1
* regulator: tps65911: Add new chip versionJorge Eduardo Candelaria2011-05-271-34/+323
* regulator: Fix desc_id for tps65023/6507x/65910Axel Lin2011-05-271-2/+1
* TPS65910: Add tps65910 regulator driverGraeme Gregory2011-05-271-0/+705