aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass1-0/+13
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2-0/+10
2014-07-23dm: Introduce per-child data for devicesSimon Glass2-0/+29
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+58
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass3-0/+26
2014-07-23dm: Tidy up some header file commentsSimon Glass5-6/+13
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+16
2014-07-23dm: Introduce device sequence numberingSimon Glass3-0/+83
2014-07-23dm: Support driver model prior to relocationSimon Glass1-0/+13
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass4-5/+16
2014-07-23dm: Provide a way to shut down driver modelSimon Glass1-0/+8
2014-06-20dm: Tidy up four minor code nitsSimon Glass4-6/+28
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass1-0/+4
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-3/+3
2014-05-27dm: rename device struct to udeviceHeiko Schocher7-42/+42
2014-03-04dm: Add basic testsSimon Glass2-0/+262
2014-03-04dm: Add base driver model supportSimon Glass9-0/+644