aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-31regulator: Pass regulator init data as explict argument when registeringMark Brown1-2/+3
2009-03-31Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron1-5/+10
2009-03-31regulator: add get_status()David Brownell1-0/+46
2009-01-08regulator: catch some registration errorsDavid Brownell1-0/+14
2009-01-08regulator: Fix some kerneldoc rendering issuesMark Brown1-7/+11
2009-01-08regulator: Add missing kerneldocMark Brown1-0/+1
2009-01-08regulator: Clean up kerneldoc warningsMark Brown1-22/+22
2009-01-08regulator: Remove extraneous kerneldoc annotationsMark Brown1-2/+2
2009-01-08regulator: move set_machine_constraints after regulator device initializationMike Rapoport1-5/+5
2009-01-08regulator: sysfs attribute reduction (v2)David Brownell1-48/+148
2009-01-08regulator: code shrink (v2)David Brownell1-67/+44
2009-01-08regulator: improved mode error checksDavid Brownell1-2/+13
2009-01-08regulator: enable/disable refcountingDavid Brownell1-35/+36
2009-01-08regulator: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-10-13regulator: Export regulator name via sysfsMark Brown1-0/+18
2008-10-13regulator: Enable regulators marked as always_onMark Brown1-2/+17
2008-10-13regulator: Additional diagnostics for machine constraintsMark Brown1-4/+19
2008-10-13regulator: check for init_data on registrationMark Brown1-0/+3
2008-10-13regulator: core - Rework machine API to remove string based functions.Liam Girdwood1-231/+226
2008-07-30regulator: regulator framework coreLiam Girdwood1-0/+1903