[PATCH net-next v3 0/3] net: mdio: improve reset handling of mdio devices

Buday Csaba posted 3 patches 1 week, 6 days ago
drivers/net/mdio/fwnode_mdio.c |  5 ----
drivers/net/phy/mdio-private.h | 11 +++++++
drivers/net/phy/mdio_bus.c     | 40 ++-----------------------
drivers/net/phy/mdio_device.c  | 54 ++++++++++++++++++++++++++++++++++
4 files changed, 68 insertions(+), 42 deletions(-)
create mode 100644 drivers/net/phy/mdio-private.h
[PATCH net-next v3 0/3] net: mdio: improve reset handling of mdio devices
Posted by Buday Csaba 1 week, 6 days ago
This patchset refactors and slightly improves the reset handling of
`mdio_device`.

The patches were split from a larger series, discussed previously in the
links below.

The difference between v2 and v3, is that the helper function declarations
have been moved to a new header file: drivers/net/phy/mdio-private.h
See links for the previous versions, and for the now separate leak fix.

Link: https://lore.kernel.org/all/cover.1761732347.git.buday.csaba@prolan.hu/
Link: https://lore.kernel.org/all/cover.1761909948.git.buday.csaba@prolan.hu/
Link: https://lore.kernel.org/all/4b419377f8dd7d2f63f919d0f74a336c734f8fff.1762584481.git.buday.csaba@prolan.hu/
Link: https://lore.kernel.org/all/cover.1763371003.git.buday.csaba@prolan.hu/

Buday Csaba (3):
  net: mdio: move device reset functions to mdio_device.c
  net: mdio: common handling of phy device reset properties
  net: mdio: improve reset handling in mdio_device.c

 drivers/net/mdio/fwnode_mdio.c |  5 ----
 drivers/net/phy/mdio-private.h | 11 +++++++
 drivers/net/phy/mdio_bus.c     | 40 ++-----------------------
 drivers/net/phy/mdio_device.c  | 54 ++++++++++++++++++++++++++++++++++
 4 files changed, 68 insertions(+), 42 deletions(-)
 create mode 100644 drivers/net/phy/mdio-private.h


base-commit: c9dfb92de0738eb7fe6a591ad1642333793e8b6e
-- 
2.39.5