- a70a75a power: regulator: tps80031: add regulator support by Svyatoslav Ryhel · 1 year, 1 month ago
- cc7595a power: regulator: max77663: add regulator support by Svyatoslav Ryhel · 1 year, 1 month ago
- 9b1d277 power: regulator: palmas: fix ldoln and ldousb detection by Svyatoslav Ryhel · 1 year, 1 month ago
- c6230cd scmi: refactor the code to hide a channel from devices by AKASHI Takahiro · 1 year, 1 month ago
- bb657ff regulator: rk8xx: Return correct voltage for switchout converters by shengfei Xu · 1 year, 3 months ago
- 04c38c6 regulator: rk8xx: Return correct voltage for buck converters by Joseph Chen · 1 year, 3 months ago
- d99fb64 power: regulator: Only run autoset once for each regulator by Jonas Karlman · 1 year, 3 months ago
- 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- fea7a29 power: regulator: rk8xx: Add 500us delay after LDO regulator is enabled by Jonas Karlman · 1 year, 4 months ago
- f7b8a84 regulator: fixed: Add support for gpios prop by Jonas Karlman · 1 year, 4 months ago
- 8202bc2 regulator: handle different error codes in regulator_set_enable_if_allowed by Eugen Hristev · 1 year, 7 months ago
- 29fca9f regulator: rename dev_pdata to plat by Eugen Hristev · 1 year, 7 months ago
- 4fcba5d regulator: implement basic reference counter by Eugen Hristev · 1 year, 7 months ago
- ee6a678 power: regulator: Add a driver for the AXP USB power supply by Samuel Holland · 1 year, 10 months ago
- 69c573c power: pmic: Add NXP PCA9451A PMIC support by Ye Li · 1 year, 9 months ago
- 27a93dd power: regulator: Add a driver for AXP PMIC regulators by Samuel Holland · 1 year, 10 months ago
- dbedf4a power: regulator: Add support for NPCM8xx by Jim Liu · 2 years ago
- 8edf7ac power: regulator: fix autoset error handling by John Keeping · 2 years, 2 months ago
- 99699a7 power: regulator: Remove i2c header from gpio regulator by Michal Simek · 2 years, 3 months ago
- 67b5663 pmic: pca9450: permit config on all bucks and LDOs by Heiko Thiery · 2 years, 5 months ago
- b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 5 months ago
- db59fef power: regulator: scmi: simplify scmi_voltd_set_enable() by Etienne Carriere · 2 years, 5 months ago
- ff33ed3 power: regulator: scmi: support SCMI multi-channel by Etienne Carriere · 2 years, 5 months ago
- 8bcb1b4 firmware: scmi: prepare scmi uclass API to multi-channel by Etienne Carriere · 2 years, 5 months ago
- 326337f pmic: pca9450: Add regulator driver by Marek Vasut · 2 years, 6 months ago
- 411502c regulator: add driver for the TPS65219 BUCK & LDO regulators by Neil Armstrong · 2 years, 7 months ago
- f3b5100 regulator: fixed: add possibility to enable by clock by Philippe Schenker · 2 years, 7 months ago
- 6983710 scmi: change parameter dev in devm_scmi_process_msg by Etienne Carriere · 2 years, 9 months ago
- df1fa27 drivers: power: regulator: tps65941_regulator: Add support for 3Phase buck by Sinthu Raja · 2 years, 9 months ago
- 1b7f00e regulator: bd718x7: Bypass bogus warnings by Marek Vasut · 2 years, 10 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- d47c4fe power: regulator: scmi: define LOG_CATEGORY by Patrick Delaunay · 3 years ago
- 29d7153 power: Rename CONFIG_POWER to CONFIG_POWER_LEGACY by Simon Glass · 3 years, 3 months ago
- 83061db Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 4 months ago
- 933b2f0 Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · 3 years, 4 months ago
- b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- fec8c90 power: regulator: Add support for regulator-force-boot-off by Konstantin Porotchkin · 7 years ago
- 6ab0286 power: regulator: add driver for ANATOP regulator by Ying-Chun Liu (PaulLiu) · 3 years, 8 months ago
- 1f213ee firmware: scmi: voltage regulator by Etienne Carriere · 3 years, 8 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
- 2d572ed power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPL by Nishanth Menon · 4 years ago
- ca9a9da power: regulator: stm32-verfbuf: define LOG_CATEGORY by Patrick Delaunay · 4 years ago
- f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 11 months ago
- 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 11 months ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
- e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
- a3b3c1d power: regulator: gpio-regulator: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 2 months ago
- 2d69b08 power: regulator: gpio-regulator: protect count value by Patrick Delaunay · 4 years, 2 months ago
- ad2f4ac power: Tidy up inclusion of regulator_common.h by Simon Glass · 4 years, 4 months ago
- e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
- 8b8c99b power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enabling by Fabrice Gasnier · 4 years, 5 months ago
- e88d697 regulator: fix: enable gpio when requested by Mark Kettenis · 4 years, 7 months ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 9 months ago
- b7adcdd regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata by Lukasz Majewski · 4 years, 10 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
- 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
- 7ae22d8 power: regulator: add driver for Dialog DA9063 PMIC by Martin Fuzzey · 4 years, 10 months ago
- 17aaa42 power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe by Keerthy · 4 years, 10 months ago
- 5677fe9 power: regulator: support off-on-delay-us by Peng Fan · 5 years ago
- e82692a power: fan53555: fix fan53555_regulator_set_value by Vasily Khoruzhick · 5 years ago
- 5ef1e02 power: fan53555: add support for Silergy SYR82X and SYR83X by Vasily Khoruzhick · 5 years ago
- 086e391 Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
- ee30068 power: pmic: rk809: support rk809 pmic by Joseph Chen · 5 years ago
- b4a3557 power: pmic: rk817: support rk817 pmic by Joseph Chen · 5 years ago
- b622807 power: pmic: rk805: support rk805 pmic by Elaine Zhang · 5 years ago
- addd062 power: pmic: rk816: support rk816 pmic by Elaine Zhang · 5 years ago
- 94afc1c power: regulator: rk8xx: update the driver for rk808 and rk818 by Elaine Zhang · 5 years ago
- 11406b8 dm: regulator: support regulator more state by Joseph Chen · 5 years ago
- 065a452 power: regulator: tps65941: add regulator support by Keerthy · 5 years ago
- 22e8f18 power: regulator: tps6236x: add support for tps6236x regulators by Tero Kristo · 5 years ago
- e8e9715 regulator: fixed: Modify enable-active-high behavior by Patrice Chotard · 5 years ago
- 21b0241 regulator: bd718x7: support ROHM BD71837 and BD71847 PMICs by Matti Vaittinen · 6 years ago
- aa2067a regulator: Allow enabling GPIO regulator by Sven Schwermer · 5 years ago
- 2f7a5f2 regulator: Factor out common enable code by Sven Schwermer · 5 years ago
- a9a3a37 Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
- 1164c54 regulator: Allow autosetting fixed regulators by Sven Schwermer · 5 years ago
- 28115e7 power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565 by Keerthy · 5 years ago
- 92be683 power: stpmic1: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
- c8a8937 power: regulator: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
- d3eaf95 power: pfuze100: Fix off by one error in voltage table handling by Trent Piepho · 6 years ago
- 0152895 Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-boot by Tom Rini · 6 years ago
- db4ff0d stpmic1: update register names by Patrick Delaunay · 6 years ago
- 42f01aa power: rename stpmu1 to official name stpmic1 by Patrick Delaunay · 6 years ago
- d46c22b power: stpmu1: rename files to stpmic1 by Patrick Delaunay · 6 years ago
- 9772125 regulator: stpmu1: update buck1 range by Patrick Delaunay · 6 years ago
- 2499a04 ARM: dts: dra7: Change pbias voltage to 3.3V by Faiz Abbas · 6 years ago
- 000ee4b power: regulator: s2mps11: Add enable delay by Krzysztof Kozlowski · 6 years ago
- e66d1cb regulator: Add support for ramp delay by Krzysztof Kozlowski · 6 years ago
- 311eaf7 power: regulator: s2mps11: Fix step for LDO27 and LDO35 by Krzysztof Kozlowski · 6 years ago
- cc4a224 power: regulator: Introduce regulator_set_enable_if_allowed api by Lokesh Vutla · 6 years ago
- f93fab3 Revert "power: regulator: Return success on attempt to disable an always-on regulator" by Lokesh Vutla · 6 years ago