summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mdio-mux.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-06mdio: mux: fix an incorrect less than zero error check using a u32Colin Ian King1-1/+1
2017-06-05mdio: mux: make child bus walking more permissive and errors more verboseJon Mason1-7/+17
2017-05-15mdio: mux: fix device_node_continue.cocci warningsJulia Lawall1-1/+0
2017-05-11mdio: mux: Correct mdio_mux_init error path issuesJon Mason1-5/+7
2016-06-16mdio: mux: avoid 'maybe-uninitialized' warningArnd Bergmann1-2/+2
2016-06-11mdio: mux: Enhanced MDIO mux framework for integrated multiplexersPramod Kumar1-10/+18
2016-04-12net: mdio: Fix lockdep falls positive splatAndrew Lunn1-8/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-2/+1
2015-12-14net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser1-1/+6
2015-10-27netdev/phy: add missing of_node_putJulia Lawall1-0/+1
2015-09-25phy: fix of_mdio_find_bus() device refcount leakRussell King1-6/+13
2012-08-20netdev/phy: skip disabled mdio-mux nodesTimur Tabi1-1/+1
2012-07-09netdev/phy: Fixup lockdep warnings in mdio-mux.cDavid Daney1-2/+8
2012-05-08netdev/of/phy: Add MDIO bus multiplexer support.David Daney1-0/+192