Re: [U-Boot] [RFC PATCH 05/22] sandbox: Remove all drivers before exit

2014-05-27 Thread Simon Glass
Hi Jon, On 27 May 2014 09:28, Jon Loeliger wrote: > On Sat, May 24, 2014 at 4:21 PM, Simon Glass wrote: >> Drivers are supposed to be able to close down cleanly. To set a good example, >> make sandbox shut down its driver model drivers and remove them before exit. > > Right. But we should be ca

Re: [U-Boot] [RFC PATCH 05/22] sandbox: Remove all drivers before exit

2014-05-27 Thread Jon Loeliger
On Sat, May 24, 2014 at 4:21 PM, Simon Glass wrote: > Drivers are supposed to be able to close down cleanly. To set a good example, > make sandbox shut down its driver model drivers and remove them before exit. Right. But we should be careful here... > It may be desirable to do the same more ge