summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/at803x.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: phy: at803x: add support for configuring SmartEEERussell King2021-01-151-1/+64
* net: phy: ar803x: disable extended next page bitRussell King2021-01-141-1/+7
* net: phy: at803x: use phy_modify_mmd()Russell King2021-01-111-9/+2
* net: phy: at803x: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-7/+12
* net: phy: at803x: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+31
* net: phy: at803x: constify static regulator_opsRikard Falkeborn2020-08-261-2/+2
* net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel2020-07-191-0/+78
* net: phy: at803x: Avoid comparison is always false warningAndrew Lunn2020-07-071-4/+3
* net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032Oleksij Rempel2020-05-261-2/+16
* net: phy: at803x: fix PHY ID masksMichael Walle2020-05-231-9/+7