summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
AgeCommit message (Expand)Author
2015-04-28dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass
2015-04-22dm: core: Handle recursive unbinding of uclass devicesSimon Glass
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw 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
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add base driver model supportSimon Glass