Commit Graph

173 Commits (0c19b4d180b66cb0e418a084ffcb187bdbc15db9)

Author SHA1 Message Date
Simon Glass 95ce385a4a dm: core: Add uclass_first/next_device_check() 8 years ago
Simon Glass 9856157259 dm: core: Test uclass_first/next_device() on probe failure 8 years ago
Simon Glass 4f414d392f test: bus: Add a check that dev is not NULL 8 years ago
Simon Glass 9eace7f59e test: wdt: Add a check that dev is not NULL 8 years ago
Simon Glass 1a596c44c0 test: pwm: Add a check that dev is not NULL 8 years ago
Simon Glass 9f103b9cb5 dm: blk: Add a way to obtain a block device from its parent 8 years ago
Simon Glass ac206a0f4e dm: phy: Update tests to use ut_asserteq() 8 years ago
Simon Glass 86b54ece82 dm: test: Disable the fdt_offset test with livetree 8 years ago
Simon Glass 298afb52cb dm: test: Separate out the bus DT offset test 8 years ago
Simon Glass 6fb2f57916 dm: core: Run tests with both livetree and flat tree 8 years ago
Simon Glass c166c47ba3 dm: test: Add support for running tests with livetree 8 years ago
Simon Glass 801587bd77 dm: test: Show the test filename when running 8 years ago
Simon Glass f86db10cc5 dm: test: Move test running code into a separate function 8 years ago
Simon Glass 34b744beb8 sandbox: Add a way to reset sandbox state for tests 8 years ago
Simon Glass 19c8205e68 dm: core: Scan the live tree when setting up driver model 8 years ago
Simon Glass e48eeb9ea3 dm: blk: Improve block device claiming 8 years ago
Simon Glass 6139281a64 dm: blk: Allow finding block devices without probing 8 years ago
Kever Yang 5540e25aeb dm: sandbox: pwm: add test for pwm_set_invert() 8 years ago
Jean-Jacques Hiblot 86322f5982 dm: test: Add tests for the generic PHY uclass 8 years ago
maxims@google.com 0753bc2d30 dm: Simple Watchdog uclass 8 years ago
Simon Glass 43b41566f7 dm: sandbox: pwm: Add a basic pwm test 8 years ago
Simon Glass 53378dac8d dm: led: Add support for blinking LEDs 8 years ago
Simon Glass 9413ad4f0d dm: led: Support toggling LEDs 8 years ago
Simon Glass 8f4b612333 dm: led: Add support for getting the state of an LED 8 years ago
Simon Glass ddae9fcddc dm: led: Adjust the LED uclass 8 years ago
Stefan Roese 24f927c527 dm: test: Add test for device removal 8 years ago
Stefan Roese 706865afe5 dm: core: Add flags parameter to device_remove() 8 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 8 years ago
Stephen Warren 61f5ddcb7a Add a power domain framework/uclass 9 years ago
Simon Glass 911954859d dm: Use dm_scan_fdt_dev() directly where possible 9 years ago
Simon Glass 2e3f1ff63f dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() 9 years ago
Stephen Warren 135aa95002 clk: convert API to match reset/mailbox style 9 years ago
Stephen Warren 4581b717b1 reset: implement a reset test 9 years ago
mario.six@gdsys.cc 743268f514 dm: test: Add GPIO open drain tests 9 years ago
Stephen Warren 8961b52424 mailbox: implement a sandbox test 9 years ago
Stephen Warren 1163625898 Rename reset to sysreset 9 years ago
Simon Glass 341392dd11 dm: mmc: test: Add tests for MMC 9 years ago
Simon Glass afa2c3122d dm: sandbox: mmc: Enable building MMC code for sandbox 9 years ago
Simon Glass f8b7752e8f dm: sandbox: Only enable the sandbox MMC driver when valid 9 years ago
Tom Rini f09144a220 test/dm/core.c: Make pre-reloc test use pre-reloc struct 9 years ago
Mateusz Kulikowski d33776e43d spmi: Add sandbox test driver 9 years ago
Simon Glass e4fb863f6d dm: blk: Add tests for block devices 9 years ago
Simon Glass 61ccd886e2 dm: usb: Clean up USB after each test 9 years ago
Simon Glass 2a981dc2c6 dm: block: Adjust device calls to go through helpers function 9 years ago
Simon Glass ebac37cfbf dm: blk: Rename get_device() to blk_get_device_by_str() 9 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 9 years ago
Simon Glass f8025b58f8 spi: Re-enable the SPI flash tests 9 years ago
Stephen Warren 1cd85f571d test/py: run all "ut" subtests 9 years ago
Simon Glass a108082d4d video: test: Adjust order of file closure 9 years ago
Simon Glass 5674ead7d2 video: test: Add console tests for truetype 9 years ago