aboutsummaryrefslogtreecommitdiff
path: root/include/dm/uclass.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-04dm: core: fix introduce uclass_get_device_by_of_pathHeinrich Schuchardt1-1/+1
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes1-0/+17
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek1-7/+6
2022-10-29dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-4/+8
2022-10-17dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-11/+11
2022-10-17dm: core: Switch uclass_foreach_dev_probe to use simple iteratorMichal Suchanek1-2/+2
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass1-3/+3
2022-04-06dm: core: Tidy up comments in uclass headersSimon Glass1-7/+6
2022-01-15doc: add include/dm/uclass.h to the HTML documentationPatrick Delaunay1-41/+42
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass1-0/+8
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass1-0/+9
2021-09-16dm: core: Fix a few incorrect comments on first/next functionsSimon Glass1-1/+1
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-1/+2
2021-07-06remove struct uclass_driver::opsRasmus Villemoes1-3/+0
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass1-0/+31
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma1-0/+11
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2021-01-05dm: core: Rename the priv/plat membersSimon Glass1-2/+2
2021-01-05dm: core: Add function to access uclass privSimon Glass1-0/+8
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass1-1/+1
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass1-15/+0
2020-12-18dm: core: Allow manual sequence numberingSimon Glass1-0/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-6/+6
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-10/+10
2020-10-22dm: core: improve uclass_get_device_by_phandle_id() descriptionDario Binacchi1-1/+2
2020-07-09dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass1-1/+1
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+14
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass1-0/+17
2019-07-24dm: uclass: fix comment copy/paste errorBaruch Siach1-1/+1
2018-11-16dm: uclass: Add uclass_foreach_dev_probePatrice Chotard1-0/+16
2018-11-16dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+12
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+3
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass1-0/+3
2018-09-18dm: uclass: Adding missing child_pre_probe descriptionBin Meng1-0/+1
2018-08-08dm: Correct typos in uclass_first/next_device_check()Bin Meng1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-31core: add uclass_get_device_by_phandle_id() apiKever Yang1-0/+16
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass1-0/+8
2018-01-21dm: fix typo falbackHeinrich Schuchardt1-2/+2
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+31
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass1-2/+11
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass1-0/+17
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass1-0/+8
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass1-0/+18
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass1-2/+13
2015-11-19dm: core: Add safe device iteration macrosSimon Glass1-0/+15
2015-08-31dm: simplify uclass_foreach_dev() implementationMasahiro Yamada1-7/+2
2015-08-06dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass1-1/+1
2015-08-05dm: core: Support finding a device by phandleSimon Glass1-0/+17
2015-04-22dm: core: precise comments for get/find device by namePrzemyslaw Marczak1-1/+1