aboutsummaryrefslogtreecommitdiff
path: root/include/dm/uclass.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak1-0/+15
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak1-0/+4
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass1-0/+2
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+1
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-0/+2
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-0/+4
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-0/+5
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+5
2015-01-29dm: core: Improve comments for uclass_first/next_device()Simon Glass1-0/+4
2014-10-22dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada1-0/+1
2014-07-23dm: Tidy up some header file commentsSimon Glass1-1/+1
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+16
2014-07-23dm: Introduce device sequence numberingSimon Glass1-0/+31
2014-06-20dm: Tidy up four minor code nitsSimon Glass1-4/+6
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-9/+9
2014-03-04dm: Add base driver model supportSimon Glass1-0/+142