summaryrefslogtreecommitdiff
path: root/drivers/power/regulator
AgeCommit message (Expand)Author
2025-09-25power: regulator: Fix incorrect use of binary andAndrew Goodbody
2025-09-20power: regulator: pfuze100: Fix accessing the regulator descPeng Fan
2025-09-20power: regulator: Add vin-supply for GPIO and Fixed regulatorsYe Li
2025-09-01pmic: pca9450: Handle hardware with fixed SD_VSEL for LDO5Frieder Schrempf
2025-09-01pmic: pca9450: Fix control register for LDO5Frieder Schrempf
2025-09-01pmic: pca9450: Fix enable register for LDO5Frieder Schrempf
2025-08-29power: regulator: tps65941: Cannot test unsigned for being negativeAndrew Goodbody
2025-08-29power: regulator: rzg2l-usbphy: Add parenthesis to return expressionAndrew Goodbody
2025-08-29power: regulator: palmas: Cannot test unsigned for being negativeAndrew Goodbody
2025-08-29power: regulator: lp87565: Cannot test unsigned for being negativeAndrew Goodbody
2025-08-29power: regulator: lp873x: Cannot test unsigned for being negativeAndrew Goodbody
2025-07-27power: regulator: add AXP323 supportAndre Przywara
2025-07-24uclass: Cleanup uclass_find_next_deviceAndrew Goodbody
2025-06-14Merge patch series "Hex value prefix case cleanup"Tom Rini
2025-06-14drivers: use lowercase hex prefix styleE Shattow
2025-06-06regulator: rk8xx: Add CONFIG_SPL_REGULATOR_RK8XXJustin Klaassen
2025-06-02power: qcom_vbus_regulator: add and fix support for pmic variantsRui Miguel Silva
2025-05-08power: regulator: max9807: add regulator supportSvyatoslav Ryhel
2025-05-03firmware: scmi: use scmi_proto_driver_get() function to get SCMI protocol driverAlice Guo
2025-04-28power: regulator: Add a driver for the AXP PMIC drivevbusSamuel Holland
2025-04-23power: regulator: scmi: Move regulator subnode hack to scmi_regulatorMarek Vasut
2025-04-12power: regulator: add regulator support for CPCAP PMICSvyatoslav Ryhel
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-10regulator: qcom-rpmh-regulator: add support for pmm8654 regulatorsVaradarajan Narayanan
2025-04-10power: regulator: add qcom-usb-vbusRui Miguel Silva
2025-03-19regulator: rzg2l-usbphy: Add new driverPaul Barker
2025-02-26power: regulator: add additional supported LDOs for pm8150lCaleb Connolly
2025-02-18power: regulator: tps65941: Fix voltage calculation for ldoUdit Kumar
2025-01-22regulator: qcom-rpmh-regulator: add support for pmc8380 regulatorsNeil Armstrong
2025-01-14power: replace magic numbers with macrosShree Ramamoorthy
2025-01-14power: regulator: replace printf() with pr_err()Shree Ramamoorthy
2024-12-05power: regulator: replace dev_dbg() by dev_err() in regulator_post_bind()Patrice Chotard
2024-12-05power: regulator: replace some debug() by dev_dbg()Patrice Chotard
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10power: pmic/regulator: Support pca9452Joy Zou
2024-10-10power: regulator: pca9450: Update the BUCK1 voltage rangeJoy Zou
2024-09-30power: regulator: Drop regulators_enable_boot_on/off()Marek Vasut
2024-09-30power: regulator: Drop regulator_unset()Marek Vasut
2024-09-30power: regulator: Convert regulators_enable_boot_on/off() to regulator_post_p...Marek Vasut
2024-09-30power: regulator: Trigger probe of regulators which are always-on or boot-onMarek Vasut
2024-09-30Merge tag 'v2024.10-rc6' into nextTom Rini
2024-09-27regulator: rk8xx: Use buck variable consistentlyJonas Karlman
2024-09-27regulator: rk8xx: Fix buck get and set enabled state on RK806Jonas Karlman
2024-09-25power: regulator: Consistently return -ENOSYS when ops is unimplementedJonas Karlman
2024-09-25power: regulator: Do not call set_suspend_value with -ENODATAJonas Karlman
2024-09-09Merge branch 'qcom-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-s...Tom Rini