Re: [U-Boot] [PATCH 03/23] dm: core: Add support for simple-bus

2014-10-22 Thread Simon Glass
On 4 October 2014 11:29, Simon Glass wrote: > Add a driver for the simple-bus nodes, which allows devices within these > nodes to be bound. > > Signed-off-by: Simon Glass > --- > > drivers/core/Makefile | 1 + > drivers/core/simple-bus.c | 33 + > include/dm/

[U-Boot] [PATCH 03/23] dm: core: Add support for simple-bus

2014-10-04 Thread Simon Glass
Add a driver for the simple-bus nodes, which allows devices within these nodes to be bound. Signed-off-by: Simon Glass --- drivers/core/Makefile | 1 + drivers/core/simple-bus.c | 33 + include/dm/uclass-id.h| 1 + 3 files changed, 35 insertions(+) cre