summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
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
2009-03-31Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron
2009-03-31regulator: add get_status()David Brownell
2009-01-08regulator: catch some registration errorsDavid Brownell
2009-01-08regulator: Fix some kerneldoc rendering issuesMark Brown
2009-01-08regulator: Add missing kerneldocMark Brown
2009-01-08regulator: Clean up kerneldoc warningsMark Brown
2009-01-08regulator: Remove extraneous kerneldoc annotationsMark Brown
2009-01-08regulator: move set_machine_constraints after regulator device initializationMike Rapoport
2009-01-08regulator: sysfs attribute reduction (v2)David Brownell
2009-01-08regulator: code shrink (v2)David Brownell
2009-01-08regulator: improved mode error checksDavid Brownell
2009-01-08regulator: enable/disable refcountingDavid Brownell
2009-01-08regulator: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-13regulator: Export regulator name via sysfsMark Brown
2008-10-13regulator: Enable regulators marked as always_onMark Brown
2008-10-13regulator: Additional diagnostics for machine constraintsMark Brown
2008-10-13regulator: check for init_data on registrationMark Brown
2008-10-13regulator: core - Rework machine API to remove string based functions.Liam Girdwood
2008-07-30regulator: regulator framework coreLiam Girdwood