aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* regulator: fix unset_regulator_supplies() to remove all matchesJani Nikula2010-05-251-1/+0
* regulator: prevent registration of matching regulator consumer suppliesJani Nikula2010-05-251-1/+6
* regulator: Allow regulator-regulator supplies to be specified by nameMark Brown2010-05-251-0/+30
* Merge branch 'master' into for-nextJiri Kosina2010-04-231-0/+2
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * regulator: Get rid of lockdep warningAmeya Palande2010-03-221-0/+1
* | Fix typos in commentsThomas Weber2010-03-161-1/+1
|/
* regulator: Provide optional dummy regulator for consumersMark Brown2010-03-031-1/+26
* regulator: Assume regulators are enabled if they don't report anythingMark Brown2010-03-031-2/+2
* regulator: Allow regulators to specify the time taken to ramp on enableMark Brown2010-03-031-6/+35
* regulator: Add notifier event on regulator disableMark Brown2010-03-031-2/+5
* regulator: Fix display of null constraints for regulatorsMark Brown2010-02-121-1/+1
* regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable}...Lars-Peter Clausen2009-12-171-2/+2
* regulator: core.c: Small coding style cleanup (indentation fixup)Stefan Roese2009-12-171-6/+6
* regulator: Handle regulators without suspend mode configurationMark Brown2009-12-171-3/+22
* regulator: Factor out regulator name pretty printingMark Brown2009-12-171-45/+38
* regulator: Display actual settings with constraintsMark Brown2009-12-171-13/+31
* regulator: Also lift apply_uV into machine_constraints_voltage()Mark Brown2009-12-171-17/+18
* regulator: Factor out voltage constraint setupMark Brown2009-12-171-27/+37
* regulator: Report error codes for bulk operationsMark Brown2009-12-171-4/+5
* regulator: Handle missing constraints in _regulator_disable()Mark Brown2009-11-161-1/+2
* REGULATOR Handle positive returncode from enableLinus Walleij2009-09-221-1/+2
* regulator: regulator_enable() permission checkingMark Brown2009-09-221-20/+36
* regulator: Push locking for regulator_is_enabled() outMark Brown2009-09-221-14/+16
* regulator: Check for constraints in regulator_init_complete()Mark Brown2009-09-221-2/+2
* regulator: Check for constraints before using them for nameMark Brown2009-09-221-1/+1
* regulator: Fix support for deviceless supply mappingsMark Brown2009-09-221-5/+13
* regulator: Warn when unregistering an in-use regulatorMark Brown2009-09-221-0/+1
* regulator: Add regulator voltage range check APIMark Brown2009-09-221-0/+29
* regulator: Add regulator_get_exclusive() APIMark Brown2009-09-221-14/+74
* regulator: Allow consumer supplies to be set up with dev_name()Mark Brown2009-09-221-14/+48