summaryrefslogtreecommitdiff
path: root/drivers/net/phy/at803x.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+25
2023-08-04net: phy: at803x: remove set/get wol callbacks for AR8032Li Yang1-2/+0
2023-08-04net: phy: at803x: fix the wol setting functionsLi Yang1-20/+25
2023-07-17net: phy: at803x: add qca8081 fifo reset on the link changedLuo Jie1-0/+14
2023-07-17net: phy: at803x: remove qca8081 1G fast retrain and slave seed configLuo Jie1-18/+32
2023-07-17net: phy: at803x: support qca8081 1G chip typeLuo Jie1-0/+15
2023-07-17net: phy: at803x: enable qca8081 slave seed conditionallyLuo Jie1-5/+20
2023-07-17net: phy: at803x: merge qca8081 slave seed functionLuo Jie1-20/+9
2023-07-17net: phy: at803x: support qca8081 genphy_c45_pma_read_abilitiesLuo Jie1-10/+18
2023-06-18net: phy: at803x: Use devm_regulator_get_enable_optional()Christophe JAILLET1-37/+7
2023-03-19net: phy: at803x: Replace of_gpio.h with what indeed is usedAndy Shevchenko1-2/+1
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-11-22net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun1-1/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King1-1/+2
2022-08-19net: phy: at803x: add disable hibernation mode supportWei Fang1-0/+25
2022-06-19net: phy: at803x: fix NULL pointer dereference on AR9331 PHYOleksij Rempel1-0/+6
2022-05-31net: phy: at803x: disable WOL at probeViorel Suman1-11/+22
2022-02-04Merge 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-12net: phy: at803x: make array offsets staticColin Ian King1-1/+1
2021-10-28net: 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-06net: 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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+29