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