aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-22regulator: Fix argument format type errors in error printsGravatar Mark Brown 1-2/+2
2011-07-22regulator: Fix memory leak in set_machine_constraints() error pathsGravatar Axel Lin 1-3/+4
2011-07-22regulator: Make core more chatty about some errorsGravatar Mark Brown 1-2/+9
2011-07-04regulator: Add basic per consumer debugfsGravatar Mark Brown 1-1/+29
2011-06-09regulator: Add rdev_crit() macroGravatar Mark Brown 1-0/+2
2011-06-09regulator: Refactor supply implementation to work as regular consumersGravatar Mark Brown 1-65/+36
2011-06-09regulator: Include the device name in the microamps_requested_ fileGravatar Mark Brown 1-2/+3
2011-06-09regulator: Increase the limit on sysfs file namesGravatar Mark Brown 1-1/+1
2011-05-30regulator: Do bulk enables of regulators in parallelGravatar Mark Brown 1-6/+26
2011-05-27regulator: Fix _regulator_get_voltage if get_voltage callback is NULLGravatar Axel Lin 1-3/+5
2011-05-27regulator: Only apply voltage constraints from consumers that set themGravatar Mark Brown 1-0/+7
2011-05-27regulator: If we can't configure optimum mode we're always in the best oneGravatar Mark Brown 1-3/+13
2011-05-27regulator: Support voltage offsets to compensate for drops in systemGravatar Mark Brown 1-3/+12
2011-05-27regulator: Remove supply_regulator_dev from machine configurationGravatar Mark Brown 1-16/+0
2011-05-27regulator: Factor out references to rdev in regulator_force_disable()Gravatar Mark Brown 1-3/+4
2011-05-27regulator: Fix the argument of calling regulator_mode_constrainGravatar Axel Lin 1-1/+1
2011-05-27regulator: When constraining modes fall back to higher power modesGravatar Mark Brown 1-9/+15
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-26regulator: provide consumer interface for fall/rise timeGravatar Linus Walleij 1-0/+45
2011-03-26regulator: add set_voltage_time_sel infrastructureGravatar Linus Walleij 1-0/+25
2011-03-26Regulator: add suspend-finish API for regulator core.Gravatar MyungJoo Ham 1-0/+41
2011-03-26regulator: If we fail when setting up a supply say which supplyGravatar Mark Brown 1-1/+4
2011-01-12regulator: Add initial per-regulator debugfs supportGravatar Mark Brown 1-0/+35
2011-01-12regulator: Make regulator_has_full_constraints a boolGravatar Mark Brown 1-1/+1
2011-01-12regulator: Clean up logging a bitGravatar Mark Brown 1-1/+1
2011-01-12regulator: Optimise out noop voltage changesGravatar Mark Brown 1-1/+8
2011-01-12regulator: Add API to re-apply voltage to hardwareGravatar Mark Brown 1-0/+47
2011-01-12regulator: Only notify voltage changes when they succeedGravatar Mark Brown 1-1/+4
2011-01-12regulator: Provide a selector based set_voltage_sel() operationGravatar Mark Brown 1-2/+35
2011-01-12regulator: Factor out voltage set operation into a separate functionGravatar Mark Brown 1-24/+39
2011-01-12regulator: Allow drivers to report voltages as selectorsGravatar Mark Brown 1-3/+22
2011-01-12regulator: Use _regulator_get_voltage() consistentlyGravatar Mark Brown 1-8/+10
2011-01-12drivers/regulator: Update WARN usesGravatar Joe Perches 1-2/+1
2011-01-12regulator: Take into account the requirements of all consumersGravatar Thomas Petazzoni 1-0/+25
2011-01-12regulator: Add and use rdev_<level> macrosGravatar Joe Perches 1-81/+65
2011-01-12regulator: Copy constraints from regulators when initialising themGravatar Mark Brown 1-7/+12
2011-01-12regulator: Remove regulator core version announcementGravatar Mark Brown 1-4/+0
2011-01-12regulator: Fix obfuscated log messagesGravatar Mark Brown 1-8/+6
2011-01-12drivers: regulator: core: convert to using pr_ macrosGravatar Daniel Walker 1-80/+57
2011-01-12drivers: regulator: core: use pr_fmtGravatar Daniel Walker 1-10/+12
2011-01-12regulator: enable supply regulator only when use count is zeroGravatar Bengt Jonsson 1-9/+11
2011-01-12regulator: Add basic trace facilitiesGravatar Mark Brown 1-0/+17
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-2/+12
2011-01-12regulator: lock supply in regulator enableGravatar Mattias Wallin 1-11/+9
2010-11-30regulator: fix kernel-doc for set_consumer_device_supplyGravatar Randy Dunlap 1-1/+1
2010-11-30regulator: enable supply regulator only when use count is zeroGravatar Bengt Jonsson 1-9/+11
2010-11-30regulator: lock supply in regulator enableGravatar Mattias Wallin 1-0/+2
2010-11-30regulator: Return proper error for regulator_register()Gravatar Axel Lin 1-0/+2
2010-11-30regulator: Ensure enough delay time for enabling regulatorGravatar Axel Lin 1-2/+4
2010-11-30regulator: Remove a redundant device_remove_file call in create_regulatorGravatar Axel Lin 1-1/+0