aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko1-0/+5
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko1-0/+7
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-2/+80
2018-12-05sandbox: sysreset: Update to support power-on resetSimon Glass1-2/+2
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2-5/+6
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+27
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-0/+20
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-2/+2
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass1-1/+1
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass1-0/+9
2018-11-20test: sf: Add a simple SPI flash testSimon Glass1-2/+44
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass1-3/+3
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier1-0/+35
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt1-2/+2
2018-11-14test: dm: virtio: Add test cases for virtio uclassBin Meng2-0/+123
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng1-0/+20
2018-11-14test: dm: blk: Correct blk_base test caseBin Meng1-16/+11
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng2-2/+50
2018-11-14test: regmap: Add test for regmap_{set, get}Mario Six1-0/+28
2018-11-14test: regmap: Increase size of syscon0 memoryMario Six1-1/+1
2018-11-14test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng2-4/+27
2018-11-01test: tee: fix resource leak in dm_test_tee()Jens Wiklander1-9/+26
2018-10-20test: Add test for PCI device without compat string and with DT nodeMarek Vasut1-0/+5
2018-10-11Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+170
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger1-4/+2
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger1-0/+86
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger1-0/+86
2018-10-09sysreset: Add a way to find the last resetSimon Glass1-0/+20
2018-10-09sysreset: Tidy up a few comments and loggingSimon Glass1-1/+0
2018-10-09panel: Expand the backlight supportSimon Glass1-0/+29
2018-10-09test: panel: Add a test for the panel uclassSimon Glass2-0/+51
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass1-0/+16
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass1-0/+31
2018-10-09sandbox: video: Speed up video outputSimon Glass1-1/+1
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass1-0/+12
2018-10-07test: tee: test TEE uclassJens Wiklander2-0/+99
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini4-0/+163
2018-09-29dm: test: Add "/firmware" node scan testRajan Vaja2-0/+23
2018-09-29test: Add tests for board uclassMario Six2-0/+58
2018-09-29test: Add tests for dev_{enable, disable}_by_pathMario Six1-0/+28
2018-09-29test: Add tests for DT-manipulation functionsMario Six1-0/+54
2018-09-28video_osd: Add osd sandbox driver and testsMario Six2-0/+211
2018-09-18dm: fix alignment of help message of "dm" commandMasahiro Yamada1-1/+1
2018-09-18test: ofnode: test ofnode_by_prop_value()Jens Wiklander1-0/+27
2018-09-18test: Add tests for CPU uclassMario Six2-0/+46
2018-09-18test: Add tests for sysreset_get_statusMario Six1-0/+20
2018-09-10sandbox: Add serial testPatrice Chotard2-0/+55
2018-08-24dm: test: Fix typo in test-main commentMichal Simek1-1/+1
2018-08-11Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2-0/+84
2018-08-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-0/+78