aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: core: fix constraints output bufferStefan Wahren2015-08-121-1/+1
* regulator: core: fix race condition in regulator_put()Ashay Jaiswal2015-02-201-0/+2
* regulator: core: Release regulator-regulator supplies on errorMark Brown2012-05-311-0/+2
* regulator: fix use after free bugLothar Waßmann2011-11-281-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds2011-11-011-1/+42
|\ \ | |/ |/|
| * regulator: Fix possible nullpointer dereference in regulator_enable()Heiko Stübner2011-10-141-1/+1
| * regulator: Add debugfs file showing the supply map tableMark Brown2011-08-281-0/+41
* | regulator: Fix return code from regulator_disable_deferred()Mark Brown2011-10-041-2/+7
* | regulator: Implement deferred disable supportMark Brown2011-09-141-0/+59
|/
* regulator: Fix argument format type errors in error printsMark Brown2011-07-221-2/+2
* regulator: Fix memory leak in set_machine_constraints() error pathsAxel Lin2011-07-221-3/+4
* regulator: Make core more chatty about some errorsMark Brown2011-07-221-2/+9
* regulator: Add basic per consumer debugfsMark Brown2011-07-041-1/+29
* regulator: Add rdev_crit() macroMark Brown2011-06-091-0/+2
* regulator: Refactor supply implementation to work as regular consumersMark Brown2011-06-091-65/+36
* regulator: Include the device name in the microamps_requested_ fileMark Brown2011-06-091-2/+3
* regulator: Increase the limit on sysfs file namesMark Brown2011-06-091-1/+1
* regulator: Do bulk enables of regulators in parallelMark Brown2011-05-301-6/+26
* regulator: Fix _regulator_get_voltage if get_voltage callback is NULLAxel Lin2011-05-271-3/+5
* regulator: Only apply voltage constraints from consumers that set themMark Brown2011-05-271-0/+7
* regulator: If we can't configure optimum mode we're always in the best oneMark Brown2011-05-271-3/+13
* regulator: Support voltage offsets to compensate for drops in systemMark Brown2011-05-271-3/+12
* regulator: Remove supply_regulator_dev from machine configurationMark Brown2011-05-271-16/+0
* regulator: Factor out references to rdev in regulator_force_disable()Mark Brown2011-05-271-3/+4
* regulator: Fix the argument of calling regulator_mode_constrainAxel Lin2011-05-271-1/+1
* regulator: When constraining modes fall back to higher power modesMark Brown2011-05-271-9/+15
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* regulator: provide consumer interface for fall/rise timeLinus Walleij2011-03-261-0/+45
* regulator: add set_voltage_time_sel infrastructureLinus Walleij2011-03-261-0/+25
* Regulator: add suspend-finish API for regulator core.MyungJoo Ham2011-03-261-0/+41
* regulator: If we fail when setting up a supply say which supplyMark Brown2011-03-261-1/+4
* regulator: Add initial per-regulator debugfs supportMark Brown2011-01-121-0/+35
* regulator: Make regulator_has_full_constraints a boolMark Brown2011-01-121-1/+1
* regulator: Clean up logging a bitMark Brown2011-01-121-1/+1
* regulator: Optimise out noop voltage changesMark Brown2011-01-121-1/+8
* regulator: Add API to re-apply voltage to hardwareMark Brown2011-01-121-0/+47
* regulator: Only notify voltage changes when they succeedMark Brown2011-01-121-1/+4
* regulator: Provide a selector based set_voltage_sel() operationMark Brown2011-01-121-2/+35
* regulator: Factor out voltage set operation into a separate functionMark Brown2011-01-121-24/+39
* regulator: Allow drivers to report voltages as selectorsMark Brown2011-01-121-3/+22
* regulator: Use _regulator_get_voltage() consistentlyMark Brown2011-01-121-8/+10
* drivers/regulator: Update WARN usesJoe Perches2011-01-121-2/+1
* regulator: Take into account the requirements of all consumersThomas Petazzoni2011-01-121-0/+25
* regulator: Add and use rdev_<level> macrosJoe Perches2011-01-121-81/+65
* regulator: Copy constraints from regulators when initialising themMark Brown2011-01-121-7/+12
* regulator: Remove regulator core version announcementMark Brown2011-01-121-4/+0
* regulator: Fix obfuscated log messagesMark Brown2011-01-121-8/+6
* drivers: regulator: core: convert to using pr_ macrosDaniel Walker2011-01-121-80/+57