Re: [U-Boot] [PATCH 2/4 v3] dm: core: Add dm_remove_devices_flags() and hook it into device_remove()

2017-03-27 Thread Stefan Roese
Hi Simon, On 26.03.2017 05:52, Simon Glass wrote: On 25 March 2017 at 19:17, Simon Glass wrote: Hi Stefan, On 22 March 2017 at 00:28, Stefan Roese wrote: The new function dm_remove_devices_flags() is intented for driver specific last-stage cleanup

Re: [U-Boot] [PATCH 2/4 v3] dm: core: Add dm_remove_devices_flags() and hook it into device_remove()

2017-03-25 Thread Simon Glass
Hi Stefan, On 25 March 2017 at 19:17, Simon Glass wrote: > Hi Stefan, > > On 22 March 2017 at 00:28, Stefan Roese wrote: >> The new function dm_remove_devices_flags() is intented for driver specific >> last-stage cleanup operations before the OS is started. This

Re: [U-Boot] [PATCH 2/4 v3] dm: core: Add dm_remove_devices_flags() and hook it into device_remove()

2017-03-25 Thread Simon Glass
Hi Stefan, On 22 March 2017 at 00:28, Stefan Roese wrote: > The new function dm_remove_devices_flags() is intented for driver specific > last-stage cleanup operations before the OS is started. This patch adds > this functionality and hooks it into the common device_remove() >

[U-Boot] [PATCH 2/4 v3] dm: core: Add dm_remove_devices_flags() and hook it into device_remove()

2017-03-22 Thread Stefan Roese
The new function dm_remove_devices_flags() is intented for driver specific last-stage cleanup operations before the OS is started. This patch adds this functionality and hooks it into the common device_remove() function. Drivers wanting to use this feature for some last-stage removal calls, need