| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-11-24 | mfd: sec-core: Rename MFD and regulator names differently |  Alim Akhtar | 1 | -4/+4 |
| 2015-11-23 | regulator: s2mps11: Add support for S2MPS15 regulators |  Thomas Abraham | 2 | -3/+136 |
| 2015-11-20 | regulator: pv88060: new regulator driver |  James Ban | 4 | -0/+515 |
| 2015-11-20 | regulator: core: avoid unused variable warning |  Arnd Bergmann | 1 | -11/+3 |
| 2015-11-18 | regulator: tps6105x: Convert to use regmap helper functions |  Axel Lin | 1 | -83/+12 |
| 2015-11-17 | regulator: Make bulk API support optional supplies |  Bjorn Andersson | 2 | -4/+9 |
| 2015-11-17 | regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C |  Henry Chen | 1 | -0/+1 |
| 2015-11-16 | regulator: tps65086: Add regulator driver for the TPS65086 PMIC |  Andrew F. Davis | 3 | -0/+258 |
| 2015-11-05 | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi |  Linus Torvalds | 1 | -1/+0 |
| 2015-11-04 | Merge remote-tracking branches 'regulator/topic/supply', 'regulator/topic/tps6105x' and 'regulator/topic/tps65023' into regulator-next |  Mark Brown | 3 | -252/+295 |
| 2015-11-04 | Merge remote-tracking branches 'regulator/topic/load', 'regulator/topic/max77802', 'regulator/topic/pwm', 'regulator/topic/qcom-smd' and 'regulator/topic/stw481x' into regulator-next |  Mark Brown | 4 | -21/+47 |
| 2015-11-04 | Merge remote-tracking branches 'regulator/topic/da9053' and 'regulator/topic/da9063' into regulator-next |  Mark Brown | 2 | -1/+2 |
| 2015-11-04 | Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/anatop', 'regulator/topic/arizona', 'regulator/topic/axp20x' and 'regulator/topic/bcm590xx' into regulator-next |  Mark Brown | 5 | -12/+91 |
| 2015-11-04 | Merge remote-tracking branch 'regulator/topic/list' into regulator-next |  Mark Brown | 1 | -91/+164 |
| 2015-11-04 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next |  Mark Brown | 1 | -4/+4 |
| 2015-11-04 | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next |  Mark Brown | 1 | -1/+0 |
| 2015-11-04 | regulator: Use regulator_lock_supply() for get_voltage() too |  Mark Brown | 1 | -3/+3 |
| 2015-10-28 | spi: Drop owner assignment from spi_drivers |  Andrew F. Davis | 1 | -1/+0 |
| 2015-10-23 | regulator: stw481x: compile on COMPILE_TEST |  Luis de Bethencourt | 1 | -1/+1 |
| 2015-10-22 | regulator: qcom-smd: Correct set_load() unit |  Bjorn Andersson | 1 | -1/+1 |
| 2015-10-22 | regulator: core: Propagate voltage changes to supply regulators |  Sascha Hauer | 1 | -2/+52 |
| 2015-10-20 | regulator: core: Factor out regulator_map_voltage |  Sascha Hauer | 1 | -17/+18 |
| 2015-10-16 | regulator: i.MX anatop: Allow supply regulator |  Sascha Hauer | 1 | -0/+3 |
| 2015-10-16 | regulator: core: create unlocked version of regulator_set_voltage |  Sascha Hauer | 1 | -23/+34 |
| 2015-10-16 | regulator: arizona-ldo1: Fix handling of GPIO 0 |  Charles Keepax | 1 | -5/+13 |
| 2015-10-16 | regulator: da9053: Update regulator for DA9053 BC silicon support |  Steve Twiss | 1 | -0/+1 |
| 2015-10-06 | Merge remote-tracking branch 'regulator/fix/axp20x' into regulator-linus |  Mark Brown | 1 | -2/+2 |
| 2015-10-05 | regulator: axp20x: set supply names for AXP22X DC1SW/DC5LDO internally |  Chen-Yu Tsai | 1 | -4/+50 |
| 2015-10-05 | mfd: tps6105x: Use i2c regmap to access registers |  Grigoryev Denis | 1 | -8/+8 |
| 2015-10-02 | regulator: act8865: support output voltage by VSET2[] bits |  Wenyou Yang | 1 | -2/+22 |
| 2015-10-02 | regulator: arizona: add support for WM8998 and WM1814 |  Richard Fitzgerald | 1 | -0/+2 |
| 2015-10-01 | regulator: core: create unlocked version of regulator_list_voltage |  Sascha Hauer | 1 | -27/+35 |
| 2015-10-01 | regulator: core: introduce function to lock regulators and its supplies |  Sascha Hauer | 1 | -0/+39 |
| 2015-10-01 | regulator: core: Handle probe deferral from DT when resolving supplies |  Mark Brown | 1 | -0/+4 |
| 2015-09-29 | regulator: axp20x: Fix enable bit indexes for DCDC4 and DCDC5 |  Chen-Yu Tsai | 1 | -2/+2 |
| 2015-09-21 | Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', 'regulator/fix/pbias', 'regulator/fix/tpx65218' and 'regulator/fix/vexpress' into regulator-linus |  Mark Brown | 5 | -7/+54 |
| 2015-09-21 | Merge remote-tracking branch 'regulator/fix/core' into regulator-linus |  Mark Brown | 1 | -11/+10 |
| 2015-09-21 | regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods |  Boris Brezillon | 1 | -6/+29 |
| 2015-09-21 | regulator: core: Remove regulator_list |  Tomeu Vizoso | 1 | -91/+164 |
| 2015-09-21 | regulator: tps65023: add device tree support |  Thomas Elste | 1 | -174/+108 |
| 2015-09-19 | regulator: vexpress: Fix module autoload for OF platform driver |  Luis de Bethencourt | 1 | -0/+1 |
| 2015-09-19 | regulator: gpio: Fix module autoload for OF platform driver |  Luis de Bethencourt | 1 | -0/+1 |
| 2015-09-19 | regulator: anatop: Fix module autoload for OF platform driver |  Luis de Bethencourt | 1 | -0/+1 |
| 2015-09-17 | regulator: core: Correct return value check in regulator_resolve_supply |  Charles Keepax | 1 | -8/+8 |
| 2015-09-17 | regulator: Introduce property to flag set-load support |  Bjorn Andersson | 1 | -0/+3 |
| 2015-09-16 | regulator: core: Make error messages more informative |  Stephen Boyd | 1 | -4/+4 |
| 2015-09-16 | regulator: tps65218: Fix missing zero typo |  Andrew F. Davis | 1 | -1/+1 |
| 2015-09-14 | regulator: da9063: Remove unneeded semicolon |  Javier Martinez Canillas | 1 | -1/+1 |
| 2015-09-14 | regulator: bcm590xx: Remove unneeded semicolon |  Javier Martinez Canillas | 1 | -1/+1 |
| 2015-09-08 | Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap |  Linus Torvalds | 1 | -1/+1 |