aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/pmic/pmic-uclass.c
AgeCommit message (Expand)Author
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
2022-12-12dm: pmic: ignore disabled node in pmic_bind_childrenPatrick Delaunay
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2018-05-18pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmi...Lukasz Majewski
2018-05-18pmic: Add support for setting transmission length in uclass private dataLukasz Majewski
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-12-12power: extend prefix match to regulator-name propertyFelix Brack
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass
2017-06-01dm: pmic: Convert uclass to livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-01-21dm: power: Tidy up debugging output and return valuesSimon Glass
2016-01-21dm: power: Allow regulators to be omitted from SPLSimon Glass
2015-08-05dm: pmic: Correct the pmic_reg_write() implementationSimon Glass
2015-07-21power: pmic: Use trailing_strtol() instead of a local functionSimon Glass
2015-07-21dm: pmic: Add functions to adjust PMIC registersSimon Glass
2015-07-21dm: power: Avoid case-insensitve match for child namesSimon Glass
2015-05-14dm: pmic: code cleanup of PMIC uclass driverPrzemyslaw Marczak
2015-05-14dm: pmic: add implementation of driver model pmic uclassPrzemyslaw Marczak