summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30net: txgbe: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)1-1/+1
2024-04-25Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits"Duanqiang Wen1-1/+1
2024-04-25Revert "net: txgbe: fix i2c dev name cannot match clkdev"Duanqiang Wen1-5/+3
2024-04-04net: txgbe: fix i2c dev name cannot match clkdevDuanqiang Wen1-3/+5
2024-03-14net: txgbe: fix clk_name exceed MAX_DEV_ID limitsDuanqiang Wen1-1/+1
2024-03-05net: txgbe: fix to clear interrupt status after handling IRQJiawen Wu1-0/+2
2024-03-05net: txgbe: fix GPIO interrupt blockingJiawen Wu1-0/+27
2024-01-27net: txgbe: use irq_domain for interrupt controllerJiawen Wu1-38/+21
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu1-2/+10
2024-01-04net: wangxun: add flow control supportJiawen Wu1-0/+2
2024-01-04net: txgbe: use phylink bits added in libwxJiawen Wu1-22/+21
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu1-54/+2
2023-08-25net: txgbe: support copper NIC with external PHYJiawen Wu1-8/+142
2023-08-25net: txgbe: support switching mode to 1000BASE-X and SGMIIJiawen Wu1-1/+29
2023-08-09net: txgbe: Use pci_dev_id() to simplify the codeXiongfeng Wang1-6/+6
2023-06-08net: txgbe: Support phylink MAC layerJiawen Wu1-2/+111
2023-06-08net: txgbe: Implement phylink pcsJiawen Wu1-2/+87
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu1-0/+251
2023-06-08net: txgbe: Add SFP module identifyJiawen Wu1-0/+28
2023-06-08net: txgbe: Register I2C platform deviceJiawen Wu1-0/+70
2023-06-08net: txgbe: Register fixed rate clockJiawen Wu1-0/+41
2023-06-08net: txgbe: Add software nodes to support phylinkJiawen Wu1-0/+89