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