u-boot-brain/drivers/ram
Walter Lozano 51f1263d89 dtoc: extend dtoc to use struct driver_info when linking nodes
In the current implementation, when dtoc parses a dtb to generate a struct
platdata it converts the information related to linked nodes as pointers
to struct platdata of destination nodes. By doing this, it makes
difficult to get pointer to udevices created based on these
information.

This patch extends dtoc to use struct driver_info when populating
information about linked nodes, which makes it easier to later get
the devices created. In this context, reimplement functions like
clk_get_by_index_platdata() which made use of the previous approach.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-07-09 22:00:29 -06:00
..
k3-j721e common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
mediatek common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
rockchip dtoc: extend dtoc to use struct driver_info when linking nodes 2020-07-09 22:00:29 -06:00
sifive sifive: fu540: add ddr driver 2020-06-04 09:44:08 +08:00
stm32mp1 ram: stm32mp1: add size and addr parameter to test all 2020-07-07 16:01:23 +02:00
Kconfig sifive: fu540: add ddr driver 2020-06-04 09:44:08 +08:00
Makefile sifive: fu540: add ddr driver 2020-06-04 09:44:08 +08:00
bmips_ram.c common: Move RAM-sizing functions to init.h 2020-01-17 14:02:35 -05:00
imxrt_sdram.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
k3-am654-ddrss.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
k3-am654-ddrss.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mpc83xx_sdram.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
ram-uclass.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sandbox_ram.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
stm32_sdram.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00