aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab8500-ext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-30regulator: ab8500-ext: use devm_regulator_register()Jingoo Han1-24/+2
2013-06-26regulator: ab8500-ext: Staticize local symbolsSachin Kamat1-2/+2
2013-06-11regulator: ab8500-ext: Enable for Device TreeLee Jones1-1/+25
2013-06-11regulator: ab8500-ext: Register as a device in its own rightLee Jones1-2/+31
2013-06-07regulator: ab8500-ext: Provide a set_voltage call-back operationLee Jones1-0/+23
2013-04-17regulator: ab8500-ext: Remove enable() and disable() functionsAxel Lin1-41/+23
2013-04-17regulator: ab8500-ext: Don't update info->update_val if set_mode() failsAxel Lin1-8/+18
2013-04-11regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() voidAxel Lin1-3/+1
2013-04-08regulator: ab8500-ext: Remove get_voltage to avoid duplicate implementationAxel Lin1-16/+0
2013-04-08regulator: ab8500-ext: Remove unnecessary checking for ab9540 and ab8540Axel Lin1-7/+0
2013-04-08regulator: ab8500-ext: Get rid of is_enabled from struct ab8500_ext_regulator_infoAxel Lin1-11/+3
2013-04-02regulator: ab8500-ext: Don't update info->is_enabled if write to register failsAxel Lin1-2/+6
2013-04-02regulator: ab8500: Also check for AB8505 based platformsLee Jones1-1/+1
2013-04-02regulator: ab8500-ext: Add support for AB9540 regulatorsLee Jones1-0/+6
2013-04-01regulator: ab8500-ext: Add support for AB8505/AB9540Bengt Jonsson1-1/+1
2013-03-29regulator: ab8500-ext: Add HW request supportBengt Jonsson1-27/+71
2013-03-29regulator: ab8500-ext: New driver to control external regulatorsLee Jones1-0/+394