[U-Boot] [PATCH v3 26/29] dm: Add child_pre_probe() and child_post_remove() methods

Simon Glass sjg at chromium.org
Sat Jul 26 17:14:28 CEST 2014


On 23 July 2014 13:55, Simon Glass <sjg at chromium.org> wrote:
> Some devices (particularly bus devices) must track their children, knowing
> when a new child is added so that it can be set up for communication on the
> bus.
>
> Add a child_pre_probe() method to provide this feature, and a corresponding
> child_post_remove() method.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>

Applied to dm/master.


More information about the U-Boot mailing list