summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/regulator-uclass.c
AgeCommit message (Expand)Author
2026-03-23dm: regulator: fix missing quote in error messageDavid Lechner
2025-09-25power: regulator: Fix incorrect use of binary andAndrew Goodbody
2025-07-24uclass: Cleanup uclass_find_next_deviceAndrew Goodbody
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-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-25power: regulator: Consistently return -ENOSYS when ops is unimplementedJonas Karlman
2024-09-25power: regulator: Do not call set_suspend_value with -ENODATAJonas Karlman
2024-07-01Merge branch 'next'Tom Rini
2024-06-28power: regulator: Handle autoset in regulators_enable_boot_on()Simon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07power: Remove <common.h> and add needed includesTom Rini
2023-10-07power: regulator: Only run autoset once for each regulatorJonas Karlman
2023-07-04regulator: handle different error codes in regulator_set_enable_if_allowedEugen Hristev
2022-10-26power: regulator: fix autoset error handlingJohn Keeping
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-04-29power: regulator: Add support for regulator-force-boot-offKonstantin Porotchkin
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-06-15regulator: fix: enable gpio when requestedMark Kettenis
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-10regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski
2019-11-10dm: regulator: support regulator more stateJoseph Chen
2019-07-13regulator: Allow autosetting fixed regulatorsSven Schwermer
2019-03-11regulator: Add support for ramp delayKrzysztof Kozlowski
2019-02-09power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla
2019-02-09Revert "power: regulator: Return success on attempt to disable an always-on r...Lokesh Vutla
2018-12-27power: regulator: Return success on attempt to disable an always-on regulatorLokesh Vutla
2018-12-05power: regulator: denied disable on always-on regulatorPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-07-19regulator: Change get_enable return type to integer from boolKeerthy
2017-06-09power: regulator: Add more debugging and fix a missing newlineSimon Glass
2017-06-01dm: regulator: Convert regulator uclass to support livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-11-25power: regulator: Add limits checking while setting currentKeerthy
2016-11-25power: regulator: Add limits checking while setting voltageKeerthy
2016-11-25power: regulator: Introduce regulator_set_value_force functionKeerthy
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-01-21dm: power: Allow regulators to not implement all operationsSimon Glass
2016-01-21dm: power: Tidy up debugging output and return valuesSimon Glass
2015-11-02dm: regulator: add function device_get_supply_regulator()Przemyslaw Marczak
2015-08-12power: regulator use node name when no regulator-namePeng Fan
2015-08-05dm: power: Don't return an error when regulators are not autosetSimon Glass