summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-05-06test: Add a simple time testSimon Glass
2015-05-05dm: rtc: Add tests for real-time clocksSimon Glass
2015-05-05dm: test: dts: Sort the aliases in the test device tree fileSimon Glass
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass
2015-05-05test: dm: eth: Skip timeouts on ping testsJoe Hershberger
2015-04-22dm: test: Don't clear global_data in dm_test_uclass_before_ready()Simon Glass
2015-04-22dm: test: Add tests for get/find uclass's device by namePrzemyslaw Marczak
2015-04-22dm: test: Add tests for get/find uclass devicesPrzemyslaw Marczak
2015-04-22dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2015-04-18dm: usb: Add tests for the USB uclassSimon Glass
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass
2015-04-18dm: test: Correct printf() output nit in 'dm uclass'Simon Glass
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-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini
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-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira
2015-01-29dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira
2015-01-14test: Add unit tests for bootm image decompressionSimon Glass
2015-01-14test: Rename test_compression to ut_compressionSimon Glass
2015-01-14test: Add DEBUG output option to test-fit.pySimon Glass