summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* regulator: refcount fixesDavid Brownell2009-03-311-22/+8Star
* regulator: Don't warn if we failed to get a regulatorMark Brown2009-03-311-2/+0Star
* regulator: Allow boot_on regulators to be disabled by clientsMark Brown2009-03-311-9/+4Star
* 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/+0Star
* 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
* regulator: catch some registration errorsDavid Brownell2009-01-081-0/+14
* regulator: Fix some kerneldoc rendering issuesMark Brown2009-01-081-7/+11
* regulator: Add missing kerneldocMark Brown2009-01-081-0/+1
* regulator: Clean up kerneldoc warningsMark Brown2009-01-081-22/+22
* regulator: Remove extraneous kerneldoc annotationsMark Brown2009-01-081-2/+2
* regulator: move set_machine_constraints after regulator device initializationMike Rapoport2009-01-081-5/+5
* regulator: sysfs attribute reduction (v2)David Brownell2009-01-081-48/+148
* regulator: code shrink (v2)David Brownell2009-01-081-67/+44Star
* regulator: improved mode error checksDavid Brownell2009-01-081-2/+13
* regulator: enable/disable refcountingDavid Brownell2009-01-081-35/+36
* regulator: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-081-2/+2
* regulator: Export regulator name via sysfsMark Brown2008-10-131-0/+18
* regulator: Enable regulators marked as always_onMark Brown2008-10-131-2/+17
* regulator: Additional diagnostics for machine constraintsMark Brown2008-10-131-4/+19
* regulator: check for init_data on registrationMark Brown2008-10-131-0/+3
* regulator: core - Rework machine API to remove string based functions.Liam Girdwood2008-10-131-231/+226Star
* regulator: regulator framework coreLiam Girdwood2008-07-301-0/+1903