Forked from
Reform / reform-boundary-uboot
17480 commits behind the upstream repository.
-
Michal Simek authored
Patches: "dm: core: Add a post_bind method for parents" (sha1: 0118ce79) "dm: core: Add a uclass pre_probe() method for devices" (sha1: 02c07b37) "dm: core: Allow the uclass to set up a device's child after binding" (sha1: 081f2fcb) "dm: core: Allow uclass to set up a device's child before it is probed" (sha1: 83c7e434) Adds new entries to struct driver and struct uclass_driver without extending code for manual relocation. This patch fixes it for all architectures which requires MANUAL_RELOC. Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Acked-by:
Simon Glass <sjg@chromium.org>
Michal Simek authoredPatches: "dm: core: Add a post_bind method for parents" (sha1: 0118ce79) "dm: core: Add a uclass pre_probe() method for devices" (sha1: 02c07b37) "dm: core: Allow the uclass to set up a device's child after binding" (sha1: 081f2fcb) "dm: core: Allow uclass to set up a device's child before it is probed" (sha1: 83c7e434) Adds new entries to struct driver and struct uclass_driver without extending code for manual relocation. This patch fixes it for all architectures which requires MANUAL_RELOC. Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Acked-by:
Simon Glass <sjg@chromium.org>
root.c 5.00 KiB