Re: [U-Boot] [PATCH 3/3] arm: socfpga: gen5: remove hacked ETH RST handling

2019-01-10 Thread Marek Vasut
On 1/10/19 9:46 PM, Simon Goldschmidt wrote: > > > Am Do., 10. Jan. 2019, 21:40 hat Marek Vasut > geschrieben: > > On 1/10/19 8:49 PM, Simon Goldschmidt wrote: > > The 'designware_socfpga' ETH driver can now get the MACs out of reset > > via the socfpga reset d

Re: [U-Boot] [PATCH 3/3] arm: socfpga: gen5: remove hacked ETH RST handling

2019-01-10 Thread Simon Goldschmidt
Am Do., 10. Jan. 2019, 21:40 hat Marek Vasut geschrieben: > On 1/10/19 8:49 PM, Simon Goldschmidt wrote: > > The 'designware_socfpga' ETH driver can now get the MACs out of reset > > via the socfpga reset driver and can set PHY mode via syscon. > > > > This means we can now remove the ad-hoc code

Re: [U-Boot] [PATCH 3/3] arm: socfpga: gen5: remove hacked ETH RST handling

2019-01-10 Thread Marek Vasut
On 1/10/19 8:49 PM, Simon Goldschmidt wrote: > The 'designware_socfpga' ETH driver can now get the MACs out of reset > via the socfpga reset driver and can set PHY mode via syscon. > > This means we can now remove the ad-hoc code to do this from > arch/arm/mach-socfpga. > > Signed-off-by: Simon G

[U-Boot] [PATCH 3/3] arm: socfpga: gen5: remove hacked ETH RST handling

2019-01-10 Thread Simon Goldschmidt
The 'designware_socfpga' ETH driver can now get the MACs out of reset via the socfpga reset driver and can set PHY mode via syscon. This means we can now remove the ad-hoc code to do this from arch/arm/mach-socfpga. Signed-off-by: Simon Goldschmdit Signed-off-by: Simon Goldschmidt --- .../mac