aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
* regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable}...Lars-Peter Clausen2009-12-171-2/+2
* regulator: core.c: Small coding style cleanup (indentation fixup)Stefan Roese2009-12-171-6/+6
* drivers/regulator: use PTR_ERR to get error codeJulia Lawall2009-12-171-2/+2
* regulator/mc13783: various cleanupsUwe Kleine-König2009-12-171-277/+112
* regulator/mc13783: rename source file to match other driversUwe Kleine-König2009-12-172-1/+1
* Fix some AB3100 regulator issuesLinus Walleij2009-12-171-21/+2
* regulator: keep index within bounds in da9034_get_ldo12_voltage()Roel Kluin2009-12-171-1/+1
* regulator: Ensure val is initialised in 88pm8607 choose_voltage()Mark Brown2009-12-171-1/+2
* regulator: Remove duplicate consts from ab3100Mark Brown2009-12-171-5/+5
* regulator: Handle regulators without suspend mode configurationMark Brown2009-12-171-3/+22
* regulator: Factor out regulator name pretty printingMark Brown2009-12-171-45/+38
* regulator: Display actual settings with constraintsMark Brown2009-12-171-13/+31
* regulator: Also lift apply_uV into machine_constraints_voltage()Mark Brown2009-12-171-17/+18
* regulator: Factor out voltage constraint setupMark Brown2009-12-171-27/+37
* regulator: Report error codes for bulk operationsMark Brown2009-12-171-4/+5
* regulator: add 88PM8607 PMIC driverHaojian Zhuang2009-12-173-0/+691
* regulator: Implement WM831x BuckWise DC-DC convertor DVS supportMark Brown2009-12-171-18/+189
* regulator: add driver for MAX8660/8661Wolfram Sang2009-12-173-0/+518
* regulator: Add support for twl6030 regulatorsRajendra Nayak2009-12-142-22/+96
* mfd: Rename twl4030_ routines in twl-regulator.cRajendra Nayak2009-12-131-92/+97
* mfd: Rename all twl4030_i2c*Balaji T K2009-12-131-4/+4
* mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2009-12-132-2/+2
* mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown2009-12-131-3/+0
* mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown2009-12-131-2/+5
* mfd: Fix pcf50633-regulator drvdata usageLars-Peter Clausen2009-12-131-1/+4
* regulator: Initialise wm831x structure pointor for ISINK driverMark Brown2009-12-021-0/+2
* dereferencing freed memory regulator_fixed_voltage_remove()Dan Carpenter2009-11-161-3/+2
* regulator: Fix check of unsigned return value and transmit errors in wm831x_g...Roel Kluin2009-11-161-3/+3
* regulator: Handle missing constraints in _regulator_disable()Mark Brown2009-11-161-1/+2
* regulator: fix voltage range in da9034 ldo12Haojian Zhuang2009-09-221-1/+1
* regulator/lp3971: drop unnecessary initializationWolfram Sang2009-09-221-1/+1
* regulator: drop 'default n'Wolfram Sang2009-09-221-6/+0
* regulator: fix calculation of voltage range in da9034_set_ldo12_voltage()Roel Kluin2009-09-221-1/+1
* drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USE...Michael Prokop2009-09-221-1/+1
* REGULATOR Handle positive returncode from enableLinus Walleij2009-09-221-1/+2
* regulator: tps650xx - build fixes for x86_64Liam Girdwood2009-09-222-10/+12
* Regulator: Adding TPS65023 and TPS6507x in Kconfig and MakefileAnuj Aggarwal2009-09-222-0/+19
* Regulator: Add TPS6507x regulator driverAnuj Aggarwal2009-09-221-0/+713
* Regulator: Add TPS65023 regulator driverAnuj Aggarwal2009-09-221-0/+631
* regulator: userspace: use sysfs_create_groupFelipe Balbi2009-09-221-22/+23
* regulator: Add GPIO enable control to fixed voltage regulator driverRoger Quadros2009-09-221-2/+86
* Regulator: Implement list_voltage for pcf50633 regulator driver.Lars-Peter Clausen2009-09-221-32/+64
* regulator: regulator_enable() permission checkingMark Brown2009-09-221-20/+36
* regulator: Push locking for regulator_is_enabled() outMark Brown2009-09-221-14/+16
* regulator: Check for constraints in regulator_init_complete()Mark Brown2009-09-221-2/+2
* regulator: Check for constraints before using them for nameMark Brown2009-09-221-1/+1
* regulator: More explict error reporting for fixed regulatorMark Brown2009-09-221-0/+3
* regulator: da903x: consolidate DA903[045]_DVC macrosMike Rapoport2009-09-221-49/+17
* regulator: Improve virtual consumer probe error handlingMark Brown2009-09-221-4/+8
* regulator: Fix support for deviceless supply mappingsMark Brown2009-09-221-5/+13