Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: do not check the existence of uclass operation | Masahiro Yamada | 2014-10-22 | -4/+0 |
* | dm: Avoid accessing uclasses before they are ready | Simon Glass | 2014-07-23 | -0/+2 |
* | dm: Allow a device to be found by its FDT offset | Simon Glass | 2014-07-23 | -0/+35 |
* | dm: Introduce device sequence numbering | Simon Glass | 2014-07-23 | -0/+78 |
* | dm: Move uclass error checking/probing into a function | Simon Glass | 2014-07-23 | -6/+22 |
* | dm: Cast away the const-ness of the global_data pointer | Simon Glass | 2014-06-20 | -1/+1 |
* | dm: rename device struct to udevice | Heiko Schocher | 2014-05-27 | -15/+16 |
* | dm: Add base driver model support | Simon Glass | 2014-03-04 | -0/+285 |