summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab8500-ext.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: ux500: move ab8500_regulator_plat_data into driverArnd Bergmann2016-07-121-14/+451
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* regulator: ab8500-ext: use devm_regulator_register()Jingoo Han2013-09-301-24/+2
* regulator: ab8500-ext: Staticize local symbolsSachin Kamat2013-06-261-2/+2
* regulator: ab8500-ext: Enable for Device TreeLee Jones2013-06-111-1/+25
* regulator: ab8500-ext: Register as a device in its own rightLee Jones2013-06-111-2/+31
* regulator: ab8500-ext: Provide a set_voltage call-back operationLee Jones2013-06-071-0/+23
* regulator: ab8500-ext: Remove enable() and disable() functionsAxel Lin2013-04-171-41/+23
* regulator: ab8500-ext: Don't update info->update_val if set_mode() failsAxel Lin2013-04-171-8/+18
* regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() voidAxel Lin2013-04-111-3/+1
* regulator: ab8500-ext: Remove get_voltage to avoid duplicate implementationAxel Lin2013-04-081-16/+0
* regulator: ab8500-ext: Remove unnecessary checking for ab9540 and ab8540Axel Lin2013-04-081-7/+0
* regulator: ab8500-ext: Get rid of is_enabled from struct ab8500_ext_regulator...Axel Lin2013-04-081-11/+3
* regulator: ab8500-ext: Don't update info->is_enabled if write to register failsAxel Lin2013-04-021-2/+6
* regulator: ab8500: Also check for AB8505 based platformsLee Jones2013-04-021-1/+1
* regulator: ab8500-ext: Add support for AB9540 regulatorsLee Jones2013-04-021-0/+6
* regulator: ab8500-ext: Add support for AB8505/AB9540Bengt Jonsson2013-04-011-1/+1
* regulator: ab8500-ext: Add HW request supportBengt Jonsson2013-03-291-27/+71
* regulator: ab8500-ext: New driver to control external regulatorsLee Jones2013-03-291-0/+394