Age | Commit message (Expand) | Author |
2021-11-25 | mdio: aspeed: Fix "Link is Down" issue | Dylan Hung |
2021-09-28 | net: mdio-ipq4019: Fix the error for an optional regs resource | Cai Huoqing |
2021-09-28 | net: mdio: mscc-miim: Fix the mdio controller | Horatiu Vultur |
2021-08-31 | net: mdio: mscc-miim: Make use of the helper function devm_platform_ioremap_r... | Cai Huoqing |
2021-08-31 | net: mdio-ipq4019: Make use of devm_platform_ioremap_resource() | Cai Huoqing |
2021-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-08-18 | net: mdio-mux: Handle -EPROBE_DEFER correctly | Saravana Kannan |
2021-08-18 | net: mdio-mux: Don't ignore memory allocation errors | Saravana Kannan |
2021-08-18 | net: mdio-mux: Delete unnecessary devm_kfree | Saravana Kannan |
2021-08-16 | MDIO: Kconfig: Specify more IPQ chipset supported | Luo Jie |
2021-08-16 | net: mdio: Add the reset function for IPQ MDIO driver | Luo Jie |
2021-06-25 | net: mdiobus: withdraw fwnode_mdbiobus_register | Marcin Wojtas |
2021-06-22 | net: mdiobus: Introduce fwnode_mdbiobus_register() | Marcin Wojtas |
2021-06-17 | net: mdio: use device_set_node() to setup both fwnode and of | Ioana Ciornei |
2021-06-17 | net: mdio: setup of_node for the MDIO device | Ioana Ciornei |
2021-06-11 | net: mdio: mscc-miim: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang |
2021-06-11 | net: mdio: Add ACPI support code for mdio | Calvin Johnson |
2021-06-11 | of: mdio: Refactor of_mdiobus_register_phy() | Calvin Johnson |
2021-06-11 | net: mdiobus: Introduce fwnode_mdiobus_register_phy() | Calvin Johnson |
2021-06-11 | net: mii_timestamper: check NULL in unregister_mii_timestamper() | Calvin Johnson |
2021-06-11 | of: mdio: Refactor of_get_phy_id() | Calvin Johnson |
2021-06-11 | of: mdio: Refactor of_phy_find_device() | Calvin Johnson |
2021-06-11 | net: phy: Introduce fwnode_mdio_find_device() | Calvin Johnson |
2021-06-10 | net: mido: mdio-mux-bcm-iproc: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang |
2021-06-01 | net: mdio: Fix spelling mistakes | Zheng Yongjun |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-05-14 | net: mdio: ipq8064: enlarge sleep after read/write operation | Ansuel Smith |
2021-05-14 | net: mdio: ipq8064: add regmap config to disable REGCACHE | Ansuel Smith |
2021-05-14 | net: mdio: ipq8064: clean whitespaces in define | Ansuel Smith |
2021-05-13 | net: mdio: octeon: Fix some double free issues | Christophe JAILLET |
2021-05-13 | net: mdio: thunder: Fix a double free issue in the .remove function | Christophe JAILLET |
2021-04-27 | net: phy: Add support for microchip SMI0 MDIO bus | Andrew Lunn |
2021-03-29 | net: mdio: Remove redundant dev_err call in mdio_mux_iproc_probe() | Guobin Huang |
2021-03-16 | net: mdio: Add BCM6368 MDIO mux bus controller | Álvaro Fernández Rojas |
2021-03-16 | net: mdio: Alphabetically sort header inclusion | Calvin Johnson |
2021-02-17 | net: mdio: Remove of_phy_attach() | Florian Fainelli |
2021-02-15 | net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT | Heiner Kallweit |
2021-01-19 | mdio-bitbang: Export mdiobb_{read,write}() | Geert Uytterhoeven |
2020-10-10 | net: phy: Move of_mdio from drivers/of to drivers/net/mdio | Calvin Johnson |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-23 | net: mdio-ipq4019: add Clause 45 support | Robert Marko |
2020-09-23 | net: mdio-ipq4019: change defines to upper case | Robert Marko |
2020-09-17 | net: mdio: octeon: Select MDIO_DEVRES | Andrew Lunn |
2020-08-27 | net: mdio: Move MDIO drivers into a new subdirectory | Andrew Lunn |