summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2016-03-17dm: blk: Add tests for block devicesSimon Glass
2016-03-14dm: usb: Clean up USB after each testSimon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-02-26spi: Re-enable the SPI flash testsSimon Glass
2016-02-15test/py: run all "ut" subtestsStephen Warren
2016-02-06video: test: Adjust order of file closureSimon Glass
2016-01-30video: test: Add console tests for truetypeSimon Glass
2016-01-30video: sandbox: Enable truetype fonts for sandboxSimon Glass
2016-01-30video: Handle the 'bell' characterSimon Glass
2016-01-30video: Use fractional units for X coordinatesSimon Glass
2016-01-28test/dm: clear unit test failure count each runStephen Warren
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass
2016-01-20dm: video: test: Test that bitmap display works correctlySimon Glass
2016-01-20dm: video: test: Add tests for rotated consolesSimon Glass
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-12dm: test: Convert PCI tests to use the DM PCI APISimon Glass
2016-01-11dm: test: usb: Update the USB tests so that they all passSimon Glass
2016-01-07dm: Disable all SPI and SPI flash testsSimon Glass
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini
2015-12-07dm: cmd: Relocate subcommands when MANUAL_RELOCMichal Simek
2015-11-19dm: test: usb: sandbox: Add keyboard tests for sandboxSimon Glass
2015-11-19dm: test: usb: Add a test for device reorderingSimon Glass
2015-11-19dm: test: usb: Add tests for the 'usb tree' commandSimon Glass
2015-11-19test: Record and silence console in testsSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou
2015-11-02sandbox: add ADC unit testsPrzemyslaw Marczak
2015-10-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2015-10-29dm: test: Add a new test case against dm eth codes for NULL pointer accessBin Meng
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-22test: Add basic tests for remoteprocNishanth Menon
2015-10-05dm: test: Show the amount of leaked memory on errorSimon Glass
2015-09-09dm: test: Add a new test case for dm_test_eth_rotateBin Meng
2015-08-06devres: add debug command to dump device resourcesMasahiro Yamada
2015-07-21test: Add a test for regmapSimon Glass
2015-07-21dm: test: Add a test for the system controller uclassSimon Glass
2015-07-21dm: test: Add a test for the LED uclassSimon Glass
2015-07-21dm: test: Add a test for the mmc uclassSimon Glass
2015-07-21dm: test: Add a test for the ram uclassSimon Glass
2015-07-21dm: test: Add a test for the reset uclassSimon Glass
2015-07-21dm: test: Add tests for the clk uclassSimon Glass
2015-07-21dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass
2015-07-21dm: pmic: Split output from functionSimon Glass
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass
2015-06-04dm: pci: Allow PCI bus numbering aliasesSimon Glass
2015-05-21test: dm: Recover the driver model tree after testsJoe Hershberger