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