Re: [U-Boot] [PATCH 1/3] net: ravb: Add OF probing support

2017-08-02 Thread Nobuhiro Iwamatsu
Applied to rmobile branch, thanks! 2017-07-22 6:20 GMT+09:00 Marek Vasut : > Add support for probing the RAVB Ethernet block from device tree. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Nobuhiro Iwamatsu > --- > drivers/net/ravb.c | 37 + > 1

Re: [U-Boot] [PATCH 1/3] net: ravb: Add OF probing support

2017-07-27 Thread Joe Hershberger
On Fri, Jul 21, 2017 at 4:20 PM, Marek Vasut wrote: > Add support for probing the RAVB Ethernet block from device tree. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Nobuhiro Iwamatsu Acked-by: Joe Hershberger ___ U-Boot mailing list U-

[U-Boot] [PATCH 1/3] net: ravb: Add OF probing support

2017-07-21 Thread Marek Vasut
Add support for probing the RAVB Ethernet block from device tree. Signed-off-by: Marek Vasut Cc: Joe Hershberger Cc: Nobuhiro Iwamatsu --- drivers/net/ravb.c | 37 + 1 file changed, 37 insertions(+) diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c index