- 78d5501 Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic/constrain', 'regulator/topic/debugfs' and 'regulator/topic/doc' into regulator-next by Mark Brown · 9 years ago
- ab36885 Merge remote-tracking branch 'regulator/topic/supply' into regulator-next by Mark Brown · 9 years ago
- 170b649 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 9 years ago
- 75941a1 Merge remote-tracking branch 'regulator/topic/bypass' into regulator-next by Mark Brown · 9 years ago
- 93878cd Merge remote-tracking branches 'regulator/fix/constrain' and 'regulator/fix/defer' into regulator-linus by Mark Brown · 9 years ago
- 45389c4 regulator: core: Add early supply resolution for regulators by Jon Hunter · 9 years ago
- cbc13a6 Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-supply by Mark Brown · 9 years ago
- 8a34e97 regulator: refactor valid_ops_mask checking code by WEN Pingbo · 9 years ago
- c438b9d regulator: core: Move registration of regulator device by Jon Hunter · 9 years ago
- f89ba33 Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-supply by Mark Brown · 9 years ago
- 8e5356a regulator: core: Clear the supply pointer if enabling fails by Jon Hunter · 9 years ago
- 7ddede6 regulator: core: Don't terminate supply resolution early by Jon Hunter · 9 years ago
- 2d80a91 regulator: core: Add debugfs to show constraint flags by Richard Fitzgerald · 9 years ago
- 07c5c3a regulator: core: remove lockdep assert from suspend_prepare by Tero Kristo · 9 years ago
- 2c0a303 regulator: core: Fix locking of GPIO list on free by Mark Brown · 9 years ago
- 469b640 regulator: reorder initialization steps in regulator_register() by Boris Brezillon · 9 years ago
- fef9501 regulator: core: Use parent voltage from the supply when bypassed by Mark Brown · 9 years ago
- a215137 regulator: Fix deadlock during regulator registration by Jon Hunter · 9 years ago
- 45a91e8 regulator: core: Log when we bring constraints into range by Mark Brown · 9 years ago
- 5e3ca2b regulator: Try to resolve regulators supplies on registration by Javier Martinez Canillas · 9 years ago
- fa93fd4 regulator: core: Ensure we are at least in bounds for our constraints by Mark Brown · 9 years ago
- e437b90 regulator: core: Remove duplicate copy of active-discharge parsing by Vladimir Zapolskiy · 9 years ago
- 95a293c regulator: Remove unneded check for regulator supply by Javier Martinez Canillas · 9 years ago
- d6d50a8 Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/max77620', 'regulator/topic/max77686', 'regulator/topic/max77802' and 'regulator/topic/maxim' into regulator-next by Mark Brown · 9 years ago
- d1f8302 Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/fan53555', 'regulator/topic/gpio', 'regulator/topic/hi655x' and 'regulator/topic/lp872x' into regulator-next by Mark Brown · 9 years ago
- 909f7ee regulator: core: Add support for active-discharge configuration by Laxman Dewangan · 9 years ago
- 670666b regulator: core: Add support for active-discharge configuration by Laxman Dewangan · 9 years ago
- 3216523 regulator: core: fix crash in error path of regulator_register by Krzysztof Adamski · 9 years ago
- ece497a Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-core by Mark Brown · 9 years ago
- daad134 regulator: core: Request GPIO before creating sysfs entries by Krzysztof Adamski · 9 years ago
- 6333ef4 regulator: core: Rely on regulator_dev_release to free constraints by Charles Keepax · 9 years ago
- 3fbd90b Merge remote-tracking branches 'regulator/topic/lp8788', 'regulator/topic/mt6311', 'regulator/topic/optional', 'regulator/topic/palmas' and 'regulator/topic/pv88060' into regulator-next by Mark Brown · 9 years ago
- 8bd31df Merge remote-tracking branches 'regulator/topic/const', 'regulator/topic/lm363x', 'regulator/topic/lockdep' and 'regulator/topic/lp872x' into regulator-next by Mark Brown · 9 years ago
- 9fa2957 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 9 years ago
- 70dc6da regulator: core: remove some dead code by Dan Carpenter · 9 years ago
- 83080a1 regulator: core: use dev_to_rdev by Geliang Tang · 9 years ago
- 70a7fb8 regulator: core: Fix nested locking of supplies by Thierry Reding · 9 years ago
- 49a6bb7 regulator: core: Ensure we lock all regulators by Mark Brown · 9 years ago
- bb41897 regulator: core: fix regulator_lock_supply regression by Arnd Bergmann · 9 years ago
- fa731ac regulator: core: avoid unused variable warning by Arnd Bergmann · 9 years ago
- 3ff3f51 regulator: Make bulk API support optional supplies by Bjorn Andersson · 9 years ago
- 62e544b Merge remote-tracking branches 'regulator/topic/supply', 'regulator/topic/tps6105x' and 'regulator/topic/tps65023' into regulator-next by Mark Brown · 9 years ago
- 5408dd8 Merge remote-tracking branch 'regulator/topic/list' into regulator-next by Mark Brown · 9 years ago
- ce3c059 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 9 years ago
- d9b96d3 regulator: Use regulator_lock_supply() for get_voltage() too by Mark Brown · 9 years ago
- fc42112 regulator: core: Propagate voltage changes to supply regulators by Sascha Hauer · 9 years ago
- a204f41 regulator: core: Factor out regulator_map_voltage by Sascha Hauer · 9 years ago
- a9f226b regulator: core: create unlocked version of regulator_set_voltage by Sascha Hauer · 9 years ago
- 3a40cfc regulator: core: create unlocked version of regulator_list_voltage by Sascha Hauer · 9 years ago
- 9f01cd4 regulator: core: introduce function to lock regulators and its supplies by Sascha Hauer · 9 years ago
- 0642312 regulator: core: Handle probe deferral from DT when resolving supplies by Mark Brown · 9 years ago
- 4e2e986 Merge remote-tracking branch 'regulator/fix/core' into regulator-linus by Mark Brown · 9 years ago
- 85f3b43 regulator: core: Remove regulator_list by Tomeu Vizoso · 9 years ago
- 23c3f31 regulator: core: Correct return value check in regulator_resolve_supply by Charles Keepax · 9 years ago
- 7ebcf26 regulator: core: Make error messages more informative by Stephen Boyd · 9 years ago
- e81b594 Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
- 84fb901 Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next by Mark Brown · 9 years ago
- 9f8df6a regulator: core: fix possible NULL dereference by Sudip Mukherjee · 9 years ago
- 3e68312 Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp', 'regulator/topic/owner', 'regulator/topic/pfuze100' and 'regulator/topic/pwm' into regulator-next by Mark Brown · 9 years ago
- 11f2482 Merge remote-tracking branches 'regulator/topic/da9210', 'regulator/topic/da9211', 'regulator/topic/fan53555', 'regulator/topic/isl9305' and 'regulator/topic/list' into regulator-next by Mark Brown · 9 years ago
- eaf018e Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 9 years ago
- 099982f regulator: core: use debug level print in regulator_check_drms by Archit Taneja · 9 years ago
- 9357684 regulator: core: Use IS_ERR_OR_NULL() by Viresh Kumar · 9 years ago
- ad3a942 regulator: core: Print at debug level on debugfs creation failure by Stephen Boyd · 9 years ago
- d3fb980 regulator: core: Spelling fix by Viresh Kumar · 9 years ago
- 609ca5f regulator: core: Use class device list for regulator_list in late init by Mark Brown · 9 years ago
- 29f5f48 regulator: core: Move more deallocation into class unregister by Mark Brown · 9 years ago
- 1768514 regulator: core: Reduce rdev locking region when releasing regulator by Mark Brown · 9 years ago
- 7cd71c3 regulator: core: Drop regulator_list_mutex when we're done with it on remove by Mark Brown · 9 years ago
- 3a003ba regulator: Add over current protection (OCP) support by Stephen Boyd · 9 years ago
- 4c7d83e Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973', 'regulator/fix/s2mps11' and 'regulator/fix/supply' into regulator-linus by Mark Brown · 9 years ago
- 36a1f1b regulator: core: Fix memory leak in regulator_resolve_supply() by Javier Martinez Canillas · 9 years ago
- e2c09ae regulator: core: Increase refcount for regulator supply's module by Javier Martinez Canillas · 9 years ago
- 9f7e25e regulator: core: Handle full constraints systems when resolving supplies by Mark Brown · 9 years ago
- 70cfef2 regulator: Add lockdep asserts to help detecting locking misuse by Krzysztof Kozlowski · 9 years ago
- c16bcf0 Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc', 'regulator/topic/fan53555', 'regulator/topic/gpio' and 'regulator/topic/ilim' into regulator-next by Mark Brown · 9 years ago
- 36e4f83 regulator: Add input current limit support by Stephen Boyd · 9 years ago
- 57f66b7 regulator: Add soft start support by Stephen Boyd · 9 years ago
- 23c779b regulator: Add pull down support by Stephen Boyd · 9 years ago
- 22a10bc regulator: Add system_load constraint by Stephen Boyd · 9 years ago
- 5751a99 regulator: core: replace sprintf with scnprintf by Stefan Wahren · 9 years ago
- 96dc589 Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-core by Mark Brown · 9 years ago
- a7068e3 regulator: core: fix constraints output buffer by Stefan Wahren · 9 years ago
- c456b89 regulator: core: Don't corrupt display when printing uV offsets by Mark Brown · 9 years ago
- ff268b5 regulator: core: Don't spew backtraces on duplicate sysfs by Stephen Boyd · 9 years ago
- bea3672 Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-next by Mark Brown · 10 years ago
- 3984c9d Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/load-op', 'regulator/topic/max77693' and 'regulator/topic/max8660' into regulator-next by Mark Brown · 10 years ago
- 5fc31b4 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 10 years ago
- 498e530 Merge branch 'topic/debugfs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-core by Mark Brown · 10 years ago
- 2329609 regulator: output current-limit for all regulators in summary by Heiko Stübner · 10 years ago
- 7c225ec regulator: add a summary tree in debugfs by Heiko Stübner · 10 years ago
- 6261b06 regulator: Defer lookup of supply to regulator_get by Bjorn Andersson · 10 years ago
- a9eaa81 regulator: Ensure unique regulator debugfs directory names by Guenter Roeck · 10 years ago
- 8ca8f32 Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix/tps65910' into regulator-linus by Mark Brown · 10 years ago
- e39ce48 regulator: Rename regulator_set_optimum_mode by Bjorn Andersson · 10 years ago
- 29d62ec regulator: core: Fix enable GPIO reference counting by Doug Anderson · 10 years ago
- 0548bf4 regulator: Only enable disabled regulators on resume by Javier Martinez Canillas · 10 years ago
- cde72cc regulator: Fix regression due to NULL constraints check by Takashi Iwai · 10 years ago
- 8f4490e regulator: core: Introduce set_load op by Bjorn Andersson · 10 years ago
- ffe167b Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mode', 'regulator/topic/mt6397', 'regulator/topic/pfuze100' and 'regulator/topic/qcom-rpm' into regulator-next by Mark Brown · 10 years ago