summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorLines
2009-01-08regulator: catch some registration errorsDavid Brownell-0/+14
2009-01-08regulator: Fix some kerneldoc rendering issuesMark Brown-7/+11
2009-01-08regulator: Add missing kerneldocMark Brown-0/+1
2009-01-08regulator: Clean up kerneldoc warningsMark Brown-22/+22
2009-01-08regulator: Remove extraneous kerneldoc annotationsMark Brown-2/+2
2009-01-08regulator: move set_machine_constraints after regulator device initializationMike Rapoport-5/+5
2009-01-08regulator: sysfs attribute reduction (v2)David Brownell-48/+148
2009-01-08regulator: code shrink (v2)David Brownell-67/+44
2009-01-08regulator: improved mode error checksDavid Brownell-2/+13
2009-01-08regulator: enable/disable refcountingDavid Brownell-35/+36
2009-01-08regulator: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-2/+2
2008-10-13regulator: Export regulator name via sysfsMark Brown-0/+18
2008-10-13regulator: Enable regulators marked as always_onMark Brown-2/+17
2008-10-13regulator: Additional diagnostics for machine constraintsMark Brown-4/+19
2008-10-13regulator: check for init_data on registrationMark Brown-0/+3
2008-10-13regulator: core - Rework machine API to remove string based functions.Liam Girdwood-231/+226
2008-07-30regulator: regulator framework coreLiam Girdwood-0/+1903