aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAge
* regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable}...Lars-Peter Clausen2009-12-17
* regulator: core.c: Small coding style cleanup (indentation fixup)Stefan Roese2009-12-17
* regulator: Handle regulators without suspend mode configurationMark Brown2009-12-17
* regulator: Factor out regulator name pretty printingMark Brown2009-12-17
* regulator: Display actual settings with constraintsMark Brown2009-12-17
* regulator: Also lift apply_uV into machine_constraints_voltage()Mark Brown2009-12-17
* regulator: Factor out voltage constraint setupMark Brown2009-12-17
* regulator: Report error codes for bulk operationsMark Brown2009-12-17
* regulator: Handle missing constraints in _regulator_disable()Mark Brown2009-11-16
* REGULATOR Handle positive returncode from enableLinus Walleij2009-09-22
* regulator: regulator_enable() permission checkingMark Brown2009-09-22
* regulator: Push locking for regulator_is_enabled() outMark Brown2009-09-22
* regulator: Check for constraints in regulator_init_complete()Mark Brown2009-09-22
* regulator: Check for constraints before using them for nameMark Brown2009-09-22
* regulator: Fix support for deviceless supply mappingsMark Brown2009-09-22
* regulator: Warn when unregistering an in-use regulatorMark Brown2009-09-22
* regulator: Add regulator voltage range check APIMark Brown2009-09-22
* regulator: Add regulator_get_exclusive() APIMark Brown2009-09-22
* regulator: Allow consumer supplies to be set up with dev_name()Mark Brown2009-09-22
* regulator: Provide mode to status conversion functionMark Brown2009-09-17
* regulator: Fix default constraints for fixed voltage regulatorsMark Brown2009-04-28
* regulator core: fix double-free in regulator_register() error pathPaul Walmsley2009-04-28
* drivers/regulator: fix when type is different from REGULATOR_VOLTAGE or REGUL...Diego Liziero2009-04-28
* unreachable code in drms_uA_update()Dan Carpenter2009-04-28
* regulator: Support disabling of unused regulators by machinesMark Brown2009-03-31
* regulator: Don't increment use_count for boot_on regulatorsMark Brown2009-03-31
* regulator: refcount fixesDavid Brownell2009-03-31
* regulator: Don't warn if we failed to get a regulatorMark Brown2009-03-31
* regulator: Allow boot_on regulators to be disabled by clientsMark Brown2009-03-31
* regulator: Don't warn on omitted voltage constraintsMark Brown2009-03-31
* regulator: enumerate voltages (v2)David Brownell2009-03-31
* regulator: Allow regulators to set the initial operating modeMark Brown2009-03-31
* regulator: Suggest use of datasheet supply or pin names for consumersMark Brown2009-03-31
* regulator: add unset_regulator_supplies to fix regulator_unregisterMike Rapoport2009-03-31
* regulator: Hoist struct regulator_dev out of core to fix notifiersMark Brown2009-03-31
* regulator: Pass regulator init data as explict argument when registeringMark Brown2009-03-31
* Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron2009-03-31
* regulator: add get_status()David Brownell2009-03-31
* regulator: catch some registration errorsDavid Brownell2009-01-08
* regulator: Fix some kerneldoc rendering issuesMark Brown2009-01-08
* regulator: Add missing kerneldocMark Brown2009-01-08
* regulator: Clean up kerneldoc warningsMark Brown2009-01-08
* regulator: Remove extraneous kerneldoc annotationsMark Brown2009-01-08
* regulator: move set_machine_constraints after regulator device initializationMike Rapoport2009-01-08
* regulator: sysfs attribute reduction (v2)David Brownell2009-01-08
* regulator: code shrink (v2)David Brownell2009-01-08
* regulator: improved mode error checksDavid Brownell2009-01-08
* regulator: enable/disable refcountingDavid Brownell2009-01-08
* regulator: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-08
* regulator: Export regulator name via sysfsMark Brown2008-10-13