aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/at803x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+13
2022-02-01net: phy: Fix qca8081 with speeds lower than 2.5Gb/sJonathan McDowell1-13/+13
2022-01-27net: phy: at803x: Support downstream SFP cageRobert Hancock1-0/+56
2022-01-27net: phy: at803x: add fiber supportRobert Hancock1-9/+67
2022-01-27net: phy: at803x: move page selection fix to config_initRobert Hancock1-24/+16
2022-01-11net: phy: at803x: make array offsets staticColin Ian King1-1/+1
2021-10-27net: phy: Fix unsigned comparison with less than zeroJiapeng Chong1-1/+1
2021-10-25net: phy: add qca8081 cdt featureLuo Jie1-3/+191
2021-10-25net: phy: adjust qca8081 master/slave seed value if link downLuo Jie1-0/+16
2021-10-25net: phy: add qca8081 soft_reset and enable master/slave seedLuo Jie1-0/+48
2021-10-25net: phy: add qca8081 config_initLuo Jie1-0/+107
2021-10-25net: phy: add qca8081 config_anegLuo Jie1-1/+25
2021-10-25net: phy: add qca8081 get_featuresLuo Jie1-0/+10
2021-10-25net: phy: add qca8081 read_statusLuo Jie1-22/+73
2021-10-25net: phy: add qca8081 ethernet phy driverLuo Jie1-1/+16
2021-10-25net: phy: at803x: use GENMASK() for speed statusLuo Jie1-5/+5
2021-10-25net: phy: at803x: improve the WOL featureLuo Jie1-7/+38
2021-10-25net: phy: at803x: use phy_modify()Luo Jie1-6/+2
2021-10-25net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCSLuo Jie1-3/+3
2021-10-10net: phy: at803x: better describe debug regsAnsuel Smith1-15/+15
2021-10-10net: phy: at803x: enable prefer master for 83xx internal phyAnsuel Smith1-0/+3
2021-10-10net: phy: at803x: add DAC amplitude fix for 8327 phyAnsuel Smith1-0/+33
2021-10-10net: phy: at803x: fix resume for QCA8327 phyAnsuel Smith1-6/+63
2021-10-05net: phy: at803x: add QCA9561 supportDavid Bauer1-2/+21
2021-09-20net: phy: at803x: fix spacing and improve name for 83xx phyAnsuel Smith1-30/+30
2021-09-20net: phy: at803x: add resume/suspend function to qca83xx phyAnsuel Smith1-0/+6
2021-09-20net: phy: at803x: add support for qca 8327 A variant internal phyAnsuel Smith1-5/+20
2021-09-14net: phy: at803x: add support for qca 8327 internal phyAnsuel Smith1-0/+15
2021-07-21net: phy: at803x: finish the phy id checking simplificationVladimir Oltean1-1/+1
2021-07-20net: phy: at803x: simplify custom phy id matchingRussell King1-11/+5
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+29
2021-06-28net: phy: at803x: mask 1000 Base-X link modeDavid Bauer1-1/+29
2021-05-14net: phy: add support for qca8k switch internal PHY in at803xAnsuel Smith1-1/+131
2021-05-14net: phy: at803x: clean whitespace errorsAnsuel Smith1-14/+16
2021-04-20net: phy: at803x: fix probe error if copper page is selectedMichael Walle1-6/+17
2021-04-15net: phy: at803x: select correct page on config initDavid Bauer1-1/+49
2021-03-19net: phy: at803x: remove at803x_aneg_done()Michael Walle1-31/+0
2021-02-15net: phy: at803x: add MDIX support to AR8031/33Michael Walle1-0/+1
2021-01-15net: phy: at803x: add support for configuring SmartEEERussell King1-1/+64
2021-01-14net: phy: ar803x: disable extended next page bitRussell King1-1/+7
2021-01-11net: phy: at803x: use phy_modify_mmd()Russell King1-9/+2
2020-11-05net: phy: at803x: remove the use of .ack_interrupt()Ioana Ciornei1-7/+12
2020-11-05net: phy: at803x: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+31
2020-08-26net: phy: at803x: constify static regulator_opsRikard Falkeborn1-2/+2
2020-07-19net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel1-0/+78
2020-07-07net: phy: at803x: Avoid comparison is always false warningAndrew Lunn1-4/+3
2020-05-26net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032Oleksij Rempel1-2/+16
2020-05-23net: phy: at803x: fix PHY ID masksMichael Walle1-9/+7
2020-05-13net: phy: at803x: add cable diagnostics supportMichael Walle1-0/+176
2020-04-30net: phy: at803x: add downshift supportMichael Walle1-0/+87