summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: micrel: add support for ksz9131 phyMarc Kleine-Budde2024-03-131-0/+188
* net: phy: fix miibus parent device of_node not matching phy nodeSascha Hauer2024-03-132-8/+4
* net: mdio_bus: associate OF nodes with their devicesAlvin Šipraga2024-01-021-0/+4
* net: phy: add TI DP83TG720 1000BaseT1 PHY supportOleksij Rempel2023-12-133-0/+110
* net: phy: dp83867: Sync with LinuxSascha Hauer2023-09-211-151/+377
* net: phy: at803x: disable extended next page bitMarco Felsch2023-08-141-1/+7
* net: phy: at803x: add disable hibernation mode supportMarco Felsch2023-08-141-0/+16
* net: phy: at803x: disable SmartEEEMarco Felsch2023-08-141-1/+18
* net: phy: add deprecation warning to phy_{read,write,modify}_mmd_indirectMarco Felsch2023-08-141-0/+9
* net: phy: replace phy_{write,read,modify}_mmd_indirect with phy_{write,read,m...Marco Felsch2023-08-143-49/+40
* net: phy: import phy_{read,write,modify}_mmd helpers from LinuxMarco Felsch2023-08-141-0/+109
* net: phy: mmd_phy_indirect: align parameters with LinuxMarco Felsch2023-08-141-5/+5
* net: phy: micrel: make use of MDIO_MMD register definesMarco Felsch2023-08-141-4/+8
* treewide: Print device nodes with %pOFSascha Hauer2023-07-032-6/+6
* Merge branch 'for-next/misc'Sascha Hauer2023-06-226-6/+197
|\
| * nvmem: retire struct nvmem_bus for better Linux compatibilityAhmad Fatoum2023-06-131-6/+2
| * net: phy: add driver for MotorComm PHYYegor Yefremov2023-06-093-0/+135
| * net: phy: dp83867: respect ti,clk-output-sel DT propertyRoland Hieber2023-06-061-0/+37
| * net: phy: add phy_modify_mmd_indirect convenience functionRoland Hieber2023-06-061-0/+23
* | treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-134-0/+4
|/
* Merge branch 'for-next/rockchip'Sascha Hauer2023-05-241-0/+6
|\
| * phy: realtek: Add RTL8125 internal phy supportSascha Hauer2023-05-231-0/+6
* | net: phy: print error messages to logJohannes Zink2023-05-221-2/+2
|/
* net: phy: remove duplicate definition of PHY_AN_TIMEOUTAhmad Fatoum2023-01-311-2/+0
* Rename struct driver_d to driverSascha Hauer2023-01-105-5/+5
* Rename struct device_d to deviceSascha Hauer2023-01-1014-26/+26
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-1012-41/+43
* mdio_bus: do reset only on PHY devicesOleksij Rempel2022-10-041-3/+4
* net: add support for MDIO devicesOleksij Rempel2022-09-222-17/+86
* net: port support for microchip SMI0 MDIO busOleksij Rempel2022-09-222-2/+14
* Merge branch 'for-next/misc'Sascha Hauer2022-09-141-0/+2
|\
| * mdio_bus: Configure pinctrl for phy devicesSascha Hauer2022-08-311-0/+2
* | net: phy: micrel: drop useless assignment of dummy readAhmad Fatoum2022-09-121-1/+1
|/
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* Merge branch 'for-next/misc'Sascha Hauer2022-04-218-5/+103
|\
| * net: phy: add TI DP83TD510E T1L PHY supportOleksij Rempel2022-04-193-0/+52
| * net: phy: do not call adjust_link() form phy_device_attach()Oleksij Rempel2022-04-191-5/+8
| * net: phy: mv88e6xxx: add support for mv88e6250Steffen Trumtrar2022-03-283-0/+30
| * net: phy: mv88e6xxx: implement port_set_speed for mv88e6250Steffen Trumtrar2022-03-282-0/+13
* | net: phy: make sure MDIO bus is probed if we search for the PHYOleksij Rempel2022-04-141-0/+1
* | net: phy: export of_phy_register_fixed_link() functionOleksij Rempel2022-04-141-2/+2
|/
* of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-081-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2212-12/+12
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-1512-6/+12
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-0112-6/+12
* | net: phy: micrel: sync init code for ksz80xx variants with the kernel driverOleksij Rempel2021-11-111-22/+228
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-06-161-5/+29
|\
| * net: phy: micrel: Add led-mode supportTrent Piepho2021-06-091-5/+29
* | nvmem: provider: align read/write callback prototype with upstreamAhmad Fatoum2021-06-021-6/+5
|/
* net: phy: at803x: fix incorrect use of FIELD_PREPAhmad Fatoum2021-03-251-4/+3