summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2018-09-28video_osd: Add osd sandbox driver and testsMario Six
2018-09-18dm: fix alignment of help message of "dm" commandMasahiro Yamada
2018-09-18test: ofnode: test ofnode_by_prop_value()Jens Wiklander
2018-09-18test: Add tests for CPU uclassMario Six
2018-09-18test: Add tests for sysreset_get_statusMario Six
2018-09-10sandbox: Add serial testPatrice Chotard
2018-08-24dm: test: Fix typo in test-main commentMichal Simek
2018-08-11Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2018-08-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2018-08-11test: Add tests for misc uclassMario Six
2018-08-11test: Add AXI testMario Six
2018-08-10sandbox: led: use new function to configure default statePatrick Delaunay
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng
2018-08-08test: dm: pci: Add tests for mixed static and dynamic devices on the same busBin Meng
2018-08-08test: dm: pci: Test driver binding with driver data providedBin Meng
2018-08-08test: dm: pci: Add tests for configuration space accessBin Meng
2018-08-08test: dm: pci: Test more than one PCI host controllerBin Meng
2018-08-08test: dm: pci: Test more than one device on the same busBin Meng
2018-08-08test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()Bin Meng
2018-08-06dm: power-domain: query power domain after get devicePeng Fan
2018-08-03clk: add clk_valid()Fabrice Gasnier
2018-07-19test: smem: add basic smem testRamon Fried
2018-07-09dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas
2018-05-31test: dm: Fix wrong aliases property namesEugeniu Rosca
2018-05-18sandbox: tests: Add tests for mc34708 PMIC deviceLukasz Majewski
2018-05-18sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.cLukasz Majewski
2018-05-08test: regmap: add read/modify/write testNeil Armstrong
2018-05-08dm: led: add testcase for "default-state" propertyPatrick Bruenn
2018-05-07test: ofnode: test ofnode_device_is_compatible()Masahiro Yamada
2018-05-07test: regmap: test Linux-compatible syscon_node_to_regmap()Masahiro Yamada
2018-05-07regmap: clean up regmap allocationMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28test: dm: regmap: fix license headerMasahiro Yamada
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-10clk: add sandbox test for bulk APINeil Armstrong
2018-04-10reset: add sandbox test for bulk APINeil Armstrong
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass
2018-01-15dm: core: parse chosen nodeRob Clark
2017-12-12power: extend prefix match to regulator-name propertyFelix Brack
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini
2017-10-06test/dm: Fix string handling issues in the eth testTom Rini
2017-10-01test: dm: usb: Update test cases for USBBin Meng
2017-09-29video: test: Add ANSI escape sequence testsRob Clark
2017-09-29video: test: Helper for writing stringsRob Clark
2017-09-11dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard