aboutsummaryrefslogtreecommitdiff
path: root/include/dm/root.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-1/+2
2017-06-01dm: core: Dont export dm_scan_fdt_node()Simon Glass1-16/+0
2017-04-04dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese1-0/+16
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass1-0/+10
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass1-0/+13
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-0/+16
2014-07-23dm: Tidy up some header file commentsSimon Glass1-1/+2
2014-07-23dm: Support driver model prior to relocationSimon Glass1-0/+13
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-2/+6
2014-07-23dm: Provide a way to shut down driver modelSimon Glass1-0/+8
2014-06-20dm: Tidy up four minor code nitsSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-2/+2
2014-03-04dm: Add base driver model supportSimon Glass1-0/+53