summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
AgeCommit message (Expand)Author
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