aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: Fix default constraints for fixed voltage regulatorsMark Brown2009-04-281-2/+5
* regulator/bq24022: fix bug in is_enabled functionPhilipp Zabel2009-04-281-2/+1
* regulator/virtual: fix strings compare predicatesMike Rapoport2009-04-281-4/+4
* 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: twl4030 VAUX3 supports 3.0VAdrian Hunter2009-03-311-1/+4
* 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/+0
* twl4030-regulator: expose VPLL2David Brownell2009-03-311-1/+1
* regulator: refcount fixesDavid Brownell2009-03-311-22/+8
* regulator: Don't warn if we failed to get a regulatorMark Brown2009-03-311-2/+0
* regulator: Allow boot_on regulators to be disabled by clientsMark Brown2009-03-311-9/+4
* regulator: Implement list_voltage for WM835x LDOs and DCDCsMark Brown2009-03-311-0/+29
* twl4030-regulator: list more VAUX4 voltagesDavid Brownell2009-03-311-0/+2
* regulator: Don't warn on omitted voltage constraintsMark Brown2009-03-311-1/+5
* regulator: Implement list_voltage() for WM8400 DCDCs and LDOsMark Brown2009-03-311-4/+30
* regulator: twl4030 voltage enumeration (v2)David Brownell2009-03-311-39/+23
* regulator: twl4030 regulatorsDavid Brownell2009-03-313-0/+519
* regulator: enumerate voltages (v2)David Brownell2009-03-311-0/+113
* regulator: Fix get_mode() for WM835x DCDCsMark Brown2009-03-311-6/+18
* 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/+0
* regulator: Mark attributes table for virtual regulator staticMark Brown2009-03-311-1/+1
* regulator: Make fixed voltage regulators visible in KconfigMark Brown2009-03-311-1/+5
* regulator: Allow init_data to be passed to fixed voltage regulatorsMark Brown2009-03-311-1/+2
* regulator: Allow init data to be supplied for bq24022Mark Brown2009-03-311-1/+2
* regulator: Pass regulator init data as explict argument when registeringMark Brown2009-03-316-7/+10
* Regulator: Push lock out of _notifier_call_chain + add voltage change event.Jonathan Cameron2009-03-312-5/+12
* regulator: minor cleanup of virtual consumerAndrew Morton2009-03-311-0/+4
* regulator: add get_status()David Brownell2009-03-311-0/+46
* regulator: minor cleanup of virtual consumerDavid Brownell2009-03-311-4/+4
* leds: Fix bounds checking of wm8350->pmic.ledRoel Kluin2009-01-301-1/+1
* regulator: move bq24022 init back to module_init instead of subsys_initcallPhilipp Zabel2009-01-301-5/+1
* move wm8400-regulator's probe function to .devinit.textUwe Kleine-König2009-01-171-1/+1
* regulator: PCF50633 pmic driverBalaji Rao2009-01-113-0/+337
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2009-01-091-0/+91
|\
| * leds: Add WM8350 LED driverMark Brown2009-01-081-0/+91
* | 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: da903x: make da903x_is_enabled return 0 or 1Mike Rapoport2009-01-081-1/+1
* | regulator: da903x: add '\n' to error messagesMike 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/+44