summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/at803x.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: at803x: remove set/get wol callbacks for AR8032Li Yang2023-08-041-2/+0
* net: phy: at803x: fix the wol setting functionsLi Yang2023-08-041-20/+25
* net: phy: at803x: Use devm_regulator_get_enable_optional()Christophe JAILLET2023-06-181-37/+7
* net: phy: at803x: Replace of_gpio.h with what indeed is usedAndy Shevchenko2023-03-191-2/+1
* Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* | net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun2022-11-211-1/+3
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King2022-10-031-1/+2
* net: phy: at803x: add disable hibernation mode supportWei Fang2022-08-181-0/+25
* net: phy: at803x: fix NULL pointer dereference on AR9331 PHYOleksij Rempel2022-06-191-0/+6
* net: phy: at803x: disable WOL at probeViorel Suman2022-05-301-11/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-13/+13
|\
| * net: phy: Fix qca8081 with speeds lower than 2.5Gb/sJonathan McDowell2022-02-011-13/+13
* | net: phy: at803x: Support downstream SFP cageRobert Hancock2022-01-271-0/+56
* | net: phy: at803x: add fiber supportRobert Hancock2022-01-271-9/+67
* | net: phy: at803x: move page selection fix to config_initRobert Hancock2022-01-271-24/+16
|/
* net: phy: at803x: make array offsets staticColin Ian King2022-01-111-1/+1
* net: phy: Fix unsigned comparison with less than zeroJiapeng Chong2021-10-271-1/+1
* net: phy: add qca8081 cdt featureLuo Jie2021-10-251-3/+191
* net: phy: adjust qca8081 master/slave seed value if link downLuo Jie2021-10-251-0/+16
* net: phy: add qca8081 soft_reset and enable master/slave seedLuo Jie2021-10-251-0/+48
* net: phy: add qca8081 config_initLuo Jie2021-10-251-0/+107
* net: phy: add qca8081 config_anegLuo Jie2021-10-251-1/+25
* net: phy: add qca8081 get_featuresLuo Jie2021-10-251-0/+10
* net: phy: add qca8081 read_statusLuo Jie2021-10-251-22/+73
* net: phy: add qca8081 ethernet phy driverLuo Jie2021-10-251-1/+16
* net: phy: at803x: use GENMASK() for speed statusLuo Jie2021-10-251-5/+5
* net: phy: at803x: improve the WOL featureLuo Jie2021-10-251-7/+38
* net: phy: at803x: use phy_modify()Luo Jie2021-10-251-6/+2
* net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCSLuo Jie2021-10-251-3/+3
* net: phy: at803x: better describe debug regsAnsuel Smith2021-10-101-15/+15
* net: phy: at803x: enable prefer master for 83xx internal phyAnsuel Smith2021-10-101-0/+3
* net: phy: at803x: add DAC amplitude fix for 8327 phyAnsuel Smith2021-10-101-0/+33
* net: phy: at803x: fix resume for QCA8327 phyAnsuel Smith2021-10-101-6/+63
* net: phy: at803x: add QCA9561 supportDavid Bauer2021-10-051-2/+21
* net: phy: at803x: fix spacing and improve name for 83xx phyAnsuel Smith2021-09-201-30/+30
* net: phy: at803x: add resume/suspend function to qca83xx phyAnsuel Smith2021-09-201-0/+6
* net: phy: at803x: add support for qca 8327 A variant internal phyAnsuel Smith2021-09-201-5/+20
* net: phy: at803x: add support for qca 8327 internal phyAnsuel Smith2021-09-141-0/+15
* net: phy: at803x: finish the phy id checking simplificationVladimir Oltean2021-07-211-1/+1
* net: phy: at803x: simplify custom phy id matchingRussell King2021-07-201-11/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+29
|\
| * net: phy: at803x: mask 1000 Base-X link modeDavid Bauer2021-06-281-1/+29
* | net: phy: add support for qca8k switch internal PHY in at803xAnsuel Smith2021-05-141-1/+131
* | net: phy: at803x: clean whitespace errorsAnsuel Smith2021-05-141-14/+16
|/
* net: phy: at803x: fix probe error if copper page is selectedMichael Walle2021-04-201-6/+17
* net: phy: at803x: select correct page on config initDavid Bauer2021-04-151-1/+49
* net: phy: at803x: remove at803x_aneg_done()Michael Walle2021-03-191-31/+0
* net: phy: at803x: add MDIX support to AR8031/33Michael Walle2021-02-151-0/+1