[U-Boot] [PATCH 03/23] dm: core: Add support for simple-bus
Simon Glass
sjg at chromium.org
Thu Oct 23 05:06:59 CEST 2014
On 4 October 2014 11:29, Simon Glass <sjg at chromium.org> wrote:
> Add a driver for the simple-bus nodes, which allows devices within these
> nodes to be bound.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/core/Makefile | 1 +
> drivers/core/simple-bus.c | 33 +++++++++++++++++++++++++++++++++
> include/dm/uclass-id.h | 1 +
> 3 files changed, 35 insertions(+)
> create mode 100644 drivers/core/simple-bus.c
>
Applied to u-boot-dm/master.
More information about the U-Boot
mailing list