Re: [PATCH 07/11] net: ravb: Switch back to mdio_alloc()

2025-03-04 Thread Paul Barker
On 02/03/2025 01:24, Marek Vasut wrote: > Use mdio_alloc() again to allocate MDIO bus. This is possible > because all the miiphybb parameters and ops passing is handled in > at bb_miiphy_read()/bb_miiphy_write() level. > > This also fixes previously missed bb_miiphy_free() in .remove > callback of

[PATCH 07/11] net: ravb: Switch back to mdio_alloc()

2025-03-01 Thread Marek Vasut
Use mdio_alloc() again to allocate MDIO bus. This is possible because all the miiphybb parameters and ops passing is handled in at bb_miiphy_read()/bb_miiphy_write() level. This also fixes previously missed bb_miiphy_free() in .remove callback of this driver. which does not pose a problem anymore.