| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: core: Add a function to count the children of a device | Lokesh Vutla | 2019-10-11 | 1 | -26/+15 |
* | test: dm: core: Add test case for uclass driver's child_post_probe() | Bin Meng | 2018-11-14 | 1 | -0/+45 |
* | test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag | Bin Meng | 2018-11-14 | 1 | -1/+1 |
* | sandbox: Unprotect DATA regions in bus tests | Simon Glass | 2018-10-08 | 1 | -0/+12 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | dm: core: parse chosen node | Rob Clark | 2018-01-15 | 1 | -1/+1 |
* | test: bus: Add a check that dev is not NULL | Simon Glass | 2017-06-12 | 1 | -0/+3 |
* | dm: test: Separate out the bus DT offset test | Simon Glass | 2017-06-01 | 1 | -1/+15 |
* | dm: core: Add flags parameter to device_remove() | Stefan Roese | 2017-04-04 | 1 | -4/+4 |
* | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() | Simon Glass | 2016-07-27 | 1 | -2/+1 |
* | dm: Rename dev_get_parentdata() to dev_get_parent_priv() | Simon Glass | 2015-10-23 | 1 | -13/+13 |
* | test: Generalize the unit test framework | Joe Hershberger | 2015-05-21 | 1 | -19/+20 |
* | dm: test: bus: Use a local variable to simplify code | Simon Glass | 2015-04-18 | 1 | -6/+10 |
* | dm: core: Allow uclass to set up a device's child before it is probed | Simon Glass | 2015-01-29 | 1 | -0/+46 |
* | dm: core: Allow the uclass to set up a device's child after binding | Simon Glass | 2015-01-29 | 1 | -0/+26 |
* | dm: core: Allow uclasses to specify private data for a device's children | Simon Glass | 2015-01-29 | 1 | -2/+29 |
* | dm: core: Add a flag to control sequence numbering | Simon Glass | 2015-01-29 | 1 | -1/+2 |
* | dm: core: Add a post_bind method for parents | Simon Glass | 2015-01-29 | 1 | -0/+35 |
* | dm: core: Allow uclasses to specify platdata for a device's children | Simon Glass | 2015-01-29 | 1 | -2/+30 |
* | dm: core: Allow parents to have platform data for their children | Simon Glass | 2015-01-29 | 1 | -0/+81 |
* | dm: core: Add functions for iterating through device children | Simon Glass | 2014-10-22 | 1 | -0/+31 |
* | dm: Add child_pre_probe() and child_post_remove() methods | Simon Glass | 2014-07-23 | 1 | -0/+68 |
* | dm: Introduce per-child data for devices | Simon Glass | 2014-07-23 | 1 | -0/+65 |
* | dm: Add functions to access a device's children | Simon Glass | 2014-07-23 | 1 | -0/+46 |
* | dm: Provide a function to scan child FDT nodes | Simon Glass | 2014-07-23 | 1 | -0/+63 |