summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2016-02-05regulator: lp872x: Add enable GPIO pin supportPaul Kocialkowski1-0/+34
2016-02-05regulator: lp872x: Remove warning about invalid DVS GPIOPaul Kocialkowski1-3/+1
2016-02-05regulator: act8945a: add regulator driver for ACT8945AWenyou Yang3-0/+175
2016-02-03regulator: axp20x: Use linear voltage ranges for AXP20X LDO4Chen-Yu Tsai1-15/+17
2016-02-03regulator: axp20x: Remove voltage readout support for switch regulatorsChen-Yu Tsai1-11/+3
2016-01-27regulator: mt6397: Add OF match tableJavier Martinez Canillas1-0/+7
2016-01-27regulator: mt6397: Add platform device ID tableJavier Martinez Canillas1-1/+7
2016-01-27regulator: core: Rely on regulator_dev_release to free constraintsCharles Keepax1-17/+12
2016-01-15Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds32-226/+2059
2016-01-15regulator: da9210: fix lockdep warningWolfram Sang1-0/+5
2016-01-15regulator: fan53555: fill set_suspend_enable/disable callbackzhangqing1-0/+18
2016-01-12Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextMark Brown2-41/+17
2016-01-12Merge remote-tracking branches 'regulator/topic/pv88090', 'regulator/topic/qc...Mark Brown8-113/+1102
2016-01-12Merge remote-tracking branches 'regulator/topic/lp8788', 'regulator/topic/mt6...Mark Brown10-17/+575
2016-01-12Merge remote-tracking branches 'regulator/topic/const', 'regulator/topic/lm36...Mark Brown18-34/+356
2016-01-12Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-9/+4
2016-01-12Merge remote-tracking branches 'regulator/fix/axp20x' and 'regulator/fix/mt63...Mark Brown2-2/+3
2016-01-07regulator: core: remove some dead codeDan Carpenter1-8/+3
2016-01-05regulator: core: use dev_to_rdevGeliang Tang1-1/+1
2015-12-23regulator: lp872x: Get rid of duplicate reference to DVS GPIOPaul Kocialkowski1-2/+0
2015-12-23regulator: lp872x: Add missing of_match in regulators descriptionsPaul Kocialkowski1-0/+15
2015-12-23regulator: axp20x: Fix GPIO LDO enable value for AXP22xChen-Yu Tsai1-2/+2
2015-12-23regulator: lp8788: constify regulator_ops structuresJulia Lawall2-4/+4
2015-12-23regulator: wm8*: constify regulator_ops structuresJulia Lawall6-16/+16
2015-12-23regulator: da9*: constify regulator_ops structuresJulia Lawall7-15/+15
2015-12-18regulator: mt6311: Use REGCACHE_RBTREEDaniel Kurtz1-0/+1
2015-12-16regulator: tps65917/palmas: Add bypass ops for LDOs with bypass capabilityKeerthy1-0/+39
2015-12-16regulator: qcom-smd: Add support for PMA8084Andy Gross1-0/+95
2015-12-16regulator: qcom-smd: Add PM8916 supportAndy Gross1-0/+64
2015-12-13regulator: pv88090: logical vs bitwise AND typoDan Carpenter1-5/+5
2015-12-13regulator: pv88090: Fix irq leakAxel Lin1-1/+1
2015-12-08regulator: pv88090: new regulator driverJames Ban4-0/+565
2015-12-02regulator: wm831x-ldo: Use platform_register/unregister_drivers()Thierry Reding1-19/+8
2015-12-02regulator: wm831x-dcdc: Use platform_register/unregister_drivers()Thierry Reding1-22/+9
2015-12-02regulator: lp8788-ldo: Use platform_register/unregister_drivers()Thierry Reding1-9/+7
2015-12-02regulator: core: Fix nested locking of suppliesThierry Reding1-2/+9
2015-12-02regulator: core: Ensure we lock all regulatorsMark Brown1-1/+1
2015-12-01regulator: tps65086: Update regulator driver for the TPS65086 PMICAndrew F. Davis1-3/+4
2015-12-01regulator: pv88060: fix error handling in probeDan Carpenter1-2/+2
2015-11-30regulator: lm363x: Staticise ldo_cont_enable_timeAxel Lin1-1/+1
2015-11-30regulator: lm363x: Remove struct lm363x_regulator which is not necessaryAxel Lin1-19/+1
2015-11-27regulator: core: fix regulator_lock_supply regressionArnd Bergmann1-1/+2
2015-11-27regulator: add LM363X driverMilo Kim3-0/+319
2015-11-25regulator: tps65218: add support for LS3 current regulatorNikita Kiryanov1-30/+107
2015-11-25regulator: pv88060: Fix irq leakAxel Lin1-1/+1
2015-11-24mfd: sec-core: Rename MFD and regulator names differentlyAlim Akhtar1-4/+4
2015-11-23regulator: s2mps11: Add support for S2MPS15 regulatorsThomas Abraham2-3/+136
2015-11-20regulator: pv88060: new regulator driverJames Ban4-0/+515
2015-11-20regulator: core: avoid unused variable warningArnd Bergmann1-11/+3
2015-11-18regulator: tps6105x: Convert to use regmap helper functionsAxel Lin1-83/+12