| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-03-18 | Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd |  Linus Torvalds | 1 | -0/+3 |
| 2016-03-17 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio |  Linus Torvalds | 2 | -493/+120 |
| 2016-03-13 | Merge remote-tracking branches 'regulator/topic/s5m8767' and 'regulator/topic/vexpress' into regulator-next |  Mark Brown | 3 | -5/+10 |
| 2016-03-13 | Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of', 'regulator/topic/pv88060', 'regulator/topic/pwm' and 'regulator/topic/s2mps11' into regulator-next |  Mark Brown | 5 | -40/+70 |
| 2016-03-13 | Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/max77620', 'regulator/topic/max77686', 'regulator/topic/max77802' and 'regulator/topic/maxim' into regulator-next |  Mark Brown | 7 | -8/+845 |
| 2016-03-13 | Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/fan53555', 'regulator/topic/gpio', 'regulator/topic/hi655x' and 'regulator/topic/lp872x' into regulator-next |  Mark Brown | 9 | -5/+333 |
| 2016-03-13 | Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/act8945a', 'regulator/topic/axp20x' and 'regulator/topic/cs4271' into regulator-next |  Mark Brown | 5 | -35/+204 |
| 2016-03-13 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next |  Mark Brown | 1 | -13/+13 |
| 2016-03-13 | Merge remote-tracking branches 'regulator/fix/ad5398', 'regulator/fix/da9210', 'regulator/fix/max77802' and 'regulator/fix/pv88090' into regulator-linus |  Mark Brown | 3 | -6/+13 |
| 2016-03-12 | regulator: pwm: Add support to have multiple instance of pwm regulator |  Laxman Dewangan | 1 | -7/+20 |
| 2016-03-12 | regulator: pwm: Fix calculation of voltage-to-duty cycle |  Laxman Dewangan | 1 | -1/+1 |
| 2016-03-12 | regulator: of: Use of_property_read_u32() for reading min/max |  Laxman Dewangan | 1 | -8/+7 |
| 2016-03-09 | Merge branches 'ib-mfd-clk-4.6', 'ib-mfd-input-iio-4.6', 'ib-mfd-regulator-4.6' and 'ib-mfd-regulator-gpio-4.6' into ibs-for-mfd-merged |  Lee Jones | 3 | -493/+123 |
| 2016-03-08 | regulator: pv88060: fix incorrect clear of event register |  James Ban | 1 | -4/+4 |
| 2016-03-07 | regulator: pv88090: fix incorrect clear of event register |  James Ban | 1 | -4/+4 |
| 2016-03-02 | regulator: max77620: Add support to configure active-discharge |  Laxman Dewangan | 1 | -0/+9 |
| 2016-03-02 | regulator: core: Add support for active-discharge configuration |  Laxman Dewangan | 1 | -0/+11 |
| 2016-03-02 | Merge branch 'topic/discharge' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-max77620 |  Mark Brown | 3 | -0/+40 |
| 2016-03-02 | regulator: helper: Add helper to configure active-discharge using regmap |  Laxman Dewangan | 1 | -0/+23 |
| 2016-03-02 | regulator: core: Add support for active-discharge configuration |  Laxman Dewangan | 2 | -0/+17 |
| 2016-02-29 | regulator: act8865: Specify fixed voltage of 3.3V for ACT8600's REG9 |  Maarten ter Huurne | 1 | -1/+1 |
| 2016-02-29 | regulator: act8865: Rename platform_data field to init_data |  Maarten ter Huurne | 1 | -2/+2 |
| 2016-02-29 | regulator: act8865: Remove "static" from local variable |  Maarten ter Huurne | 1 | -1/+1 |
| 2016-02-26 | regulator: max77620: Remove duplicate module alias |  Axel Lin | 1 | -1/+0 |
| 2016-02-26 | regulator: max77620: Eliminate duplicate code |  Axel Lin | 1 | -13/+7 |
| 2016-02-26 | regulator: max77620: Remove unused fields |  Axel Lin | 1 | -14/+0 |
| 2016-02-25 | regulator: core: fix crash in error path of regulator_register |  Krzysztof Adamski | 1 | -4/+4 |
| 2016-02-25 | Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-core |  Mark Brown | 1 | -17/+12 |
| 2016-02-22 | regulator: core: Request GPIO before creating sysfs entries |  Krzysztof Adamski | 1 | -10/+10 |
| 2016-02-21 | regulator: gpio: don't print error on EPROBE_DEFER |  Rabin Vincent | 1 | -2/+4 |
| 2016-02-20 | regulator: s2mps11: Use local variable for number of regulators |  Krzysztof Kozlowski | 1 | -15/+19 |
| 2016-02-20 | regulator: ad5398: Fix return value of ad5398_write_reg |  Axel Lin | 1 | -2/+4 |
| 2016-02-20 | regulator: max77620: add regulator driver for max77620/max20024 |  Laxman Dewangan | 3 | -0/+835 |
| 2016-02-18 | regulator: s2mps11: Simplify expression used in BUILD_BUG_ON |  Krzysztof Kozlowski | 1 | -4/+5 |
| 2016-02-16 | regulator: s5m8767: fix get_register() error handling |  Arnd Bergmann | 1 | -4/+9 |
| 2016-02-15 | regulator: vexpress: rename vexpress regulator implementation |  Sudeep Holla | 2 | -1/+1 |
| 2016-02-15 | regulator: axp20x: Use of_match name as default regulator name |  Chen-Yu Tsai | 1 | -5/+5 |
| 2016-02-15 | regulator: hi655x: enable regulator for hi655x PMIC |  Chen Feng | 3 | -0/+236 |
| 2016-02-12 | regulator: ltc3589: Make IRQ optional |  Bernhard Walle | 1 | -6/+9 |
| 2016-02-12 | regulator: Rename files for max77686 and max77802 drivers |  Javier Martinez Canillas | 3 | -2/+2 |
| 2016-02-12 | regulator: axp20x: Support new AXP223 PMIC |  Chen-Yu Tsai | 1 | -0/+3 |
| 2016-02-11 | regulator: tps65912: Add regulator driver for the TPS65912 PMIC |  Andrew F. Davis | 3 | -0/+175 |
| 2016-02-11 | mfd: tps65912: Remove old driver in preparation for new driver |  Andrew F. Davis | 3 | -548/+0 |
| 2016-02-05 | regulator: lp872x: Add enable GPIO pin support |  Paul Kocialkowski | 1 | -0/+34 |
| 2016-02-05 | regulator: lp872x: Remove warning about invalid DVS GPIO |  Paul Kocialkowski | 1 | -3/+1 |
| 2016-02-05 | regulator: act8945a: add regulator driver for ACT8945A |  Wenyou Yang | 3 | -0/+175 |
| 2016-02-03 | regulator: axp20x: Use linear voltage ranges for AXP20X LDO4 |  Chen-Yu Tsai | 1 | -15/+17 |
| 2016-02-03 | regulator: axp20x: Remove voltage readout support for switch regulators |  Chen-Yu Tsai | 1 | -11/+3 |
| 2016-01-27 | regulator: mt6397: Add OF match table |  Javier Martinez Canillas | 1 | -0/+7 |
| 2016-01-27 | regulator: mt6397: Add platform device ID table |  Javier Martinez Canillas | 1 | -1/+7 |