
13 Feb
2018
13 Feb
'18
6:35 p.m.
On Tue, Feb 13, 2018 at 10:29 AM, Marek Vasut marek.vasut@gmail.com wrote:
Reset and initialize the PHY once in the probe() function rather than doing it over and over again is start() function. This requires us to keep the clock enabled while the driver is in use. This significantly reduces the time between transfers as the PHY doesn't have to restart autonegotiation between transfers, which takes forever.
Signed-off-by: Marek Vasut marek.vasut+renesas@gmail.com Cc: Geert Uytterhoeven geert+renesas@glider.be Cc: Joe Hershberger joe.hershberger@ni.com
Acked-by: Joe Hershberger joe.hershberger@ni.com