Re: [U-Boot] [PATCH 1/6] net: dw: Add read_rom_hwaddr net_op hook

2016-11-30 Thread Joe Hershberger
On Wed, Nov 30, 2016 at 2:16 AM, Olliver Schinagl wrote: > Hey Simon, > > > > On 29-11-16 22:41, Simon Glass wrote: >> >> Hi Oliver, >> >> On 28 November 2016 at 03:38, Olliver Schinagl wrote: >>> >>> On 27-11-16 18:02, Simon Glass wrote: Hi,

Re: [U-Boot] [PATCH 1/6] net: dw: Add read_rom_hwaddr net_op hook

2016-11-30 Thread Olliver Schinagl
Hey Simon, On 29-11-16 22:41, Simon Glass wrote: Hi Oliver, On 28 November 2016 at 03:38, Olliver Schinagl wrote: On 27-11-16 18:02, Simon Glass wrote: Hi, On 25 November 2016 at 08:38, Olliver Schinagl wrote: Add the read_rom_hwaddr net_op hook

Re: [U-Boot] [PATCH 1/6] net: dw: Add read_rom_hwaddr net_op hook

2016-11-29 Thread Simon Glass
Hi Oliver, On 28 November 2016 at 03:38, Olliver Schinagl wrote: > On 27-11-16 18:02, Simon Glass wrote: >> >> Hi, >> >> On 25 November 2016 at 08:38, Olliver Schinagl wrote: >>> >>> Add the read_rom_hwaddr net_op hook so that it can be called from boards

Re: [U-Boot] [PATCH 1/6] net: dw: Add read_rom_hwaddr net_op hook

2016-11-28 Thread Olliver Schinagl
On 27-11-16 18:02, Simon Glass wrote: Hi, On 25 November 2016 at 08:38, Olliver Schinagl wrote: Add the read_rom_hwaddr net_op hook so that it can be called from boards to read the mac from a ROM chip. Signed-off-by: Olliver Schinagl ---

Re: [U-Boot] [PATCH 1/6] net: dw: Add read_rom_hwaddr net_op hook

2016-11-27 Thread Simon Glass
Hi, On 25 November 2016 at 08:38, Olliver Schinagl wrote: > Add the read_rom_hwaddr net_op hook so that it can be called from boards > to read the mac from a ROM chip. > > Signed-off-by: Olliver Schinagl > --- > drivers/net/designware.c | 16

[U-Boot] [PATCH 1/6] net: dw: Add read_rom_hwaddr net_op hook

2016-11-25 Thread Olliver Schinagl
Add the read_rom_hwaddr net_op hook so that it can be called from boards to read the mac from a ROM chip. Signed-off-by: Olliver Schinagl --- drivers/net/designware.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/net/designware.c