aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-28regulator: Fix default constraints for fixed voltage regulatorsMark Brown1-2/+5
2009-04-28regulator/bq24022: fix bug in is_enabled functionPhilipp Zabel1-2/+1
2009-04-28regulator/virtual: fix strings compare predicatesMike Rapoport1-4/+4
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: twl4030 VAUX3 supports 3.0VAdrian Hunter1-1/+4
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-31twl4030-regulator: expose VPLL2David Brownell1-1/+1
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: Implement list_voltage for WM835x LDOs and DCDCsMark Brown1-0/+29
2009-03-31twl4030-regulator: list more VAUX4 voltagesDavid Brownell1-0/+2
2009-03-31regulator: Don't warn on omitted voltage constraintsMark Brown1-1/+5
2009-03-31regulator: Implement list_voltage() for WM8400 DCDCs and LDOsMark Brown1-4/+30
2009-03-31regulator: twl4030 voltage enumeration (v2)David Brownell1-39/+23
2009-03-31regulator: twl4030 regulatorsDavid Brownell3-0/+519
2009-03-31regulator: enumerate voltages (v2)David Brownell1-0/+113
2009-03-31regulator: Fix get_mode() for WM835x DCDCsMark Brown1-6/+18
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: Mark attributes table for virtual regulator staticMark Brown1-1/+1
2009-03-31regulator: Make fixed voltage regulators visible in KconfigMark Brown1-1/+5
2009-03-31regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown1-1/+2
2009-03-31regulator: Allow init data to be supplied for bq24022Mark Brown1-1/+2
2009-03-31regulator: Pass regulator init data as explict argument when registeringMark Brown6-7/+10
2009-03-31Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron2-5/+12
2009-03-31regulator: minor cleanup of virtual consumerAndrew Morton1-0/+4
2009-03-31regulator: add get_status()David Brownell1-0/+46
2009-03-31regulator: minor cleanup of virtual consumerDavid Brownell1-4/+4
2009-01-30leds: Fix bounds checking of wm8350->pmic.ledRoel Kluin1-1/+1
2009-01-30regulator: move bq24022 init back to module_init instead of subsys_initcallPhilipp Zabel1-5/+1
2009-01-17move wm8400-regulator's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-01-11regulator: PCF50633 pmic driverBalaji Rao3-0/+337
2009-01-09Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds1-0/+91
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: da903x: make da903x_is_enabled return 0 or 1Mike Rapoport1-1/+1
2009-01-08regulator: da903x: add '\n' to error messagesMike 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