aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-01dm: test: Move test running code into a separate functionSimon Glass1-24/+32
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass1-0/+1
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-2/+2
2017-06-01dm: blk: Improve block device claimingSimon Glass1-2/+37
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass1-0/+21
2017-05-10dm: sandbox: pwm: add test for pwm_set_invert()Kever Yang1-0/+1
2017-05-09dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot2-0/+113
2017-05-08dm: Simple Watchdog uclassmaxims@google.com2-0/+41
2017-04-27dm: sandbox: pwm: Add a basic pwm testSimon Glass2-0/+33
2017-04-14dm: led: Add support for blinking LEDsSimon Glass1-0/+24
2017-04-14dm: led: Support toggling LEDsSimon Glass1-0/+25
2017-04-14dm: led: Add support for getting the state of an LEDSimon Glass1-0/+2
2017-04-14dm: led: Adjust the LED uclassSimon Glass1-2/+3
2017-04-04dm: test: Add test for device removalStefan Roese2-0/+77
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese4-14/+14
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-5/+5
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