Files
u-boot/doc/develop
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
..
2023-02-11 12:22:35 -05:00
2023-04-03 16:38:50 -04:00
2023-03-13 13:56:14 +01:00
2023-03-08 11:40:49 -08:00
2022-09-13 16:01:44 -04:00
2023-05-03 18:30:46 -04:00
2023-01-16 18:26:51 -05:00
2022-08-13 11:09:49 +02:00
2022-12-17 13:37:33 +00:00
2022-03-02 10:28:12 -05:00
2023-05-01 12:02:02 -04:00
2022-12-17 13:37:33 +00:00
2022-12-17 13:37:33 +00:00
2023-05-04 09:57:43 +02:00