aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-17regulator: Handle regulators without suspend mode configurationMark Brown1-3/+22
2009-12-17regulator: Factor out regulator name pretty printingMark Brown1-45/+38
2009-12-17regulator: Display actual settings with constraintsMark Brown1-13/+31
2009-12-17regulator: Also lift apply_uV into machine_constraints_voltage()Mark Brown1-17/+18
2009-12-17regulator: Factor out voltage constraint setupMark Brown1-27/+37
2009-12-17regulator: Report error codes for bulk operationsMark Brown1-4/+5
2009-11-16regulator: Handle missing constraints in _regulator_disable()Mark Brown1-1/+2
2009-09-22REGULATOR Handle positive returncode from enableLinus Walleij1-1/+2
2009-09-22regulator: regulator_enable() permission checkingMark Brown1-20/+36
2009-09-22regulator: Push locking for regulator_is_enabled() outMark Brown1-14/+16
2009-09-22regulator: Check for constraints in regulator_init_complete()Mark Brown1-2/+2
2009-09-22regulator: Check for constraints before using them for nameMark Brown1-1/+1
2009-09-22regulator: Fix support for deviceless supply mappingsMark Brown1-5/+13
2009-09-22regulator: Warn when unregistering an in-use regulatorMark Brown1-0/+1
2009-09-22regulator: Add regulator voltage range check APIMark Brown1-0/+29
2009-09-22regulator: Add regulator_get_exclusive() APIMark Brown1-14/+74
2009-09-22regulator: Allow consumer supplies to be set up with dev_name()Mark Brown1-14/+48
2009-09-17regulator: Provide mode to status conversion functionMark Brown1-0/+24
2009-04-28regulator: Fix default constraints for fixed voltage regulatorsMark Brown1-2/+5
2009-04-28regulator core: fix double-free in regulator_register() error pathPaul Walmsley1-0/+4
2009-04-28drivers/regulator: fix when type is different from REGULATOR_VOLTAGE or REGULATOR_CURRENTDiego Liziero1-2/+2
2009-04-28unreachable code in drms_uA_update()Dan Carpenter1-2/+2
2009-03-31regulator: Support disabling of unused regulators by machinesMark Brown1-0/+92
2009-03-31regulator: Don't increment use_count for boot_on regulatorsMark Brown1-1/+0
2009-03-31regulator: refcount fixesDavid Brownell1-22/+8
2009-03-31regulator: Don't warn if we failed to get a regulatorMark Brown1-2/+0
2009-03-31regulator: Allow boot_on regulators to be disabled by clientsMark Brown1-9/+4
2009-03-31regulator: Don't warn on omitted voltage constraintsMark Brown1-1/+5
2009-03-31regulator: enumerate voltages (v2)David Brownell1-0/+113
2009-03-31regulator: Allow regulators to set the initial operating modeMark Brown1-0/+17
2009-03-31regulator: Suggest use of datasheet supply or pin names for consumersMark Brown1-3/+6
2009-03-31regulator: add unset_regulator_supplies to fix regulator_unregisterMike Rapoport1-0/+14
2009-03-31regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown1-27/+0