[PATCH 3/5] core: introduce dev_read_addr_name[_size]_ptr() functions
Simon Glass
sjg at chromium.org
Sat Oct 14 00:00:44 CEST 2023
On Wed, 27 Sept 2023 at 06:34, Matthias Schiffer
<matthias.schiffer at ew.tq-group.com> wrote:
>
> Same as dev_read_addr_name[_size](), but returns a pointer, cast
> through map_sysmem().
>
> Signed-off-by: Matthias Schiffer <matthias.schiffer at ew.tq-group.com>
> ---
> drivers/core/fdtaddr.c | 21 +++++++++++++++++++++
> drivers/core/read.c | 21 +++++++++++++++++++++
> include/dm/fdtaddr.h | 31 +++++++++++++++++++++++++++++++
> include/dm/read.h | 41 +++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 114 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list