Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: core: a trivial clean up | Masahiro Yamada | 2014-11-22 | -3/+1 |
* | dm: Adjust lists_bind_fdt() to return the bound device | Simon Glass | 2014-09-10 | -1/+1 |
* | dm: Add dm_scan_other() to locate board-specific devices | Simon Glass | 2014-07-23 | -0/+8 |
* | dm: Provide a function to scan child FDT nodes | Simon Glass | 2014-07-23 | -15/+18 |
* | dm: Support driver model prior to relocation | Simon Glass | 2014-07-23 | -0/+25 |
* | dm: Allow drivers to be marked 'before relocation' | Simon Glass | 2014-07-23 | -4/+7 |
* | dm: Provide a way to shut down driver model | Simon Glass | 2014-07-23 | -0/+8 |
* | dm: Make sure that the root device is probed | Simon Glass | 2014-07-23 | -0/+3 |
* | dm: add missing includes | Jeroen Hofstee | 2014-07-18 | -0/+1 |
* | dm: Cast away the const-ness of the global_data pointer | Simon Glass | 2014-06-20 | -3/+3 |
* | dm: Add missing header files in lists and root | Simon Glass | 2014-06-20 | -0/+1 |
* | dm: rename device struct to udevice | Heiko Schocher | 2014-05-27 | -1/+1 |
* | dm: Add base driver model support | Simon Glass | 2014-03-04 | -0/+102 |