Re: [U-Boot] [PATCH] arm: socfpga: Fix ethernet reset handling

2016-02-11 Thread Dinh Nguyen
On 02/11/2016 09:53 AM, Stefan Roese wrote: > On 11.02.2016 16:41, Marek Vasut wrote: >> The following patch caused cpu_eth_init() to not be called anymore >> for DM-capable boards: >> >> commit c32a6fd07b1839e4a45729587ebc8e1c55601a4d >> Date: Sun Jan 17 14:51:56 2016 -0700 >> net: Don't

Re: [U-Boot] [PATCH] arm: socfpga: Fix ethernet reset handling

2016-02-11 Thread Stefan Roese
On 11.02.2016 16:41, Marek Vasut wrote: The following patch caused cpu_eth_init() to not be called anymore for DM-capable boards: commit c32a6fd07b1839e4a45729587ebc8e1c55601a4d Date: Sun Jan 17 14:51:56 2016 -0700 net: Don't call board/cpu_eth_init() with driver model This breaks ethern

[U-Boot] [PATCH] arm: socfpga: Fix ethernet reset handling

2016-02-11 Thread Marek Vasut
The following patch caused cpu_eth_init() to not be called anymore for DM-capable boards: commit c32a6fd07b1839e4a45729587ebc8e1c55601a4d Date: Sun Jan 17 14:51:56 2016 -0700 net: Don't call board/cpu_eth_init() with driver model This breaks ethernet on SoCFPGA, since we use that function t