aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/root.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-02dm: Provide better debugging when a device fails to bindSimon Glass1-1/+4
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-3/+3
2015-04-23dm: core: Select device tree control correctly for SPLSimon Glass1-6/+8
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+64
2015-01-29dm: core: Ignore disabled devices when bindingSimon Glass1-0/+5
2015-01-29dm: core: Set device tree node for root deviceSimon Glass1-0/+3
2014-11-22dm: core: a trivial clean upMasahiro Yamada1-3/+1
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass1-1/+1
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass1-0/+8
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-15/+18
2014-07-23dm: Support driver model prior to relocationSimon Glass1-0/+25
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-4/+7
2014-07-23dm: Provide a way to shut down driver modelSimon Glass1-0/+8
2014-07-23dm: Make sure that the root device is probedSimon Glass1-0/+3
2014-07-18dm: add missing includesJeroen Hofstee1-0/+1
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass1-3/+3
2014-06-20dm: Add missing header files in lists and rootSimon Glass1-0/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-1/+1
2014-03-04dm: Add base driver model supportSimon Glass1-0/+102