summaryrefslogtreecommitdiff
path: root/include/dm/uclass.h
AgeCommit message (Expand)Author
2022-01-15doc: add include/dm/uclass.h to the HTML documentationPatrick Delaunay
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-09-16dm: core: Fix a few incorrect comments on first/next functionsSimon Glass
2021-08-08dm: core: Don't allow uclass use before readySimon Glass
2021-07-06remove struct uclass_driver::opsRasmus Villemoes
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: core: Rename the priv/plat membersSimon Glass
2021-01-05dm: core: Add function to access uclass privSimon Glass
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass
2020-12-18dm: core: Allow manual sequence numberingSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-22dm: core: improve uclass_get_device_by_phandle_id() descriptionDario Binacchi
2020-07-09dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2020-02-07dm: core: Allow iterating devices without uclass_get()Simon Glass
2019-07-24dm: uclass: fix comment copy/paste errorBaruch Siach
2018-11-16dm: uclass: Add uclass_foreach_dev_probePatrice Chotard
2018-11-16dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass
2018-09-18dm: uclass: Adding missing child_pre_probe descriptionBin Meng
2018-08-08dm: Correct typos in uclass_first/next_device_check()Bin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-31core: add uclass_get_device_by_phandle_id() apiKever Yang
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass
2018-01-21dm: fix typo falbackHeinrich Schuchardt
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass
2015-11-19dm: core: Add safe device iteration macrosSimon Glass
2015-08-31dm: simplify uclass_foreach_dev() implementationMasahiro Yamada
2015-08-06dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass
2015-08-05dm: core: Support finding a device by phandleSimon Glass
2015-04-22dm: core: precise comments for get/find device by namePrzemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass