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 wrote: > Add a new method which removes and unbinds all drivers. > > Signed-off-by: Simon Glass > Acked-by: Marek Vasut Applied to dm/master. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/

[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 Acked-by: Marek Vasut --- 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 a/drivers/core/root.c b/driver