summaryrefslogtreecommitdiff
path: root/drivers/core/uclass.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada1-4/+0
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass1-0/+2
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+35
2014-07-23dm: Introduce device sequence numberingSimon Glass1-0/+78
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass1-6/+22
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-15/+16
2014-03-04dm: Add base driver model supportSimon Glass1-0/+285