Re: [U-Boot] [PATCH v3 06/29] dm: Provide a way to shut down driver model

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass s...@chromium.org wrote: Add a new method which removes and unbinds all drivers. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Marek Vasut ma...@denx.de Applied to dm/master. ___ U-Boot mailing list

[U-Boot] [PATCH v3 06/29] dm: Provide a way to shut down driver model

2014-07-23 Thread Simon Glass
Add a new method which removes and unbinds all drivers. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Marek Vasut ma...@denx.de --- Changes in v3: None Changes in v2: None drivers/core/root.c | 8 include/dm/root.h | 8 2 files changed, 16 insertions(+) diff --git