[U-Boot] [PATCH v3 07/26] dm: core: Allow parents to have platform data for their children

Masahiro Yamada yamada.m at jp.panasonic.com
Mon Jan 26 02:56:55 CET 2015


On Sun, 25 Jan 2015 08:27:01 -0700
Simon Glass <sjg at chromium.org> wrote:

> For buses it is common for parents to need to know the address of the child
> on the bus, the bus speed to use for that child, and other information. This
> can be provided in platform data attached to each child.
> 
> Add driver model support for this, including auto-allocation which can be
> requested using a new property to specify the size of the data.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>



Reviewed-by: Masahiro Yamada <yamada.m at jp.panasonic.com>



More information about the U-Boot mailing list