[U-Boot] [PATCH v3] dm: core: add functions to get memory-mapped I/O addresses
Simon Glass
sjg at chromium.org
Mon Apr 30 23:12:42 UTC 2018
On 29 April 2018 at 13:56, Daniel Schwierzeck
<daniel.schwierzeck at gmail.com> wrote:
> From: Álvaro Fernández Rojas <noltari at gmail.com>
>
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
>
> ---
> This replaces/updates patch 01/17 from patch series
> https://patchwork.ozlabs.org/cover/889542/. The update fixes
> some issues with Sandbox and adds unit-tests. The remaining patches
> from the patch series can be applied as-is when this patch has been
> committed.
>
> Changes in v3:
> - replace ioremap() with map_physmem()
> - add unit tests
> - fix checkpatch.pl warnings
>
> Changes in v2:
> - new patch
>
> drivers/core/fdtaddr.c | 15 +++++++++++++++
> drivers/core/read.c | 15 +++++++++++++++
> include/dm/fdtaddr.h | 22 ++++++++++++++++++++++
> include/dm/read.h | 32 ++++++++++++++++++++++++++++++++
> test/dm/test-fdt.c | 42 ++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 126 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list