Re: [U-Boot] [PATCH] fdt: fix dev_get_addr_name node offset

2016-05-07 Thread Simon Glass
On 29 April 2016 at 08:02, Simon Glass wrote: > On 28 April 2016 at 16:04, Stephen Warren wrote: >> From: Stephen Warren >> >> Use the device's own DT offset, not the device's parent's. >> >> Fixes: 43c4d44e3330 ("fdt: implement

Re: [U-Boot] [PATCH] fdt: fix dev_get_addr_name node offset

2016-04-29 Thread Simon Glass
On 28 April 2016 at 16:04, Stephen Warren wrote: > From: Stephen Warren > > Use the device's own DT offset, not the device's parent's. > > Fixes: 43c4d44e3330 ("fdt: implement dev_get_addr_name()") > Signed-off-by: Stephen Warren >

[U-Boot] [PATCH] fdt: fix dev_get_addr_name node offset

2016-04-28 Thread Stephen Warren
From: Stephen Warren Use the device's own DT offset, not the device's parent's. Fixes: 43c4d44e3330 ("fdt: implement dev_get_addr_name()") Signed-off-by: Stephen Warren --- drivers/core/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)