Age | Commit message (Expand) | Author |
2018-05-30 | regulator: Revert coupled regulator support again | Mark Brown |
2018-05-17 | regulator: core: Change voltage setting path | Maciej Purski |
2018-05-17 | regulator: core: Add voltage balancing mechanism | Maciej Purski |
2018-05-17 | regulator: core: Resolve coupled regulators | Maciej Purski |
2018-05-17 | regulator: core: Make locks re-entrant | Maciej Purski |
2018-05-17 | regulator: core: Allow for regulators that can't be read at bootup | Douglas Anderson |
2018-03-28 | Merge remote-tracking branches 'regulator/topic/88pg86x', 'regulator/topic/dt... | Mark Brown |
2018-03-22 | regulator: core: Add missing blank line between functions | Mark Brown |
2018-02-20 | regulator: Fix resume from suspend to idle | Geert Uytterhoeven |
2018-02-16 | regulator: core: Support passing an initialized GPIO enable descriptor | Linus Walleij |
2018-01-30 | regulator: Fix suspend to idle | Mark Brown |
2018-01-26 | regulator: Fix build error | Mark Brown |
2018-01-26 | Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/g... | Mark Brown |
2018-01-26 | regulator: core: Refactor regulator_list_voltage() | Maciej Purski |
2018-01-26 | regulator: core: Move of_find_regulator_by_node() to of_regulator.c | Maciej Purski |
2018-01-26 | regulator: add PM suspend and resume hooks | Chunyan Zhang |
2018-01-26 | regulator: empty the old suspend functions | Chunyan Zhang |
2018-01-26 | regulator: leave one item to record whether regulator is enabled | Chunyan Zhang |
2018-01-26 | regulator: make regulator voltage be an array to support more states | Chunyan Zhang |
2017-12-07 | regulator: fix incorrect indentation of two assignment statements | Colin Ian King |
2017-09-04 | Merge remote-tracking branches 'regulator/topic/cpcap', 'regulator/topic/da90... | Mark Brown |
2017-07-20 | regulator: core: fix a possible race in disable_work handling | Tirupathi Reddy |
2017-07-19 | regulator: Convert to using %pOF instead of full_name | Rob Herring |
2017-07-03 | Merge remote-tracking branches 'regulator/topic/settle', 'regulator/topic/tps... | Mark Brown |
2017-07-03 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown |
2017-06-30 | regulator: core: Fix size limit of supply_map | Haishan Zhou |
2017-06-28 | regulator: core: Fix voltage change propagations to supply regulators | Tirupathi Reddy |
2017-06-13 | regulator: core: Prioritise consumer mappings over regulator name | Charles Keepax |
2017-05-17 | regulator: Allow for asymmetric settling times | Matthias Kaehlcke |
2017-04-30 | Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/p... | Mark Brown |
2017-04-14 | regulator: core: Allow dummy regulators for supplies | Mark Brown |
2017-04-14 | regulator: core: Only propagate voltage changes to if it can change voltages | Mark Brown |
2017-04-05 | regulator: Add settling time for non-linear voltage transition | Laxman Dewangan |
2017-03-29 | regulator: core: Limit propagation of parent voltage count and list | Matthias Kaehlcke |
2017-03-29 | regulator: core: Fix kerneldoc comments | Tamara Diaconita |
2017-03-24 | regulator: core: Add new notification for enabling of regulator | Harald Geyer |
2017-03-17 | regulator: Mark supply_name const and duplicate it as such | Stephen Boyd |
2017-03-07 | regulator: core: use snprintf() instead of scnprintf() | Bartosz Golaszewski |
2017-02-19 | Merge remote-tracking branches 'regulator/topic/s2mpa01', 'regulator/topic/su... | Mark Brown |
2017-02-19 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown |
2017-02-19 | Merge remote-tracking branches 'regulator/fix/debugfs' and 'regulator/fix/tps... | Mark Brown |
2017-02-16 | regulator: core: Resolve supplies before disabling unused regulators | Javier Martinez Canillas |
2017-02-16 | regulator: Fix regulator_summary for deviceless consumers | Leonard Crestez |
2017-02-08 | regulator: core: simplify _regulator_get() | Dmitry Torokhov |
2017-02-05 | regulator: core: have regulator_dev_lookup() return ERR_PTR-encoded errors | Dmitry Torokhov |
2017-02-04 | regulator: core: fix typo in regulator_bulk_disable() | Dmitry Torokhov |
2017-02-04 | regulator: core: simplify regulator_bulk_force_disable() | Dmitry Torokhov |
2017-02-04 | regulator: core: have _regulator_get() accept get_type argument | Dmitry Torokhov |
2017-02-04 | regulator: core: remove dead code in _regulator_get() | Dmitry Torokhov |
2017-01-12 | regulator: core: Don't use regulators as supplies until the parent is bound | Jon Hunter |