~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes2023-04-28
* uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes2023-04-28
* dm: core: Do not stop uclass iteration on errorMichal Suchanek2022-10-29
* dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek2022-10-17
* dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek2022-10-17
* dm: core: Allow finding a uclass device by partial nameSimon Glass2022-04-25
* dm: core: Rename and fix uclass_get_by_name_len()Simon Glass2022-04-25
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* dm: core: Allow getting some basic statsSimon Glass2021-12-23
* dm: core: Add a way to count the devices in a uclassSimon Glass2021-11-28
* dm: core: Allow finding children / uclasses by partial nameSimon Glass2021-11-28
* dm: core: Fix handling of uclass pre_unbind methodSimon Glass2021-11-28
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-25
* dm: core: Don't allow uclass use before readySimon Glass2021-08-08
* dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass2021-03-26
* dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass2021-03-22
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma2021-01-16
* dm: core: Allow the uclass list to moveSimon Glass2021-01-05
* dm: core: Rename sqq to seq_Simon Glass2021-01-05
* dm: core: Rename the priv/plat membersSimon Glass2021-01-05
* dm: core: Use access methods for dev/uclass private dataSimon Glass2021-01-05
* dm: core: Add function to access uclass privSimon Glass2021-01-05
* dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-18
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-18
* dm: Drop uclass_resolve_seq()Simon Glass2020-12-18
* dm: Switch over to use new sequence number for dev_seq()Simon Glass2020-12-18
* dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass2020-12-18
* dm: Avoid accessing seq directlySimon Glass2020-12-18
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-11
* common: Drop log.h from common headerSimon Glass2020-05-18
* dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-16
* dm: core: Add logging on unbind failureSimon Glass2020-04-16
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-11
|\
| * dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass2020-02-05
* | dm: core: Add a function to find a device by drvdataSimon Glass2020-02-07
|/
* dm: core: Update log method for uclass_find_device_by_seqKever Yang2019-10-27
* dm: device: Request next sequence numberThomas Fitzsimmons2019-10-15
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-08
* dm: core: Drop a few early returnsSimon Glass2019-10-08
* drivers: core: use strcmp when find device by namePeng Fan2019-07-12
* dm: Add a No-op uclassJean-Jacques Hiblot2019-07-05
* dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-09
* dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-10
* dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-29
* dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard2018-11-16
* uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau2018-11-14
* dm: core: Allow uclass to set up a device's child after it is probedBin Meng2018-11-14
* uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-21