aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12regulator: Add initial per-regulator debugfs supportMark Brown1-0/+35
2011-01-12regulator: Make regulator_has_full_constraints a boolMark Brown1-1/+1
2011-01-12regulator: Clean up logging a bitMark Brown1-1/+1
2011-01-12regulator: Optimise out noop voltage changesMark Brown1-1/+8
2011-01-12regulator: Add API to re-apply voltage to hardwareMark Brown1-0/+47
2011-01-12regulator: Only notify voltage changes when they succeedMark Brown1-1/+4
2011-01-12regulator: Provide a selector based set_voltage_sel() operationMark Brown1-2/+35
2011-01-12regulator: Factor out voltage set operation into a separate functionMark Brown1-24/+39
2011-01-12regulator: Allow drivers to report voltages as selectorsMark Brown1-3/+22
2011-01-12regulator: Use _regulator_get_voltage() consistentlyMark Brown1-8/+10
2011-01-12drivers/regulator: Update WARN usesJoe Perches1-2/+1
2011-01-12regulator: Take into account the requirements of all consumersThomas Petazzoni1-0/+25
2011-01-12regulator: Add and use rdev_<level> macrosJoe Perches1-81/+65
2011-01-12regulator: Copy constraints from regulators when initialising themMark Brown1-7/+12
2011-01-12regulator: Remove regulator core version announcementMark Brown1-4/+0
2011-01-12regulator: Fix obfuscated log messagesMark Brown1-8/+6
2011-01-12drivers: regulator: core: convert to using pr_ macrosDaniel Walker1-80/+57
2011-01-12drivers: regulator: core: use pr_fmtDaniel Walker1-10/+12
2011-01-12regulator: enable supply regulator only when use count is zeroBengt Jonsson1-9/+11
2011-01-12regulator: Add basic trace facilitiesMark Brown1-0/+17
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-2/+12
2011-01-12regulator: lock supply in regulator enableMattias Wallin1-11/+9
2010-11-30regulator: fix kernel-doc for set_consumer_device_supplyRandy Dunlap1-1/+1
2010-11-30regulator: enable supply regulator only when use count is zeroBengt Jonsson1-9/+11
2010-11-30regulator: lock supply in regulator enableMattias Wallin1-0/+2
2010-11-30regulator: Return proper error for regulator_register()Axel Lin1-0/+2
2010-11-30regulator: Ensure enough delay time for enabling regulatorAxel Lin1-2/+4
2010-11-30regulator: Remove a redundant device_remove_file call in create_regulatorAxel Lin1-1/+0
2010-11-30regulator: regulator disable supply fixMattias Wallin1-0/+1
2010-10-28regulator: avoid deadlock when disabling regulator with supplyJeffrey Carlyle1-9/+26
2010-10-28regulator: Add option for machine drivers to enable the dummy regulatorMark Brown1-0/+22
2010-10-02regulator: fix typo in current unitsCyril Chemparathy1-1/+1
2010-10-02regulator: fix device_register() error handlingVasiliy Kulikov1-1/+3
2010-08-05regulator: Remove owner field from attribute initialization in regulator core driverGuenter Roeck1-1/+0
2010-05-25regulator: return set_mode is same mode is requestedSundar R Iyer1-0/+10
2010-05-25regulator: simplify regulator_register() error handlingJani Nikula1-30/+5
2010-05-25regulator: fix unset_regulator_supplies() to remove all matchesJani Nikula1-1/+0
2010-05-25regulator: prevent registration of matching regulator consumer suppliesJani Nikula1-1/+6
2010-05-25regulator: Allow regulator-regulator supplies to be specified by nameMark Brown1-0/+30
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22regulator: Get rid of lockdep warningAmeya Palande1-0/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-03regulator: Provide optional dummy regulator for consumersMark Brown1-1/+26
2010-03-03regulator: Assume regulators are enabled if they don't report anythingMark Brown1-2/+2
2010-03-03regulator: Allow regulators to specify the time taken to ramp on enableMark Brown1-6/+35
2010-03-03regulator: Add notifier event on regulator disableMark Brown1-2/+5
2010-02-12regulator: Fix display of null constraints for regulatorsMark Brown1-1/+1
2009-12-17regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable} error pathLars-Peter Clausen1-2/+2
2009-12-17regulator: core.c: Small coding style cleanup (indentation fixup)Stefan Roese1-6/+6