Re: [U-Boot] [PATCH 024/080] net: tsec: Make live-tree compatible

2017-10-08 Thread Simon Glass
On 29 September 2017 at 06:51, Mario Six wrote: > Make the tsec ethernet driver compatible with a live device tree. > > Signed-off-by: Mario Six > --- > drivers/net/tsec.c | 41 ++--- > 1 file changed, 18 insertions(+), 23 deletions(-) Reviewed-by: Simon Glas

[U-Boot] [PATCH 024/080] net: tsec: Make live-tree compatible

2017-09-29 Thread Mario Six
Make the tsec ethernet driver compatible with a live device tree. Signed-off-by: Mario Six --- drivers/net/tsec.c | 41 ++--- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c index 44140fb037..3eb09e93b2 1