
26 Jan
2015
26 Jan
'15
2:56 a.m.
On Sun, 25 Jan 2015 08:27:01 -0700 Simon Glass sjg@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@chromium.org
Reviewed-by: Masahiro Yamada yamada.m@jp.panasonic.com