summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
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
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass
2017-06-12test: bus: Add a check that dev is not NULLSimon Glass
2017-06-12test: wdt: Add a check that dev is not NULLSimon Glass
2017-06-12test: pwm: Add a check that dev is not NULLSimon Glass
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass
2017-06-01dm: phy: Update tests to use ut_asserteq()Simon Glass
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass
2017-06-01dm: test: Separate out the bus DT offset testSimon Glass
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass
2017-06-01dm: test: Show the test filename when runningSimon Glass
2017-06-01dm: test: Move test running code into a separate functionSimon Glass
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2017-06-01dm: blk: Improve block device claimingSimon Glass
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass
2017-05-10dm: sandbox: pwm: add test for pwm_set_invert()Kever Yang
2017-05-09dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot
2017-05-08dm: Simple Watchdog uclassmaxims@google.com
2017-04-27dm: sandbox: pwm: Add a basic pwm testSimon Glass
2017-04-14dm: led: Add support for blinking LEDsSimon Glass
2017-04-14dm: led: Support toggling LEDsSimon Glass
2017-04-14dm: led: Add support for getting the state of an LEDSimon Glass
2017-04-14dm: led: Adjust the LED uclassSimon Glass
2017-04-04dm: test: Add test for device removalStefan Roese
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-07-27Add a power domain framework/uclassStephen Warren
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-06-19reset: implement a reset testStephen Warren
2016-06-03dm: test: Add GPIO open drain testsmario.six@gdsys.cc
2016-05-26mailbox: implement a sandbox testStephen Warren
2016-05-26Rename reset to sysresetStephen Warren
2016-05-17dm: mmc: test: Add tests for MMCSimon Glass
2016-05-17dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass
2016-05-17dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass
2016-04-14test/dm/core.c: Make pre-reloc test use pre-reloc structTom Rini
2016-04-01spmi: Add sandbox test driverMateusz Kulikowski