[PATCH net v2 0/4] net: axienet: Fix deferred probe loop

Sean Anderson posted 4 patches 2 months, 3 weeks ago
There is a newer version of this series
drivers/base/auxiliary.c                      |   6 +-
drivers/net/ethernet/xilinx/Kconfig           |   1 +
.../net/ethernet/xilinx/xilinx_axienet_main.c | 422 ++++++++++--------
.../net/ethernet/xilinx/xilinx_axienet_mdio.c |  31 +-
include/linux/auxiliary_bus.h                 |   4 +-
5 files changed, 263 insertions(+), 201 deletions(-)
[PATCH net v2 0/4] net: axienet: Fix deferred probe loop
Posted by Sean Anderson 2 months, 3 weeks ago
Please refer to patch 4/4 for an extended look at the problem this
series is attempting to solve.

Changes in v2:
- Add example log output to commit message
- Fix building as a module
- Expand commit message with much more info on the problem and possible
  solutions

Sean Anderson (4):
  auxiliary: Support hexadecimal ids
  net: axienet: Fix resource release ordering
  net: axienet: Rearrange lifetime functions
  net: axienet: Split into MAC and MDIO drivers

 drivers/base/auxiliary.c                      |   6 +-
 drivers/net/ethernet/xilinx/Kconfig           |   1 +
 .../net/ethernet/xilinx/xilinx_axienet_main.c | 422 ++++++++++--------
 .../net/ethernet/xilinx/xilinx_axienet_mdio.c |  31 +-
 include/linux/auxiliary_bus.h                 |   4 +-
 5 files changed, 263 insertions(+), 201 deletions(-)

-- 
2.35.1.1320.gc452695387.dirty