]> Git Repo - J-u-boot.git/commit - drivers/core/device-remove.c
dm: core: Allow parents to have platform data for their children
authorSimon Glass <[email protected]>
Sun, 25 Jan 2015 15:27:01 +0000 (08:27 -0700)
committerSimon Glass <[email protected]>
Fri, 30 Jan 2015 00:09:54 +0000 (17:09 -0700)
commitcdc133bde9dd221319b9cf7fd99fcb4da8ba195c
treedaef0d65d0107aa4b93d3611f217947a6cf502e8
parentf8a85449ef3e0963add728815771ccc09aa99875
dm: core: Allow parents to have platform data for their children

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 <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
drivers/core/device-remove.c
drivers/core/device.c
include/dm/device.h
test/dm/bus.c
This page took 0.028565 seconds and 4 git commands to generate.