linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: phy: at803x: paging support
@ 2021-02-18 18:52 Michael Walle
  2021-02-18 18:52 ` [PATCH net-next v2 1/2] net: phy: at803x: add pages support to AR8031/33 Michael Walle
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Walle @ 2021-02-18 18:52 UTC (permalink / raw)
  To: netdev, linux-kernel
  Cc: Andrew Lunn, Heiner Kallweit, Russell King, David S . Miller,
	Jakub Kicinski, Vladimir Oltean, 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 Vladimir Oltean mentioned that it is dead code.
Therefore, the second patch will just remove it.

changes since v1:
 - second patch will remove at803x_aneg_done() altogether

Michael Walle (2):
  net: phy: at803x: add pages support to AR8031/33
  net: phy: at803x: remove at803x_aneg_done()

 drivers/net/phy/at803x.c | 66 +++++++++++++++++++++-------------------
 1 file changed, 35 insertions(+), 31 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-02-18 21:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18 18:52 [PATCH net-next v2 0/2] net: phy: at803x: paging support Michael Walle
2021-02-18 18:52 ` [PATCH net-next v2 1/2] net: phy: at803x: add pages support to AR8031/33 Michael Walle
2021-02-18 18:52 ` [PATCH net-next v2 2/2] net: phy: at803x: remove at803x_aneg_done() Michael Walle
2021-02-18 19:26 ` [PATCH net-next v2 0/2] net: phy: at803x: paging support Vladimir Oltean
2021-02-18 19:46   ` Michael Walle
2021-02-18 21:08     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).