Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | qca-nss-dp: add patch fixing rmmod and insmod | Christian Marangi | 2024-04-18 |
Add patch fixing rmmod and insmod. Lots of flawed logic fixed that permits the module to correctly rmmod and insmod later. Just to quote some change, use phy_detach instead of phy_disconnect, fix exclusive reset_control that could only be used once, fix kernel panic on second edma_cleanup, stop traffic before module exit... Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> |