Age | Commit message (Expand) | Author |
---|---|---|
2015-04-17 | dm: core: Add a uclass pre_probe() method for devices | Simon Glass |
2015-01-30 | dm: core: Allow uclass to set up a device's child before it is probed | Simon Glass |
2015-01-30 | dm: core: Allow the uclass to set up a device's child after binding | Simon Glass |
2014-10-22 | dm: do not check the existence of uclass operation | Masahiro Yamada |
2014-07-23 | dm: Avoid accessing uclasses before they are ready | Simon Glass |
2014-07-23 | dm: Allow a device to be found by its FDT offset | Simon Glass |
2014-07-23 | dm: Introduce device sequence numbering | Simon Glass |
2014-07-23 | dm: Move uclass error checking/probing into a function | Simon Glass |
2014-06-20 | dm: Cast away the const-ness of the global_data pointer | Simon Glass |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher |
2014-03-04 | dm: Add base driver model support | Simon Glass |