summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek1-12/+18
2022-10-18dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-14/+14
2022-10-18dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek1-7/+5
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass1-3/+10
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass1-3/+4
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-12-23dm: core: Allow getting some basic statsSimon Glass1-0/+13
2021-11-29dm: core: Add a way to count the devices in a uclassSimon Glass1-0/+12
2021-11-29dm: core: Allow finding children / uclasses by partial nameSimon Glass1-2/+7
2021-11-29dm: core: Fix handling of uclass pre_unbind methodSimon Glass1-1/+7
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-0/+3
2021-03-26dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass1-1/+1
2021-03-22dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass1-1/+4
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma1-0/+19
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-2/+2
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-4/+4
2021-01-05dm: core: Rename the priv/plat membersSimon Glass1-2/+2
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass1-5/+8
2021-01-05dm: core: Add function to access uclass privSimon Glass1-0/+10
2020-12-19dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-6/+13
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-15/+7
2020-12-19dm: Drop uclass_resolve_seq()Simon Glass1-39/+0
2020-12-19dm: Switch over to use new sequence number for dev_seq()Simon Glass1-4/+2
2020-12-19dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-7/+1
2020-12-19dm: Avoid accessing seq directlySimon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-4/+4
2020-06-12dm: uclass: don't assign aliased seq numbersMichael Walle1-6/+15
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass1-1/+1
2020-04-16dm: core: Add logging on unbind failureSimon Glass1-2/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-4/+0
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+17
2020-02-06dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass1-4/+0
2019-10-27dm: core: Update log method for uclass_find_device_by_seqKever Yang1-4/+7
2019-10-15dm: device: Request next sequence numberThomas Fitzsimmons1-1/+3
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass1-1/+1
2019-10-08dm: core: Drop a few early returnsSimon Glass1-4/+10
2019-07-13drivers: core: use strcmp when find device by namePeng Fan1-1/+1
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot1-0/+5
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler1-1/+1
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot1-0/+24
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-4/+2
2018-11-17dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+13
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau1-9/+9
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+12
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot1-0/+21
2018-07-09dm: core: Add logging of some common errorsSimon Glass1-2/+12
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1