aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mdio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-31net: mdio: mscc-miim: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-8/+4
2021-08-31net: mdio-ipq4019: Make use of devm_platform_ioremap_resource()Cai Huoqing1-4/+1
2021-08-19Merge 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-01net: 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-14net: mdio: ipq8064: enlarge sleep after read/write operationAnsuel Smith1-2/+9
2021-05-14net: mdio: ipq8064: add regmap config to disable REGCACHEAnsuel Smith1-10/+24
2021-05-14net: mdio: ipq8064: clean whitespaces in defineAnsuel Smith1-12/+13
2021-05-13net: 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
2021-04-27net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn2-2/+14
2021-03-29net: mdio: Remove redundant dev_err call in mdio_mux_iproc_probe()Guobin Huang1-3/+1
2021-03-16net: mdio: Add BCM6368 MDIO mux bus controllerÁlvaro Fernández Rojas3-0/+196
2021-03-16net: mdio: Alphabetically sort header inclusionCalvin Johnson16-58/+56
2021-02-17net: mdio: Remove of_phy_attach()Florian Fainelli1-30/+0
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit1-2/+2
2021-01-19mdio-bitbang: Export mdiobb_{read,write}()Geert Uytterhoeven1-2/+4
2020-10-10net: phy: Move of_mdio from drivers/of to drivers/net/mdioCalvin Johnson3-0/+602
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-09-23net: mdio-ipq4019: add Clause 45 supportRobert Marko1-14/+89
2020-09-23net: mdio-ipq4019: change defines to upper caseRobert Marko1-3/+3
2020-09-17net: mdio: octeon: Select MDIO_DEVRESAndrew Lunn1-0/+1
2020-08-27net: mdio: Move MDIO drivers into a new subdirectoryAndrew Lunn26-0/+5090