u-boot/drivers/core
Michal Simek 484fdf5ba0 dm: Add support for all targets which requires MANUAL_RELOC
Targets with CONFIG_NEEDS_MANUAL_RELOC do not use REL/RELA
relocation (mostly only GOT) where functions aray are not
updated. This patch is fixing function pointers for DM core
and serial-uclass to ensure that relocated functions are called.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-02-12 15:17:29 -07:00
..
Kconfig dm: Add Kconfig options for driver model SPL support 2015-02-12 10:35:33 -07:00
Makefile dm: Allow device removal features to be dropped 2014-11-21 08:13:02 +01:00
device-remove.c dm: core: Allow uclasses to specify private data for a device's children 2015-01-29 17:09:55 -07:00
device.c dm: introduce dev_get_addr interface 2015-02-12 15:17:29 -07:00
lists.c dm: core: remove unnecessary return condition in uclass lookup 2014-11-22 10:16:49 +01:00
root.c dm: Add support for all targets which requires MANUAL_RELOC 2015-02-12 15:17:29 -07:00
simple-bus.c dm: core: Add support for simple-bus 2014-10-22 10:36:56 -06:00
uclass.c dm: core: Allow uclass to set up a device's child before it is probed 2015-01-29 17:09:56 -07:00
util.c dm: Add base driver model support 2014-03-04 12:15:29 -05:00