u-boot/drivers/mailbox
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
..
apple-mbox.c mailbox: apple: Add driver for Apple IOP mailbox 2022-02-10 16:44:23 -05:00
k3-sec-proxy.c treewide: use dev_read_addr_*_ptr() where appropriate 2023-10-13 14:01:42 -06:00
Kconfig mailbox: zynqmp: Enable ipi mailbox driver for Versal NET 2022-09-26 14:23:29 +02:00
mailbox-uclass.c treewide: invaild -> invalid 2022-01-13 07:57:49 -05:00
Makefile mailbox: apple: Add driver for Apple IOP mailbox 2022-02-10 16:44:23 -05:00
sandbox-mbox-test.c
sandbox-mbox.c
stm32-ipcc.c
tegra-hsp.c treewide: invaild -> invalid 2022-01-13 07:57:49 -05:00
zynqmp-ipi.c mailbox: zynqmp: Move struct zynqmp_ipi_msg from sys_proto.h 2022-07-26 08:36:20 +02:00