summaryrefslogtreecommitdiffstats
path: root/drivers/core/uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass2015-04-281-0/+5
* dm: core: Remove unbind operations when not requiredSimon Glass2015-04-231-0/+4
* dm: core: Handle recursive unbinding of uclass devicesSimon Glass2015-04-221-2/+10
* dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-221-11/+1
* dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak2015-04-221-0/+11
* dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak2015-04-221-0/+24
* dm: core: add internal functions for getting the device without probePrzemyslaw Marczak2015-04-221-25/+34
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-161-1/+9
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-291-0/+13
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-291-5/+16
* dm: do not check the existence of uclass operationMasahiro Yamada2014-10-221-4/+0
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-231-0/+2
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-231-0/+35
* dm: Introduce device sequence numberingSimon Glass2014-07-231-0/+78
* dm: Move uclass error checking/probing into a functionSimon Glass2014-07-231-6/+22
* dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-201-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-15/+16
* dm: Add base driver model supportSimon Glass2014-03-041-0/+285
OpenPOWER on IntegriCloud