summaryrefslogtreecommitdiff
path: root/drivers/net/mdio
AgeCommit message (Expand)AuthorFilesLines
5 daysnet: mdio: aspeed: add dummy read to avoid read-after-write issueJacky Chou1-0/+7
5 daysnet: mdio: aspeed: move reg accessing part into separate functionsPotin Lai1-32/+38
2025-01-09net: mdiobus: fix an OF node reference leakJoe Hattori1-3/+10
2024-12-14net: mdio-ipq4019: add missing error checkRosen Penev1-1/+4
2023-05-24net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe()Christophe JAILLET1-1/+10
2023-03-30net: mdio: thunder: Add missing fwnode_handle_put()Liang He1-0/+1
2023-03-30net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli1-4/+6
2023-03-30net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon1-5/+7
2023-02-01net: mdio-mux-meson-g12a: force internal PHY off on mux switchJerome Brunet1-7/+16
2022-12-14net: mdio: fix unbalanced fwnode reference count in mdio_device_release()Zeng Heng1-1/+2
2022-12-14net: mdiobus: fix double put fwnode in the error pathYang Yingliang1-1/+3
2022-12-14net: mdiobus: fwnode_mdiobus_register_phy() rework error handlingOleksij Rempel1-9/+12
2022-12-08net: mdiobus: fix unbalanced node reference countYang Yingliang1-1/+1
2022-09-28of: mdio: Add of_node_put() when breaking out of for_each_xxLiang He1-0/+1
2022-05-12net: mdio: Fix ENOMEM return value in BCM6368 mux bus controllerNiels Dossche1-1/+1
2022-04-20net: mdio: don't defer probe forever if PHY IRQ provider is missingVladimir Oltean1-0/+5
2022-04-13net: phy: mscc-miim: reject clause 45 register accessesMichael Walle1-0/+6
2022-03-02net: mdio-ipq4019: add delay after clock enableBaruch Siach1-1/+5
2022-02-16net: mdio: aspeed: Add missing MODULE_DEVICE_TABLEJoel Stanley1-0/+1
2021-12-01mdio: aspeed: Fix "Link is Down" issueDylan Hung1-0/+7
2021-09-29net: mdio-ipq4019: Fix the error for an optional regs resourceCai Huoqing1-1/+5
2021-09-28net: mdio: mscc-miim: Fix the mdio controllerHoratiu Vultur1-5/+10
2021-08-31net: mdio: mscc-miim: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing1-8/+4
2021-08-31net: mdio-ipq4019: Make use of devm_platform_ioremap_resource()Cai Huoqing1-4/+1
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+24
2021-08-18net: mdio-mux: Handle -EPROBE_DEFER correctlySaravana Kannan1-2/+6
2021-08-18net: mdio-mux: Don't ignore memory allocation errorsSaravana Kannan1-10/+18
2021-08-18net: mdio-mux: Delete unnecessary devm_kfreeSaravana Kannan1-1/+0
2021-08-16MDIO: Kconfig: Specify more IPQ chipset supportedLuo Jie2-1/+2
2021-08-16net: mdio: Add the reset function for IPQ MDIO driverLuo Jie2-0/+44
2021-06-25net: mdiobus: withdraw fwnode_mdbiobus_registerMarcin Wojtas1-22/+0
2021-06-22net: mdiobus: Introduce fwnode_mdbiobus_register()Marcin Wojtas1-0/+22
2021-06-17net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei2-7/+5
2021-06-17net: mdio: setup of_node for the MDIO deviceIoana Ciornei1-0/+1
2021-06-11net: mdio: mscc-miim: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-5/+1
2021-06-11net: mdio: Add ACPI support code for mdioCalvin Johnson3-0/+66
2021-06-11of: mdio: Refactor of_mdiobus_register_phy()Calvin Johnson1-55/+1
2021-06-11net: mdiobus: Introduce fwnode_mdiobus_register_phy()Calvin Johnson4-40/+158
2021-06-11net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson1-4/+2
2021-06-11of: mdio: Refactor of_get_phy_id()Calvin Johnson1-11/+1
2021-06-11of: mdio: Refactor of_phy_find_device()Calvin Johnson1-12/+1
2021-06-11net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson1-10/+1
2021-06-10net: mido: mdio-mux-bcm-iproc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-4/+3
2021-06-02net: mdio: Fix spelling mistakesZheng Yongjun4-4/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+0
2021-05-15net: mdio: ipq8064: enlarge sleep after read/write operationAnsuel Smith1-2/+9
2021-05-15net: mdio: ipq8064: add regmap config to disable REGCACHEAnsuel Smith1-10/+24
2021-05-15net: mdio: ipq8064: clean whitespaces in defineAnsuel Smith1-12/+13
2021-05-14net: mdio: octeon: Fix some double free issuesChristophe JAILLET1-2/+0
2021-05-13net: mdio: thunder: Fix a double free issue in the .remove functionChristophe JAILLET1-1/+0