aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* regulator: Provide mode to status conversion functionMark Brown2009-09-171-0/+24
* regulator: Fix default constraints for fixed voltage regulatorsMark Brown2009-04-281-2/+5
* regulator core: fix double-free in regulator_register() error pathPaul Walmsley2009-04-281-0/+4
* drivers/regulator: fix when type is different from REGULATOR_VOLTAGE or REGUL...Diego Liziero2009-04-281-2/+2
* unreachable code in drms_uA_update()Dan Carpenter2009-04-281-2/+2
* regulator: Support disabling of unused regulators by machinesMark Brown2009-03-311-0/+92
* regulator: Don't increment use_count for boot_on regulatorsMark Brown2009-03-311-1/+0
* regulator: refcount fixesDavid Brownell2009-03-311-22/+8
* regulator: Don't warn if we failed to get a regulatorMark Brown2009-03-311-2/+0
* regulator: Allow boot_on regulators to be disabled by clientsMark Brown2009-03-311-9/+4
* regulator: Don't warn on omitted voltage constraintsMark Brown2009-03-311-1/+5
* regulator: enumerate voltages (v2)David Brownell2009-03-311-0/+113
* regulator: Allow regulators to set the initial operating modeMark Brown2009-03-311-0/+17
* regulator: Suggest use of datasheet supply or pin names for consumersMark Brown2009-03-311-3/+6
* regulator: add unset_regulator_supplies to fix regulator_unregisterMike Rapoport2009-03-311-0/+14
* regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown2009-03-311-27/+0
* regulator: Pass regulator init data as explict argument when registeringMark Brown2009-03-311-2/+3
* Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron2009-03-311-5/+10
* regulator: add get_status()David Brownell2009-03-311-0/+46