aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Add a power domain framework/uclassStephen Warren2-0/+47
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2-4/+4
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren1-33/+77
2016-06-19reset: implement a reset testStephen Warren2-0/+40
2016-06-03dm: test: Add GPIO open drain testsmario.six@gdsys.cc1-0/+7
2016-05-26mailbox: implement a sandbox testStephen Warren2-0/+32
2016-05-26Rename reset to sysresetStephen Warren3-75/+75
2016-05-17dm: mmc: test: Add tests for MMCSimon Glass2-3/+20
2016-05-17dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass1-2/+2
2016-05-17dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass1-1/+3
2016-04-14test/dm/core.c: Make pre-reloc test use pre-reloc structTom Rini1-1/+1
2016-04-01spmi: Add sandbox test driverMateusz Kulikowski2-0/+115
2016-03-17dm: blk: Add tests for block devicesSimon Glass2-0/+97
2016-03-14dm: usb: Clean up USB after each testSimon Glass1-0/+2
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass1-1/+1
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-02-26spi: Re-enable the SPI flash testsSimon Glass1-2/+2
2016-02-15test/py: run all "ut" subtestsStephen Warren1-16/+0
2016-02-06video: test: Adjust order of file closureSimon Glass1-1/+1
2016-01-30video: test: Add console tests for truetypeSimon Glass1-0/+63
2016-01-30video: sandbox: Enable truetype fonts for sandboxSimon Glass1-1/+20
2016-01-30video: Handle the 'bell' characterSimon Glass1-1/+1
2016-01-30video: Use fractional units for X coordinatesSimon Glass1-2/+2
2016-01-28test/dm: clear unit test failure count each runStephen Warren1-0/+2
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass1-0/+17
2016-01-20dm: video: test: Test that bitmap display works correctlySimon Glass1-0/+54
2016-01-20dm: video: test: Add tests for rotated consolesSimon Glass1-0/+27
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass2-0/+191
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-1/+1
2016-01-12dm: test: Convert PCI tests to use the DM PCI APISimon Glass1-9/+6
2016-01-11dm: test: usb: Update the USB tests so that they all passSimon Glass1-7/+16
2016-01-07dm: Disable all SPI and SPI flash testsSimon Glass1-2/+2
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini1-0/+1
2015-12-07dm: cmd: Relocate subcommands when MANUAL_RELOCMichal Simek1-0/+14
2015-11-19dm: test: usb: sandbox: Add keyboard tests for sandboxSimon Glass1-0/+31
2015-11-19dm: test: usb: Add a test for device reorderingSimon Glass1-0/+50
2015-11-19dm: test: usb: Add tests for the 'usb tree' commandSimon Glass1-0/+156
2015-11-19test: Record and silence console in testsSimon Glass1-0/+9
2015-11-19Move console definitions into a new console.h fileSimon Glass2-0/+2
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass2-0/+5
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou2-0/+28
2015-11-02sandbox: add ADC unit testsPrzemyslaw Marczak2-0/+166
2015-10-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+64
2015-10-29dm: test: Add a new test case against dm eth codes for NULL pointer accessBin Meng1-0/+64
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-13/+13
2015-10-22test: Add basic tests for remoteprocNishanth Menon2-0/+68
2015-10-05dm: test: Show the amount of leaked memory on errorSimon Glass1-1/+6
2015-09-09dm: test: Add a new test case for dm_test_eth_rotateBin Meng1-0/+5