diff options
author | Simon Glass <sjg@chromium.org> | 2015-01-25 08:27:06 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-29 17:09:55 -0700 |
commit | dac8db2ce66944828e441cccf25703b262a256cd (patch) | |
tree | 44a5625d8577254adb38364944372b55ad2549df /include/xilinx.h | |
parent | 9cc36a2b89ebe5148d69d521745c1e1d26365c3a (diff) | |
download | u-boot-imx-dac8db2ce66944828e441cccf25703b262a256cd.zip u-boot-imx-dac8db2ce66944828e441cccf25703b262a256cd.tar.gz u-boot-imx-dac8db2ce66944828e441cccf25703b262a256cd.tar.bz2 |
dm: core: Allow uclasses to specify private data for a device's children
In many cases the per-child private data for a device's children is defined
by the uclass rather than the individual driver. For example, a SPI bus
needs to store information about each of its children, but all SPI drivers
store the same information. It makes sense to allow the uclass to define
this data.
If the driver provides a size value for its per-child private data, then use
it. Failng that, fall back to that provided by the uclass.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/xilinx.h')
0 files changed, 0 insertions, 0 deletions