summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/at803x.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: move at803x PHY driver to dedicated directoryChristian Marangi2024-01-311-2759/+0
* net: phy: at803x: add LED support for qca808xChristian Marangi2024-01-261-0/+327
* net: phy: at803x: make read_status more genericChristian Marangi2024-01-071-5/+12
* net: phy: at803x: add support for cdt cross short test for qca808xChristian Marangi2024-01-071-17/+69
* net: phy: at803x: refactor qca808x cable test get status functionChristian Marangi2024-01-071-31/+49
* net: phy: at803x: generalize cdt fault length functionChristian Marangi2024-01-071-7/+6
* Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski2024-01-041-2/+0
* net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-01-011-0/+2
* net: phy: at803x: better align function varibles to open parenthesisChristian Marangi2023-12-261-30/+37
* net: phy: at803x: replace msleep(1) with usleep_rangeChristian Marangi2023-12-211-3/+3
* net: phy: at803x: remove extra space after castChristian Marangi2023-12-211-1/+1
* net: phy: at803x: make read specific status function more genericChristian Marangi2023-12-151-8/+18
* net: phy: at803x: move specific qca808x config_aneg to dedicated functionChristian Marangi2023-12-151-26/+40
* net: phy: at803x: drop specific PHY ID check from cable test functionsChristian Marangi2023-12-131-45/+50
* net: phy: at803x: move at8035 specific DT parse to dedicated probeChristian Marangi2023-12-131-19/+41
* net: phy: at803x: move at8031 functions in dedicated sectionChristian Marangi2023-12-131-133/+133
* net: phy: at803x: make at8031 related DT functions name more specificChristian Marangi2023-12-131-8/+8
* net: phy: at803x: move specific at8031 config_intr to dedicated functionChristian Marangi2023-12-131-6/+24
* net: phy: at803x: move specific at8031 WOL bits to dedicated functionChristian Marangi2023-12-131-17/+25
* net: phy: at803x: move specific at8031 config_init to dedicated functionChristian Marangi2023-12-131-20/+25
* net: phy: at803x: move specific at8031 probe mode check to dedicated probeChristian Marangi2023-12-131-20/+19
* net: phy: at803x: move specific DT option for at8031 to specific probeChristian Marangi2023-12-131-24/+31
* net: phy: at803x: move qca83xx specific check in dedicated functionsChristian Marangi2023-12-131-31/+37
* net: phy: at803x: raname hw_stats functions to qca83xx specific nameChristian Marangi2023-12-131-22/+22
* net: phy: at803x: move disable WOL to specific at8031 probeChristian Marangi2023-12-131-10/+17
* net: phy: at803x: fix passing the wrong reference for config_intrChristian Marangi2023-12-131-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-22/+25
|\
| * 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: add qca8081 fifo reset on the link changedLuo Jie2023-07-171-0/+14
* | net: phy: at803x: remove qca8081 1G fast retrain and slave seed configLuo Jie2023-07-171-18/+32
* | net: phy: at803x: support qca8081 1G chip typeLuo Jie2023-07-171-0/+15
* | net: phy: at803x: enable qca8081 slave seed conditionallyLuo Jie2023-07-171-5/+20
* | net: phy: at803x: merge qca8081 slave seed functionLuo Jie2023-07-171-20/+9
* | net: phy: at803x: support qca8081 genphy_c45_pma_read_abilitiesLuo Jie2023-07-171-10/+18
|/
* 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
|/