[U-Boot] [PATCH v5] dm: core: implement dev_map_physmem()

Simon Glass sjg at chromium.org
Thu May 19 06:02:37 CEST 2016


On 16 May 2016 at 03:16, Vignesh R <vigneshr at ti.com> wrote:
> This API helps to map physical register addresss pace of device to
> virtual address space easily. Its just a wrapper around map_physmem()
> with MAP_NOCACHE flag.
>
>
> Signed-off-by: Vignesh R <vigneshr at ti.com>
> Suggested-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Jagan Teki <jteki at openedev.com>
> ---
>
> v5: Fix comments by Simon Glass <sjg at chromium.org>
>
>  drivers/core/device.c | 11 +++++++++++
>  include/dm/device.h   | 13 +++++++++++++
>  2 files changed, 24 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list