aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-1/+1
* 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
* drivers: regulator: core: use pr_fmtDaniel Walker2011-01-121-10/+12
* regulator: enable supply regulator only when use count is zeroBengt Jonsson2011-01-121-9/+11
* regulator: Add basic trace facilitiesMark Brown2011-01-121-0/+17
* regulator: Report actual configured voltage to set_voltage()Mark Brown2011-01-121-2/+12
* regulator: lock supply in regulator enableMattias Wallin2011-01-121-11/+9
* regulator: fix kernel-doc for set_consumer_device_supplyRandy Dunlap2010-11-301-1/+1
* regulator: enable supply regulator only when use count is zeroBengt Jonsson2010-11-301-9/+11
* regulator: lock supply in regulator enableMattias Wallin2010-11-301-0/+2
* regulator: Return proper error for regulator_register()Axel Lin2010-11-301-0/+2
* regulator: Ensure enough delay time for enabling regulatorAxel Lin2010-11-301-2/+4
* regulator: Remove a redundant device_remove_file call in create_regulatorAxel Lin2010-11-301-1/+0
* regulator: regulator disable supply fixMattias Wallin2010-11-301-0/+1
* regulator: avoid deadlock when disabling regulator with supplyJeffrey Carlyle2010-10-281-9/+26
* regulator: Add option for machine drivers to enable the dummy regulatorMark Brown2010-10-281-0/+22
* regulator: fix typo in current unitsCyril Chemparathy2010-10-021-1/+1
* regulator: fix device_register() error handlingVasiliy Kulikov2010-10-021-1/+3
* regulator: Remove owner field from attribute initialization in regulator core...Guenter Roeck2010-08-051-1/+0
* regulator: return set_mode is same mode is requestedSundar R Iyer2010-05-251-0/+10
* regulator: simplify regulator_register() error handlingJani Nikula2010-05-251-30/+5