u-boot/drivers/dma/ti
Matthias Schiffer 5fecea171d treewide: use dev_read_addr_*_ptr() where appropriate
A follow-up to commit 842fb5de42
("drivers: use devfdt_get_addr_size_index_ptr when cast to pointer")
and commit 320a1938b6
("drivers: use devfdt_get_addr_index_ptr when cast to pointer").

In addition to using the *_ptr variants of these functions where the
address is cast to a pointer, this also changes devfdt_get_addr_*() to
dev_read_addr_*() in a few places. Some variable and field types are
changed from fdt_addr_t or phys_addr_t to void* where the cast was
happening later.

This patch fixes a number of compile warnings when building a 32bit
U-Boot with CONFIG_PHYS_64BIT=y. In some places, it also fixes error
handling where the return value of dev_read_addr() etc. was checked for
NULL instead of FDT_ADDR_T_NONE.

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-10-13 14:01:42 -06:00
..
k3-psil-am62.c dma: ti: Add PSIL data for AM62x DMASS 2022-06-10 13:37:32 -04:00
k3-psil-am64.c dma: ti: k3-psil-am64: Add AM64 PSIL endpoint data 2021-05-12 16:36:38 +05:30
k3-psil-am654.c dma: ti: k3-psil-am654: Drop unused PSIL EP static data 2021-05-12 16:36:38 +05:30
k3-psil-j721e.c dma: ti: Update J21E PSIL endpoint information for MAIN CPSW0 2023-08-15 17:46:39 -04:00
k3-psil-j721s2.c drivers: dma: Add support for J721S2 2022-02-08 09:41:27 -05:00
k3-psil-priv.h dma: ti: Add PSIL data for AM62x DMASS 2022-06-10 13:37:32 -04:00
k3-psil.c arm: mach-k3: Rename SOC_K3_AM6 to SOC_K3_AM654 2022-07-25 13:02:04 -04:00
k3-psil.h dma: ti: k3-psil: Extend PSIL EP data extension for AM64 2021-05-12 16:36:38 +05:30
k3-udma-hwdef.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
k3-udma-u-boot.c dma: ti: k3-udma: Add support for native configuration of chan/flow 2021-06-11 19:18:52 +05:30
k3-udma.c treewide: use dev_read_addr_*_ptr() where appropriate 2023-10-13 14:01:42 -06:00
Kconfig Kconfig: Remove all default n/no options 2021-08-31 17:47:49 -04:00
Makefile arm: mach-k3: Rename SOC_K3_AM6 to SOC_K3_AM654 2022-07-25 13:02:04 -04:00