Re: [U-Boot] [PATCH 05/12] ARM: socfpga: Repair A10 EMAC reset handling

2018-05-16 Thread Ley Foon Tan
On Sun, May 13, 2018 at 4:30 AM, Marek Vasut wrote: > The EMAC reset and PHY mode configuration was never working on the > Arria10 SoC, fix this. This patch pulls out the common code into > misc.c and passes the SoC-specific function call in as a function > pointer. > > Signed-off-by: Marek Vasut

[U-Boot] [PATCH 05/12] ARM: socfpga: Repair A10 EMAC reset handling

2018-05-12 Thread Marek Vasut
The EMAC reset and PHY mode configuration was never working on the Arria10 SoC, fix this. This patch pulls out the common code into misc.c and passes the SoC-specific function call in as a function pointer. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen --- NOTE: This should be c