summaryrefslogtreecommitdiff
path: root/include/dm/uclass.h
Commit message (Expand)AuthorAgeLines
* dm: core: Add a way to find a device by its driverSimon Glass2016-07-25-0/+18
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-14-2/+13
* dm: core: Add safe device iteration macrosSimon Glass2015-11-19-0/+15
* dm: simplify uclass_foreach_dev() implementationMasahiro Yamada2015-08-31-7/+2
* dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass2015-08-06-1/+1
* dm: core: Support finding a device by phandleSimon Glass2015-08-05-0/+17
* dm: core: precise comments for get/find device by namePrzemyslaw Marczak2015-04-22-1/+1
* dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak2015-04-22-0/+15
* dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak2015-04-22-0/+4
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-16-0/+2
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+1
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-29-0/+2
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-29-0/+4
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-0/+5
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-29-0/+5
* dm: core: Improve comments for uclass_first/next_device()Simon Glass2015-01-29-0/+4
* dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada2014-10-22-0/+1
* dm: Tidy up some header file commentsSimon Glass2014-07-23-1/+1
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-0/+16
* dm: Introduce device sequence numberingSimon Glass2014-07-23-0/+31
* dm: Tidy up four minor code nitsSimon Glass2014-06-20-4/+6
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-9/+9
* dm: Add base driver model supportSimon Glass2014-03-04-0/+142