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

2017-03-27 Thread Stefan Roese
Hi Simon, On 26.03.2017 05:52, Simon Glass wrote: On 20 March 2017 at 05:51, 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

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

2017-03-25 Thread Simon Glass
Hi Stefan, On 20 March 2017 at 05:51, 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

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

2017-03-20 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