Age | Commit message (Expand) | Author |
2015-02-12 | dm: introduce dev_get_addr interface | Peng Fan |
2015-01-29 | dm: core: Allow uclass to set up a device's child before it is probed | Simon Glass |
2015-01-29 | dm: core: Allow uclasses to specify private data for a device's children | Simon Glass |
2015-01-29 | dm: core: Add a flag to control sequence numbering | Simon Glass |
2015-01-29 | dm: core: Add a function to get a device's uclass ID | Simon Glass |
2015-01-29 | dm: core: Add a post_bind method for parents | Simon Glass |
2015-01-29 | dm: core: Allow uclasses to specify platdata for a device's children | Simon Glass |
2015-01-29 | dm: core: Allow parents to have platform data for their children | Simon Glass |
2015-01-29 | dm: core: Allocate platform data when binding a device | Simon Glass |
2015-01-29 | dm: core: Tidy up error handling in device_bind() | Simon Glass |
2014-12-11 | dm: device: Add newline to debug() messages | Simon Glass |
2014-11-22 | dm: core: Add functions to find parent and OF data | Simon Glass |
2014-11-22 | dm: core: Allow access to the device's driver_id data | Simon Glass |
2014-11-21 | dm: Allow device removal features to be dropped | Simon Glass |
2014-10-22 | dm: core: Allow parents to pass data to children during probe | Simon Glass |
2014-10-22 | dm: core: Add functions for iterating through device children | Simon Glass |
2014-09-23 | dm: avoid dev->req_seq overflow | Robert Baldyga |
2014-09-23 | dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL | Simon Glass |
2014-07-23 | dm: Add child_pre_probe() and child_post_remove() methods | Simon Glass |
2014-07-23 | dm: Introduce per-child data for devices | Simon Glass |
2014-07-23 | dm: Add functions to access a device's children | Simon Glass |
2014-07-23 | dm: Introduce device sequence numbering | Simon Glass |
2014-07-23 | dm: Allow drivers to be marked 'before relocation' | Simon Glass |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher |
2014-03-04 | dm: Add base driver model support | Simon Glass |