Home
last modified time | relevance | path

Searched hist:"081 f2fcb" (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dbus.c081f2fcb Sun Jan 25 09:27:08 CST 2015 Simon Glass <sjg@chromium.org> dm: core: Allow the uclass to set up a device's child after binding

For buses, after a child is bound, allow the uclass to perform some
processing. This can be used to figure out the address of the child (e.g.
the chip select for SPI slaves) so that it is ready to be probed.

This avoids bus drivers having to repeat the same process, which really
should be done by the uclass, since it is common.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/openbmc/u-boot/include/dm/
H A Duclass.h081f2fcb Sun Jan 25 09:27:08 CST 2015 Simon Glass <sjg@chromium.org> dm: core: Allow the uclass to set up a device's child after binding

For buses, after a child is bound, allow the uclass to perform some
processing. This can be used to figure out the address of the child (e.g.
the chip select for SPI slaves) so that it is ready to be probed.

This avoids bus drivers having to repeat the same process, which really
should be done by the uclass, since it is common.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/openbmc/u-boot/drivers/core/
H A Duclass.c081f2fcb Sun Jan 25 09:27:08 CST 2015 Simon Glass <sjg@chromium.org> dm: core: Allow the uclass to set up a device's child after binding

For buses, after a child is bound, allow the uclass to perform some
processing. This can be used to figure out the address of the child (e.g.
the chip select for SPI slaves) so that it is ready to be probed.

This avoids bus drivers having to repeat the same process, which really
should be done by the uclass, since it is common.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>