aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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