[U-Boot] [PATCH v2 1/1] dm: core: add functions to get/remap I/O addresses by name

Simon Glass sjg at chromium.org
Mon Dec 3 18:20:21 UTC 2018


Hi Alvaro,

On Sat, 1 Dec 2018 at 12:31, Álvaro Fernández Rojas <noltari at gmail.com> wrote:
>

Please add a commit message here. It is important to describe the
motivation and effect for each commit.

It should be the most enjoyable bit of each commit :-)

Looks good otherwise.

> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
>  v2: add remap tests
>
>  arch/sandbox/dts/test.dts |  1 +
>  drivers/core/fdtaddr.c    | 10 ++++++
>  drivers/core/read.c       | 20 ++++++++++++
>  include/dm/fdtaddr.h      | 13 ++++++++
>  include/dm/read.h         | 36 +++++++++++++++++++++
>  test/dm/test-fdt.c        | 82 +++++++++++++++++++++++++++++++++++++++++++++--
>  6 files changed, 160 insertions(+), 2 deletions(-)
>

Regards,
Simon


More information about the U-Boot mailing list