Re: [U-Boot] [PATCH 4/4 v4] dm: test: Add test for device removal

2017-04-04 Thread Simon Glass
On 27 March 2017 at 03:02, Stefan Roese wrote: > 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) > >

[U-Boot] [PATCH 4/4 v4] dm: test: Add test for device removal

2017-03-27 Thread Stefan Roese
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