summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mdio_bus.c
AgeCommit message (Expand)Author
2021-11-02Revert "net: mdiobus: Fix memory leak in __mdiobus_register"Pavel Skripkin
2021-10-27net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu
2021-10-17phy: mdio: fix memory leakPavel Skripkin
2021-06-16net: mdiobus: get rid of a BUG_ON()Dan Carpenter
2019-03-23mdio_bus: Fix use-after-free on device_register failsYueHaibing
2015-10-23net: phy: Add nested variants of mdiobus read/writeNeil Armstrong
2015-09-25net: update docbook comment for __mdiobus_register()Russell King
2015-09-24phy: add phy_device_remove()Russell King
2015-09-24phy: fix mdiobus module safetyRussell King
2015-09-24phy: fix of_mdio_find_bus() device refcount leakRussell King
2015-09-01phylib: fix device deletion order in mdiobus_unregister()Mark Salter
2015-07-21net/mdio: fix mdio_bus_match for c45 PHYShaohui Xie
2015-01-27net: phy: avoid suspending twice a PHYFlorian Fainelli
2015-01-27net: phy: utilize phy_suspend and phy_resumeFlorian Fainelli
2014-08-29net: phy: properly report internal PHYs through sysfsFlorian Fainelli
2014-08-05Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam
2014-07-24net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack
2014-05-09mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann
2014-05-02mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko
2014-02-12net: phy: expose phydev->has_fixups to sysfsFlorian Fainelli
2014-02-12net: phy: expose PHY device interface modeFlorian Fainelli
2014-01-30drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov
2014-01-04mdio_bus: coding style fixesSergei Shtylyov
2013-12-18net: phy: mdio_bus: fix checkpath errorFlorian Fainelli
2013-10-29mdio_bus: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2012-11-09phylib: mdio: Add sysfs attribute for PHY identifiers.Nick Bowler
2012-10-09netdev/phy: Prototype of_mdio_find_bus()Mark Brown
2012-06-27netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-11phy: Use pr_<level>Joe Perches
2012-06-08netdev: fix drivers/net/phy/ kernel-doc warningsRandy Dunlap
2012-05-11net: of/phy: fix build error when phylib is built as a moduleBjørn Mork
2012-05-07netdev/of/phy: New function: of_mdio_find_bus().David Daney
2012-01-22kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap
2012-01-12phylib: introduce mdiobus_alloc_size()Timur Tabi
2010-09-14phylib: fix PAL state machine restart on resumeSimon Guinot
2010-03-16NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe
2009-12-30phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov
2009-12-30phylib: Fix deadlock on resumeAnton Vorontsov
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely
2009-02-26mdio: fix non-constant printk warningsStephen Hemminger
2009-02-01phylib: Rework suspend/resume code to check netdev wakeup capabilityAnton Vorontsov
2009-01-22phylib: Fix oops in suspend/resume pathsAnton Vorontsov
2008-12-25net: PHYLIB mdio fixes #2Krzysztof Halasa
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller