On 13 October 2014 23:41, Simon Glass <s...@chromium.org> wrote: > Buses sometimes want to pass data to their children when they are probed. > For example, a SPI bus may want to tell the slave device about the chip > select it is connected to. > > Add a new function to permit the parent data to be supplied to the child. > > Signed-off-by: Simon Glass <s...@chromium.org> > Acked-by: Jagannadha Sutradharudu Teki <jagannadh.t...@gmail.com> > --- > > Changes in v4: None > Changes in v3: > - Add new patch to allow parents to pass data to children during probe > > Changes in v2: None > > drivers/core/device.c | 9 ++++++++- > include/dm/device-internal.h | 13 +++++++++++++ > include/dm/device.h | 4 ++++ > 3 files changed, 25 insertions(+), 1 deletion(-) >
Applied to u-boot-dm/master. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot