aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2018-08-08test: dm: pci: Add tests for configuration space accessBin Meng1-9/+15
2018-08-08test: dm: pci: Test more than one PCI host controllerBin Meng1-0/+11
2018-08-08test: dm: pci: Test more than one device on the same busBin Meng1-4/+33
2018-08-08test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()Bin Meng1-3/+1
2018-08-06dm: power-domain: query power domain after get devicePeng Fan1-0/+2
2018-08-03clk: add clk_valid()Fabrice Gasnier1-0/+1
2018-07-19test: smem: add basic smem testRamon Fried2-0/+28
2018-07-09dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass1-4/+4
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-0/+42
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas1-0/+42
2018-05-31test: dm: Fix wrong aliases property namesEugeniu Rosca1-1/+1
2018-05-18sandbox: tests: Add tests for mc34708 PMIC deviceLukasz Majewski1-0/+56
2018-05-18sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.cLukasz Majewski1-2/+10
2018-05-08test: regmap: add read/modify/write testNeil Armstrong1-0/+25
2018-05-08dm: led: add testcase for "default-state" propertyPatrick Bruenn1-1/+19
2018-05-07test: ofnode: test ofnode_device_is_compatible()Masahiro Yamada2-0/+18
2018-05-07test: regmap: test Linux-compatible syscon_node_to_regmap()Masahiro Yamada1-0/+17
2018-05-07regmap: clean up regmap allocationMasahiro Yamada1-8/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini37-74/+37
2018-04-28test: dm: regmap: fix license headerMasahiro Yamada1-1/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini15-30/+0
2018-04-10clk: add sandbox test for bulk APINeil Armstrong1-0/+37
2018-04-10reset: add sandbox test for bulk APINeil Armstrong1-0/+33
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six1-0/+43
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt1-1/+1
2018-03-06dm: video: show correct colors in graphical consoleHeinrich Schuchardt1-1/+1
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass1-0/+9
2018-01-15dm: core: parse chosen nodeRob Clark2-2/+2
2017-12-12power: extend prefix match to regulator-name propertyFelix Brack1-0/+2
2017-10-09Merge git://git.denx.de/u-boot-videoTom Rini1-12/+46
2017-10-06test/dm: Fix string handling issues in the eth testTom Rini1-3/+5
2017-10-01test: dm: usb: Update test cases for USBBin Meng1-158/+5
2017-09-29video: test: Add ANSI escape sequence testsRob Clark1-0/+34
2017-09-29video: test: Helper for writing stringsRob Clark1-12/+12
2017-09-11dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_testPatrice Chotard1-1/+1
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot1-3/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-18/+18
2017-08-16env: Rename setenv() to env_set()Simon Glass1-36/+36
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+80
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass1-0/+72
2017-06-12test: bus: Add a check that dev is not NULLSimon Glass1-0/+3
2017-06-12test: wdt: Add a check that dev is not NULLSimon Glass1-0/+1
2017-06-12test: pwm: Add a check that dev is not NULLSimon Glass1-0/+1
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass1-0/+18
2017-06-01dm: phy: Update tests to use ut_asserteq()Simon Glass1-6/+9
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass1-1/+2
2017-06-01dm: test: Separate out the bus DT offset testSimon Glass1-1/+15
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-2/+36
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass1-7/+16
2017-06-01dm: test: Show the test filename when runningSimon Glass1-1/+2