aboutsummaryrefslogtreecommitdiff
path: root/include/dm/device.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-0/+6
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+20
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+58
2014-07-23dm: Tidy up some header file commentsSimon Glass1-1/+1
2014-07-23dm: Introduce device sequence numberingSimon Glass1-0/+29
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-0/+5
2014-06-20dm: Tidy up four minor code nitsSimon Glass1-1/+1
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-3/+3
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-10/+10
2014-03-04dm: Add base driver model supportSimon Glass1-0/+159