aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: core: fix constraints output bufferStefan Wahren2015-08-121-1/+1
* regulator: core: fix race condition in regulator_put()Ashay Jaiswal2015-02-201-0/+2
* regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...Axel Lin2013-02-061-1/+1
* regulator: max8997: Use uV in voltage_map_descAxel Lin2013-02-061-19/+17
* regulator: wm831x: Set the new rather than old value for DVS VSELMark Brown2013-01-031-1/+1
* regulator: core: Release regulator-regulator supplies on errorMark Brown2012-05-311-0/+2
* regulator: Fix the logic to ensure new voltage setting in valid rangeAxel Lin2012-05-201-1/+1
* regulator: Fix setting selector in tps6524x set_voltage functionAxel Lin2012-03-191-1/+1
* regulator: fix the ldo configure according to 88pm860x specJett.Zhou2012-03-121-3/+3
* regulator: twl: fix twl4030 support for smps regulatorsTero Kristo2011-11-281-2/+44
* regulator: fix use after free bugLothar Waßmann2011-11-281-1/+1
* regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_...Axel Lin2011-11-281-1/+1
* regulator: TPS65910: Fix VDD1/2 voltage selector countAfzal Mohammed2011-11-231-6/+8
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0619-0/+19
|\
| * regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker2011-10-3119-0/+19
| * regulator: Add export.h for THIS_MODULE to dummy.cPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-11-032-4/+4
|\ \
| * | mfd: Move to the new db500 PRCMU APIMattias Nilsson2011-10-241-1/+1
| * | regulator: Finish mc13783 conversion to the mc13xxx APISamuel Ortiz2011-10-241-3/+3
* | | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds2011-11-0112-41/+604
|\ \ \ | |_|/ |/| |
| * | regulator: Fix possible nullpointer dereference in regulator_enable()Heiko Stübner2011-10-141-1/+1
| * | regulator: gpio-regulator add dependency on GENERIC_GPIOHeiko Stübner2011-10-121-0/+1
| * | regulator: Add module.h include to gpio-regulatorMark Brown2011-10-111-0/+1
| * | regulator: Add driver for gpio-controlled regulatorsHeiko Stübner2011-10-093-0/+367
| * | regulator: remove duplicate REG_CTRL2 defines in tps65023H Hartley Sweeten2011-10-091-7/+0
| * | regulator: tps65023: Added support for the similiar TPS65020 chipMarcus Folkesson2011-08-281-0/+53
| * | regulator: tps65023: Setting correct core regulator for tps65021Marcus Folkesson2011-08-281-21/+75
| * | regulator: tps65023: Set missing bit for update core-voltageMarcus Folkesson2011-08-281-4/+15
| * | regulator: tps65023: Fixes i2c configuration issuesMarcus Folkesson2011-08-281-0/+11
| * | regulator: Add debugfs file showing the supply map tableMark Brown2011-08-281-0/+41
| * | regulator: tps6586x: add SMx slew rate settingXin Xie2011-08-281-1/+31
| * | regulator: tps65023: Fixes i2c configuration issuesMarcus Folkesson2011-08-081-0/+11
| * | regulator: tps6507x: Remove num_voltages arrayAxel Lin2011-08-081-7/+1
| * | regulator: max8952: removed unused mutex.MyungJoo Ham2011-08-081-3/+0
| * | regulator: Ensure enough enable time for max8649Axel Lin2011-08-081-1/+1
| * | regulator: 88pm8607: Fix off-by-one value range checking in the case of no id...Axel Lin2011-08-081-1/+1
| * | regulator: tps65912: Remove unused define of TPS65912_MAX_REG_IDAxel Lin2011-08-081-2/+0
| * | regulator: aat2870-regulator.c needs module.hRandy Dunlap2011-08-081-0/+1
| |/
* | regulator: Add WM1811 supportMark Brown2011-10-071-0/+13
* | regulator: Fix return code from regulator_disable_deferred()Mark Brown2011-10-041-2/+7
* | regulator: Implement deferred disable supportMark Brown2011-09-141-0/+59
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-08-017-199/+307
|\
| * Merge branch 'for-next' into for-linusLiam Girdwood2011-08-017-199/+307
| |\
| | * regulator: Improve WM831x DVS VSEL selection algorithmMark Brown2011-07-281-37/+15
| | * regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already setMark Brown2011-07-281-0/+14
| | * regulator: Set up GPIO for WM831x VSEL before enabling VSEL modeMark Brown2011-07-281-21/+20
| | * regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdcMark Brown2011-07-281-0/+1
| | * regulator: Fix WM831x DCDC DVS VSEL bootstrappingMark Brown2011-07-281-1/+1
| | * regulator: Fix WM831x regulator ID lookups for multiple WM831xsMark Brown2011-07-282-5/+36
| | * regulator: Fix argument format type errors in error printsMark Brown2011-07-221-2/+2