summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mxl-gpy.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-18net: phy: mxl-gpy: Remove interrupt mask clearing from config_initRaju Lakkaraju1-20/+38
2024-02-22net: phy: mxl-gpy: fill in possible_interfaces for GPY21x chipsetRaju Lakkaraju1-6/+14
2023-06-01net: phy: mxl-gpy: extend interrupt fix to all impacted variantsXu Liang1-13/+3
2023-04-10net: phy: mxl: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-03-16net: phy: mxl-gpy: enhance delay time required by loopback disable functionXu Liang1-6/+29
2023-01-10net: phy: mxl-gpy: disable interrupts on GPY215 by defaultMichael Walle1-0/+5
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+85
2022-12-08net: phy: mxl-gpy: add MDINT workaroundMichael Walle1-0/+85
2022-12-05net: phy: mxl-gpy: rename MMD_VEND1 macros to match datasheetMichael Walle1-4/+4
2022-10-28net: phy: mxl-gpy: Add PHY Auto/MDI/MDI-X set driver for GPY211 chipsRaju Lakkaraju1-1/+71
2022-10-28net: phy: mxl-gpy: Change gpy_update_interface() function return typeRaju Lakkaraju1-8/+20
2022-07-13net: phy: mxl-gpy: print firmware in human readable formMichael Walle1-2/+3
2022-07-13net: phy: mxl-gpy: rename the FW type field nameMichael Walle1-5/+5
2022-07-13net: phy: mxl-gpy: cache PHY firmware versionMichael Walle1-19/+20
2022-07-13net: phy: mxl-gpy: fix version reportingMichael Walle1-5/+6
2022-06-24net: phy: mxl-gpy: add temperature sensorMichael Walle1-0/+106
2022-06-17net: phy: add support to get Master-Slave configurationRaju Lakkaraju1-0/+3
2021-09-27net: phy: enhance GPY115 loopback disable functionXu Liang1-2/+21
2021-07-23net: phy: Remove unused including <linux/version.h>chongjiapeng1-1/+0
2021-07-20net: phy: add Maxlinear GPY115/21x/24x driverXu Liang1-0/+728