Re: [U-Boot] [PATCH v3 6/9] net: stm32: add designware mac glue code for stm32

2016-12-05 Thread Vikas MANOCHA
Hi Michael, > -Original Message- > From: Michael Kurz [mailto:michi.k...@gmail.com] > Sent: Monday, December 05, 2016 9:37 AM > To: Vikas MANOCHA > Cc: Michael Kurz ; u-boot@lists.denx.de; Simon Glass > ; Albert Aribaud > ; Toshifumi NISHINAGA ; > Joe Hershberger > Subject: Re: [PATCH

Re: [U-Boot] [PATCH v3 6/9] net: stm32: add designware mac glue code for stm32

2016-12-05 Thread Michael Kurz
Hi Vikas, On Thu, 1 Dec 2016, vikas wrote: Hi, On 11/24/2016 11:10 AM, Michael Kurz wrote: This patch adds glue code required for enabling the designware mac on stm32f7 devices. ethernet is not working at my end, is it working at your end. Just tested it again with a clean clone of u-bo

Re: [U-Boot] [PATCH v3 6/9] net: stm32: add designware mac glue code for stm32

2016-12-01 Thread vikas
Hi, On 11/24/2016 11:10 AM, Michael Kurz wrote: > This patch adds glue code required for enabling the designware > mac on stm32f7 devices. ethernet is not working at my end, is it working at your end. > > Signed-off-by: Michael Kurz > Acked-by: Joe Hershberger > > --- > > Changes in v3: > -

[U-Boot] [PATCH v3 6/9] net: stm32: add designware mac glue code for stm32

2016-11-24 Thread Michael Kurz
This patch adds glue code required for enabling the designware mac on stm32f7 devices. Signed-off-by: Michael Kurz Acked-by: Joe Hershberger --- Changes in v3: - Add Acked-by tag to 'add designware mac glue code for stm32' Changes in v2: - Replaced bit shifts and masks with BIT() and GENMASK(