summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-mux.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Add SDPX tag based on COPYING fileAndrew Lunn2019-01-231-5/+2Star
* net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe2017-09-051-3/+4
* net: mdio-mux: fix unbalanced put_deviceCorentin Labbe2017-09-011-4/+2Star
* net: mdio-mux: printing driver version is uselessCorentin Labbe2017-09-011-3/+0Star
* net: mdio-mux: Remove unnecessary 'out of memory' messageCorentin Labbe2017-09-011-6/+0Star
* net: mdio-mux: Fix NULL Comparison styleCorentin Labbe2017-09-011-2/+2
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-241-8/+8
* mdio: mux: fix parsing mux registers outside of the PHY address rangeMartin Blumenstingl2017-07-141-2/+2
* mdio: mux: fix an incorrect less than zero error check using a u32Colin Ian King2017-06-051-1/+1
* mdio: mux: make child bus walking more permissive and errors more verboseJon Mason2017-06-051-7/+17
* mdio: mux: fix device_node_continue.cocci warningsJulia Lawall2017-05-151-1/+0Star
* mdio: mux: Correct mdio_mux_init error path issuesJon Mason2017-05-111-5/+7
* mdio: mux: avoid 'maybe-uninitialized' warningArnd Bergmann2016-06-161-2/+2
* mdio: mux: Enhanced MDIO mux framework for integrated multiplexersPramod Kumar2016-06-111-10/+18
* net: mdio: Fix lockdep falls positive splatAndrew Lunn2016-04-121-8/+2Star
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-2/+1Star
* net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser2015-12-141-1/+6
* netdev/phy: add missing of_node_putJulia Lawall2015-10-271-0/+1
* phy: fix of_mdio_find_bus() device refcount leakRussell King2015-09-251-6/+13
* netdev/phy: skip disabled mdio-mux nodesTimur Tabi2012-08-201-1/+1
* netdev/phy: Fixup lockdep warnings in mdio-mux.cDavid Daney2012-07-091-2/+8
* netdev/of/phy: Add MDIO bus multiplexer support.David Daney2012-05-081-0/+192