[U-Boot] [PATCH 1/6] drivers: of: add support for get device address based on index
Simon Glass
sjg at chromium.org
Fri Sep 4 02:58:32 CEST 2015
Hi,
On 2 September 2015 at 05:15, Mugunthan V N <mugunthanvnm at ti.com> wrote:
> When a device has multiple memory regions, api "dev_get_addr"
> doesn't return the address and returns error. So implementing a
> new api to get device address based on index.
>
> Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
> ---
> drivers/core/device.c | 18 ++++++++++++++++++
> include/dm/device.h | 10 ++++++++++
> include/fdtdec.h | 14 ++++++++++++++
> lib/fdtdec.c | 35 +++++++++++++++++++++++++++++++++++
> 4 files changed, 77 insertions(+)
I'd like to figure out Stephen Warren's patch before we look too hard
at this one.
http://patchwork.ozlabs.org/patch/504918/
Regards,
Simon
More information about the U-Boot
mailing list