summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-05-21test: Generalize the unit test frameworkJoe Hershberger21-149/+166
2015-05-21net: Apply default format rules to all ethaddrJoe Hershberger1-0/+3
2015-05-15test: dm: test.dts - move to sandbox dts directoryPrzemyslaw Marczak4-253/+2
2015-05-15test: dm: add sandbox PMIC framework testsPrzemyslaw Marczak3-0/+396
2015-05-06test: Add a simple time testSimon Glass3-0/+146
2015-05-06dm: rtc: Add tests for real-time clocksSimon Glass3-0/+194
2015-05-06dm: test: dts: Sort the aliases in the test device tree fileSimon Glass1-4/+4
2015-05-06dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-0/+8
2015-05-06test: dm: eth: Skip timeouts on ping testsJoe Hershberger1-0/+2
2015-04-22dm: test: Don't clear global_data in dm_test_uclass_before_ready()Simon Glass1-1/+4
2015-04-22dm: test: Add tests for get/find uclass's device by namePrzemyslaw Marczak1-0/+81
2015-04-22dm: test: Add tests for get/find uclass devicesPrzemyslaw Marczak1-1/+33
2015-04-22dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak2-0/+66
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-14/+14
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-5/+5
2015-04-18dm: usb: Add tests for the USB uclassSimon Glass4-0/+95
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass2-5/+13
2015-04-18dm: test: Correct printf() output nit in 'dm uclass'Simon Glass1-1/+1
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 Hershberger2-0/+2
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 Glass2-0/+9
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-3/+3
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini8-51/+411
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-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira1-1/+82