summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2010-05-25regulator: return set_mode is same mode is requestedSundar R Iyer
2010-05-25regulator: simplify regulator_register() error handlingJani Nikula
2010-05-25regulator: fix unset_regulator_supplies() to remove all matchesJani Nikula
2010-05-25regulator: prevent registration of matching regulator consumer suppliesJani Nikula
2010-05-25regulator: Allow regulator-regulator supplies to be specified by nameMark Brown
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-22regulator: Get rid of lockdep warningAmeya Palande
2010-03-16Fix typos in commentsThomas Weber
2010-03-03regulator: Provide optional dummy regulator for consumersMark Brown
2010-03-03regulator: Assume regulators are enabled if they don't report anythingMark Brown
2010-03-03regulator: Allow regulators to specify the time taken to ramp on enableMark Brown
2010-03-03regulator: Add notifier event on regulator disableMark Brown
2010-02-12regulator: Fix display of null constraints for regulatorsMark Brown
2009-12-17regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable}...Lars-Peter Clausen
2009-12-17regulator: core.c: Small coding style cleanup (indentation fixup)Stefan Roese
2009-12-17regulator: Handle regulators without suspend mode configurationMark Brown
2009-12-17regulator: Factor out regulator name pretty printingMark Brown
2009-12-17regulator: Display actual settings with constraintsMark Brown
2009-12-17regulator: Also lift apply_uV into machine_constraints_voltage()Mark Brown
2009-12-17regulator: Factor out voltage constraint setupMark Brown
2009-12-17regulator: Report error codes for bulk operationsMark Brown
2009-11-16regulator: Handle missing constraints in _regulator_disable()Mark Brown
2009-09-22REGULATOR Handle positive returncode from enableLinus Walleij
2009-09-22regulator: regulator_enable() permission checkingMark Brown
2009-09-22regulator: Push locking for regulator_is_enabled() outMark Brown
2009-09-22regulator: Check for constraints in regulator_init_complete()Mark Brown
2009-09-22regulator: Check for constraints before using them for nameMark Brown
2009-09-22regulator: Fix support for deviceless supply mappingsMark Brown
2009-09-22regulator: Warn when unregistering an in-use regulatorMark Brown
2009-09-22regulator: Add regulator voltage range check APIMark Brown
2009-09-22regulator: Add regulator_get_exclusive() APIMark Brown
2009-09-22regulator: Allow consumer supplies to be set up with dev_name()Mark Brown
2009-09-17regulator: Provide mode to status conversion functionMark Brown
2009-04-28regulator: Fix default constraints for fixed voltage regulatorsMark Brown
2009-04-28regulator core: fix double-free in regulator_register() error pathPaul Walmsley
2009-04-28drivers/regulator: fix when type is different from REGULATOR_VOLTAGE or REGUL...Diego Liziero
2009-04-28unreachable code in drms_uA_update()Dan Carpenter
2009-03-31regulator: Support disabling of unused regulators by machinesMark Brown
2009-03-31regulator: Don't increment use_count for boot_on regulatorsMark Brown
2009-03-31regulator: refcount fixesDavid Brownell
2009-03-31regulator: Don't warn if we failed to get a regulatorMark Brown
2009-03-31regulator: Allow boot_on regulators to be disabled by clientsMark Brown
2009-03-31regulator: Don't warn on omitted voltage constraintsMark Brown
2009-03-31regulator: enumerate voltages (v2)David Brownell
2009-03-31regulator: Allow regulators to set the initial operating modeMark Brown
2009-03-31regulator: Suggest use of datasheet supply or pin names for consumersMark Brown
2009-03-31regulator: add unset_regulator_supplies to fix regulator_unregisterMike Rapoport
2009-03-31regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown
2009-03-31regulator: Pass regulator init data as explict argument when registeringMark Brown