aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-mux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22net: phy: Add SDPX tag based on COPYING fileAndrew Lunn1-5/+2
2017-09-05net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe1-3/+4
2017-09-01net: mdio-mux: fix unbalanced put_deviceCorentin Labbe1-4/+2
2017-09-01net: mdio-mux: printing driver version is uselessCorentin Labbe1-3/+0
2017-09-01net: mdio-mux: Remove unnecessary 'out of memory' messageCorentin Labbe1-6/+0
2017-09-01net: mdio-mux: Fix NULL Comparison styleCorentin Labbe1-2/+2
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-8/+8
2017-07-14mdio: mux: fix parsing mux registers outside of the PHY address rangeMartin Blumenstingl1-2/+2
2017-06-05mdio: mux: fix an incorrect less than zero error check using a u32Colin Ian King1-1/+1
2017-06-04mdio: 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-15mdio: mux: avoid 'maybe-uninitialized' warningArnd Bergmann1-2/+2
2016-06-10mdio: mux: Enhanced MDIO mux framework for integrated multiplexersPramod Kumar1-10/+18
2016-04-11net: 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-26netdev/phy: add missing of_node_putJulia Lawall1-0/+1
2015-09-24phy: 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-07netdev/of/phy: Add MDIO bus multiplexer support.David Daney1-0/+192