Re: [U-Boot] [RFC PATCH 1/3] dm: core: Add pre-OS remove flag to device_remove()

2017-03-10 Thread Stefan Roese
Hi Simon, On 10.03.2017 12:31, Stefan Roese wrote: > Hi Simon, > > On 08.03.2017 22:01, Simon Glass wrote: >> Hi Stefan, >> >> On 2 March 2017 at 23:24, Stefan Roese wrote: >>> Hi Simon, >>> >>> On 03.03.2017 05:53, Simon Glass wrote: On 1 March 2017 at 03:23, Stefan Roese

Re: [U-Boot] [RFC PATCH 1/3] dm: core: Add pre-OS remove flag to device_remove()

2017-03-10 Thread Stefan Roese
Hi Simon, On 08.03.2017 22:01, Simon Glass wrote: Hi Stefan, On 2 March 2017 at 23:24, Stefan Roese wrote: Hi Simon, On 03.03.2017 05:53, Simon Glass wrote: On 1 March 2017 at 03:23, Stefan Roese wrote: This patch adds the pre_os_remove boolean flag to

Re: [U-Boot] [RFC PATCH 1/3] dm: core: Add pre-OS remove flag to device_remove()

2017-03-08 Thread Simon Glass
Hi Stefan, On 2 March 2017 at 23:24, Stefan Roese wrote: > Hi Simon, > > On 03.03.2017 05:53, Simon Glass wrote: >> On 1 March 2017 at 03:23, Stefan Roese wrote: >>> This patch adds the pre_os_remove boolean flag to device_remove() and >>> changes all calls to this

Re: [U-Boot] [RFC PATCH 1/3] dm: core: Add pre-OS remove flag to device_remove()

2017-03-02 Thread Stefan Roese
Hi Simon, On 03.03.2017 05:53, Simon Glass wrote: > On 1 March 2017 at 03:23, Stefan Roese wrote: >> This patch adds the pre_os_remove boolean flag to device_remove() and >> changes all calls to this function to provide the default value of >> "false". This is in preparation for

Re: [U-Boot] [RFC PATCH 1/3] dm: core: Add pre-OS remove flag to device_remove()

2017-03-02 Thread Simon Glass
Hi Stefan, On 1 March 2017 at 03:23, Stefan Roese wrote: > This patch adds the pre_os_remove boolean flag to device_remove() and > changes all calls to this function to provide the default value of > "false". This is in preparation for the driver specific pre-OS remove > support. >

[U-Boot] [RFC PATCH 1/3] dm: core: Add pre-OS remove flag to device_remove()

2017-03-01 Thread Stefan Roese
This patch adds the pre_os_remove boolean flag to device_remove() and changes all calls to this function to provide the default value of "false". This is in preparation for the driver specific pre-OS remove support. Signed-off-by: Stefan Roese Cc: Simon Glass