Re: [PATCH net-next v2 0/2] net: phy: at803x: paging support

2021-02-18 Thread David Miller
From: Michael Walle Date: Thu, 18 Feb 2021 20:46:10 +0100 > Am 2021-02-18 20:26, schrieb Vladimir Oltean: >> On Thu, Feb 18, 2021 at 07:52:38PM +0100, Michael Walle wrote: >>> Add paging support to the QCA AR8031/33 PHY. This will be needed if we >>> add support for the .config_inband_aneg callba

Re: [PATCH net-next v2 0/2] net: phy: at803x: paging support

2021-02-18 Thread Michael Walle
Am 2021-02-18 20:26, schrieb Vladimir Oltean: On Thu, Feb 18, 2021 at 07:52:38PM +0100, Michael Walle wrote: Add paging support to the QCA AR8031/33 PHY. This will be needed if we add support for the .config_inband_aneg callback, see series [1]. The driver itself already accesses the fiber page

Re: [PATCH net-next v2 0/2] net: phy: at803x: paging support

2021-02-18 Thread Vladimir Oltean
On Thu, Feb 18, 2021 at 07:52:38PM +0100, Michael Walle wrote: > Add paging support to the QCA AR8031/33 PHY. This will be needed if we > add support for the .config_inband_aneg callback, see series [1]. > > The driver itself already accesses the fiber page (without proper locking). > The former ve

[PATCH net-next v2 0/2] net: phy: at803x: paging support

2021-02-18 Thread Michael Walle
Add paging support to the QCA AR8031/33 PHY. This will be needed if we add support for the .config_inband_aneg callback, see series [1]. The driver itself already accesses the fiber page (without proper locking). The former version of this patchset converted the access to phy_read_paged(), but Vla