summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
AgeCommit message (Expand)Author
2024-11-03dm: core: Add a function to see if a device existsSimon Glass
2024-07-03dm: core: migrate debug() messages to use dm_warnQuentin Schulz
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-07core: Remove <common.h> and add needed includesTom Rini
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek
2022-10-17dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek
2022-10-17dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass
2021-11-28dm: core: Fix handling of uclass pre_unbind methodSimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-08-08dm: core: Don't allow uclass use before readySimon Glass
2021-03-26dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass
2021-03-22dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: core: Rename the priv/plat membersSimon Glass
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass
2021-01-05dm: core: Add function to access uclass privSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-06-11dm: uclass: don't assign aliased seq numbersMichael Walle
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass
2020-04-16dm: core: Add logging on unbind failureSimon Glass
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-05dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass
2019-10-27dm: core: Update log method for uclass_find_device_by_seqKever Yang
2019-10-15dm: device: Request next sequence numberThomas Fitzsimmons
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass
2019-10-08dm: core: Drop a few early returnsSimon Glass
2019-07-12drivers: core: use strcmp when find device by namePeng Fan
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot