u-boot/drivers/net/qe
Johan Jonker a12a73b664 drivers: use dev_read_addr_ptr when cast to pointer
The fdt_addr_t and phys_addr_t size have been decoupled. A 32bit CPU
can expect 64-bit data from the device tree parser, so use
dev_read_addr_ptr instead of the dev_read_addr function in the
various files in the drivers directory that cast to a pointer.
As we are there also streamline the error response to -EINVAL on return.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-05-06 17:28:18 +08:00
..
dm_qe_uec.c global: Finish CONFIG -> CFG migration 2023-01-20 12:27:24 -05:00
dm_qe_uec.h net, qe: add DM support for QE UEC ethernet 2020-09-17 06:09:53 +02:00
dm_qe_uec_phy.c drivers: use dev_read_addr_ptr when cast to pointer 2023-05-06 17:28:18 +08:00
Kconfig net: Remove extraneous dependencies 2022-12-07 12:20:17 -05:00
Makefile net, qe: add DM support for QE UEC ethernet 2020-09-17 06:09:53 +02:00
uccf.c net, qe: add DM support for QE UEC ethernet 2020-09-17 06:09:53 +02:00
uccf.h net, qe: add DM support for QE UEC ethernet 2020-09-17 06:09:53 +02:00
uec.h net: Remove more legacy functions 2022-12-22 10:31:49 -05:00