1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-14 06:21:47 +02:00
Files
u-boot-megous/test/dm
Stefan Roese 24f927c527 dm: test: Add test for device removal
Add a test for the correct device removal. Currently two different ways
for device removal are supported:

- Normal device removal via the device_remove() API
- Removal via selective device driver flags (DM_FLAG_ACTIVE_DMA)

This new test "remove_active_dma" adds tests cases for those both ways
of removal. This is done by adding a new test driver, which has this
flag set.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
2017-04-04 20:15:10 -06:00
..
2017-04-04 20:15:10 -06:00
2016-07-27 16:29:56 -06:00
2016-06-19 17:05:55 -06:00