Re: [PATCH v3 3/6] net: stmmac: dwmac-sunxi: Implement syscon-based clock handling

2020-04-30 Thread Maxime Ripard
On Thu, Apr 30, 2020 at 02:56:59PM +0300, Priit Laes wrote: > Convert the sun7i-gmac driver to use a regmap-based driver, > instead of relying on the custom clock implementation. > > This allows to get rid of the last custom clock in the sun7i > device tree making the sun7i fully CCU-compatible. >

[PATCH v3 3/6] net: stmmac: dwmac-sunxi: Implement syscon-based clock handling

2020-04-30 Thread Priit Laes
Convert the sun7i-gmac driver to use a regmap-based driver, instead of relying on the custom clock implementation. This allows to get rid of the last custom clock in the sun7i device tree making the sun7i fully CCU-compatible. Compatibility with existing devicetrees is retained. Signed-off-by: P