Age | Commit message (Expand) | Author | Files | Lines |
2016-12-12 | Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/bypass', 'regulator/topic/error' and 'regulator/topic/fixed' into regulator-next |  Mark Brown | 1 | -0/+33 |
2016-12-12 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next |  Mark Brown | 1 | -2/+3 |
2016-12-05 | regulator: core: add newline in debug message |  David Lechner | 1 | -1/+1 |
2016-11-30 | regulator: core: Correct type of mode in regulator_mode_constrain |  Charles Keepax | 1 | -1/+2 |
2016-11-04 | regulator: core: Add new API to poll for error conditions |  Axel Haslam | 1 | -0/+33 |
2016-10-28 | regulator: core: silence warning: "VDD1: ramp_delay not set" |  H. Nikolaus Schaller | 1 | -1/+1 |
2016-09-30 | Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080', 'regulator/topic/rk808', 'regulator/topic/set-voltage' and 'regulator/topic/tps65218' into regulator-next |  Mark Brown | 1 | -40/+72 |
2016-09-30 | Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx500', 'regulator/topic/hi6421', 'regulator/topic/load' and 'regulator/topic/ltc3676' into regulator-next |  Mark Brown | 1 | -22/+20 |
2016-09-24 | regulator: core: don't return error with inadequate reason |  Joonwoo Park | 1 | -18/+18 |
2016-09-16 | regulator: core: Add set_voltage_time op |  Matthias Kaehlcke | 1 | -27/+59 |
2016-09-16 | regulator: core: Don't skip set_voltage_time when ramp delay disabled |  Matthias Kaehlcke | 1 | -6/+2 |
2016-09-16 | regulator: core: Simplify error flow in _regulator_do_set_voltage() |  Matthias Kaehlcke | 1 | -2/+6 |
2016-09-14 | regulator: core: Use local ops variable in _regulator_do_set_voltage() |  Matthias Kaehlcke | 1 | -10/+10 |
2016-08-16 | regulator: Remove support for optional supplies in the bulk API |  Bjorn Andersson | 1 | -4/+2 |
2016-06-09 | regulator: Remove regulator_can_change_voltage() |  Mark Brown | 1 | -27/+0 |
2016-05-13 | Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic/constrain', 'regulator/topic/debugfs' and 'regulator/topic/doc' into regulator-next |  Mark Brown | 1 | -59/+83 |
2016-05-13 | Merge remote-tracking branch 'regulator/topic/supply' into regulator-next |  Mark Brown | 1 | -26/+41 |
2016-05-13 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next |  Mark Brown | 1 | -3/+1 |
2016-05-13 | Merge remote-tracking branch 'regulator/topic/bypass' into regulator-next |  Mark Brown | 1 | -0/+14 |
2016-05-13 | Merge remote-tracking branches 'regulator/fix/constrain' and 'regulator/fix/defer' into regulator-linus |  Mark Brown | 1 | -11/+38 |
2016-04-27 | regulator: core: Add early supply resolution for regulators |  Jon Hunter | 1 | -11/+26 |
2016-04-27 | Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-supply |  Mark Brown | 1 | -0/+14 |
2016-04-25 | regulator: refactor valid_ops_mask checking code |  WEN Pingbo | 1 | -59/+29 |
2016-04-22 | regulator: core: Move registration of regulator device |  Jon Hunter | 1 | -15/+9 |
2016-04-22 | Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-supply |  Mark Brown | 1 | -10/+10 |
2016-04-22 | regulator: core: Clear the supply pointer if enabling fails |  Jon Hunter | 1 | -0/+1 |
2016-04-22 | regulator: core: Don't terminate supply resolution early |  Jon Hunter | 1 | -1/+6 |
2016-04-22 | regulator: core: Add debugfs to show constraint flags |  Richard Fitzgerald | 1 | -0/+52 |
2016-04-18 | regulator: core: remove lockdep assert from suspend_prepare |  Tero Kristo | 1 | -2/+0 |
2016-04-13 | regulator: core: Fix locking of GPIO list on free |  Mark Brown | 1 | -1/+1 |
2016-04-13 | regulator: reorder initialization steps in regulator_register() |  Boris Brezillon | 1 | -10/+10 |
2016-04-12 | regulator: core: Use parent voltage from the supply when bypassed |  Mark Brown | 1 | -0/+14 |
2016-03-30 | regulator: Fix deadlock during regulator registration |  Jon Hunter | 1 | -5/+5 |
2016-03-29 | regulator: core: Log when we bring constraints into range |  Mark Brown | 1 | -0/+2 |
2016-03-28 | regulator: Try to resolve regulators supplies on registration |  Javier Martinez Canillas | 1 | -0/+9 |
2016-03-27 | regulator: core: Ensure we are at least in bounds for our constraints |  Mark Brown | 1 | -7/+25 |
2016-03-25 | regulator: core: Remove duplicate copy of active-discharge parsing |  Vladimir Zapolskiy | 1 | -11/+0 |
2016-03-21 | regulator: Remove unneded check for regulator supply |  Javier Martinez Canillas | 1 | -1/+1 |
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 | 1 | -0/+11 |
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 | 1 | -0/+11 |
2016-03-02 | regulator: core: Add support for active-discharge configuration |  Laxman Dewangan | 1 | -0/+11 |
2016-03-02 | regulator: core: Add support for active-discharge configuration |  Laxman Dewangan | 1 | -0/+11 |
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-01-27 | regulator: core: Rely on regulator_dev_release to free constraints |  Charles Keepax | 1 | -17/+12 |
2016-01-12 | Merge remote-tracking branches 'regulator/topic/lp8788', 'regulator/topic/mt6311', 'regulator/topic/optional', 'regulator/topic/palmas' and 'regulator/topic/pv88060' into regulator-next |  Mark Brown | 1 | -2/+4 |
2016-01-12 | Merge remote-tracking branches 'regulator/topic/const', 'regulator/topic/lm363x', 'regulator/topic/lockdep' and 'regulator/topic/lp872x' into regulator-next |  Mark Brown | 1 | -1/+9 |
2016-01-12 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next |  Mark Brown | 1 | -9/+4 |
2016-01-07 | regulator: core: remove some dead code |  Dan Carpenter | 1 | -8/+3 |