Re: [U-Boot] [PATCH v2 3/7] net: stm32: add designware mac glue code for stm32

2016-11-14 Thread Joe Hershberger
On Fri, Nov 4, 2016 at 2:21 PM, Michael Kurz wrote: > This patch adds glue code required for enabling the designware > mac on stm32f7 devices. > > Signed-off-by: Michael Kurz Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de http:

[U-Boot] [PATCH v2 3/7] net: stm32: add designware mac glue code for stm32

2016-11-04 Thread Michael Kurz
This patch adds glue code required for enabling the designware mac on stm32f7 devices. Signed-off-by: Michael Kurz --- Changes in v2: - Replaced bit shifts and masks with BIT() and GENMASK() macro - Moved STM32_SYSCFG_BASE into stm32.h header arch/arm/include/asm/arch-stm32f7/stm32_periph.h |