summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeLines
* net: Improve error handlingJoe Hershberger2015-04-18-2/+2
* test: dm: net: Add a test of the netretry behaviorJoe Hershberger2015-04-18-0/+32
* test: dm: eth: Add testing for ethrotate env varJoe Hershberger2015-04-18-0/+42
* dm: eth: Add support for ethprime env varJoe Hershberger2015-04-18-0/+20
* dm: eth: Add support for aliasesJoe Hershberger2015-04-18-1/+27
* test: dm: eth: Add tests for the eth dm implementationJoe Hershberger2015-04-18-0/+57
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* test: dm: Reorder the objects to buildJoe Hershberger2015-04-18-2/+2
* dm: pci: Add driver model tests for PCISimon Glass2015-04-18-0/+77
* dm: Show both allocated and requested seq numbers in 'dm uclass'Simon Glass2015-04-16-2/+2
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-16-1/+18
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-3/+3
* dm: test: Add a Kconfig fileSimon Glass2015-02-12-0/+8
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-12-3/+3
* dm: spi: Move slave details to child platdataSimon Glass2015-01-29-3/+3
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+53
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-29-0/+26
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-29-2/+29
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-5/+23
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-29-0/+11
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-29-0/+35
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-29-2/+30
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-29-0/+81
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-29-2/+2
* dm: Don't run tests if U-Boot cannot be builtSimon Glass2015-01-29-2/+7
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-29-5/+5
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-29-30/+30
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29-2/+78
* sandbox: Correct ordering of 'sb save' commandsSimon Glass2015-01-14-1/+1
* dm: i2c: Add tests for I2CSimon Glass2014-12-11-0/+234
* dm_test: improve the appearance shown by "dm tree" commandMasahiro Yamada2014-12-11-51/+52
* test: dm: Add additional GPIO testsSimon Glass2014-10-23-0/+38
* test: dm: Support memory leak checking as a core featureSimon Glass2014-10-23-16/+32
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-23-0/+18
* test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-23-22/+33
* dm: sf: Add tests for SPI flashSimon Glass2014-10-22-1/+60
* dm: spi: Add testsSimon Glass2014-10-22-0/+130
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-22-0/+31
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-0/+68
* dm: Introduce per-child data for devicesSimon Glass2014-07-23-0/+65
* dm: Add functions to access a device's childrenSimon Glass2014-07-23-0/+46
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-26/+117
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-23-0/+14
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-0/+30
* dm: Display the sequence number for each deviceSimon Glass2014-07-23-0/+2
* dm: Introduce device sequence numberingSimon Glass2014-07-23-2/+63
* dm: Avoid activating devices in 'dm uclass' commandSimon Glass2014-07-23-3/+3
* dm: Move device display into its own functionSimon Glass2014-07-23-8/+19
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-13/+80
* dm: Make sure that the root device is probedSimon Glass2014-07-23-1/+1