index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
mscc
/
mscc_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-03
net: phy: use ethtool string helpers
Rosen Penev
1
-2
/
+1
2023-12-17
net: phy: extend PHY package API to support multiple global address
Christian Marangi
1
-2
/
+2
2023-06-27
net: phy: mscc: fix packet loss due to RGMII delays
Vladimir Oltean
1
-2
/
+2
2023-05-31
phy: mscc: Add support for RGMII delay configuration
Harini Katakam
1
-6
/
+29
2023-05-31
phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID table
Harini Katakam
1
-15
/
+1
2023-05-24
net: phy: mscc: enable VSC8501/2 RGMII RX clock
David Epping
1
-26
/
+28
2023-05-24
net: phy: mscc: remove unnecessary phydev locking
David Epping
1
-4
/
+0
2023-05-24
net: phy: mscc: add support for VSC8501
David Epping
1
-0
/
+25
2023-05-24
net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
David Epping
1
-0
/
+1
2023-03-15
net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()
Vladimir Oltean
1
-16
/
+8
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-03-17
net: phy: mscc: Add MODULE_FIRMWARE macros
Juerg Haefliger
1
-0
/
+3
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-1
/
+1
2021-03-19
net: phy: mscc: coma mode disabled for VSC8584
Bjarni Jonasson
1
-0
/
+1
2021-03-19
net: phy: mscc: improved serdes calibration applied to VSC8584
Bjarni Jonasson
1
-56
/
+154
2021-03-19
net: phy: mscc: Applying LCPLL reset to VSC8584
Bjarni Jonasson
1
-0
/
+6
2021-02-16
net: phy: mscc: coma mode disabled for VSC8514
Bjarni Jonasson
1
-0
/
+16
2021-02-16
net: phy: mscc: improved serdes calibration applied to VSC8514
Bjarni Jonasson
1
-166
/
+142
2021-02-16
net: phy: mscc: adding LCPLL reset to VSC8514
Bjarni Jonasson
1
-122
/
+228
2020-11-05
net: phy: mscc: remove the use of .ack_interrupt()
Ioana Ciornei
1
-4
/
+8
2020-11-05
net: phy: mscc: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-28
/
+28
2020-11-05
net: phy: mscc: use phy_trigger_machine() to notify link change
Ioana Ciornei
1
-1
/
+1
2020-08-20
net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"
Kaige Li
1
-2
/
+2
2020-06-25
net: phy: mscc: improve vsc8514/8584_config_init consistency
Antoine Tenart
1
-4
/
+8
2020-06-25
net: phy: mscc: remove useless page configuration in the config init
Antoine Tenart
1
-7
/
+0
2020-06-25
net: phy: mscc: restore the base page in vsc8514/8584_config_init
Antoine Tenart
1
-0
/
+9
2020-06-25
net: phy: mscc: do not access the MDIO bus lock directly
Antoine Tenart
1
-12
/
+12
2020-06-25
net: phy: mscc: fix a possible double unlock
Antoine Tenart
1
-1
/
+1
2020-06-24
net: phy: mscc: timestamping and PHC support
Antoine Tenart
1
-3
/
+18
2020-06-24
net: phy: mscc: 1588 block initialization
Quentin Schulz
1
-2
/
+28
2020-06-24
net: phy: mscc: remove the TR CLK disable magic value
Quentin Schulz
1
-5
/
+5
2020-06-05
net: phy: mscc: fix Serdes configuration in vsc8584_config_init
Antoine Tenart
1
-2
/
+2
2020-06-05
net: mscc: Fix OF_MDIO config check
Dan Murphy
1
-2
/
+2
2020-05-29
net: phy: mscc: fix PHYs using the vsc8574_probe
Antoine Tenart
1
-0
/
+4
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2020-05-23
net: phy: mscc: fix initialization of the MACsec protocol mode
Antoine Tenart
1
-0
/
+4
2020-05-06
net: phy: mscc: use phy_package_shared
Michael Walle
1
-69
/
+32
2020-04-20
net: phy: mscc: use mdiobus_get_phy()
Michael Walle
1
-4
/
+3
2020-03-24
net: phy: mscc: consolidate a common RGMII delay implementation
Vladimir Oltean
1
-38
/
+40
2020-03-23
net: phy: mscc: add support for VSC8502
Vladimir Oltean
1
-0
/
+24
2020-03-23
net: phy: mscc: configure both RX and TX internal delays for RGMII
Vladimir Oltean
1
-3
/
+13
2020-03-23
net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_set
Vladimir Oltean
1
-0
/
+3
2020-03-23
net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delay
Vladimir Oltean
1
-1
/
+1
2020-03-19
net: phy: mscc: RGMII skew delay configuration
Antoine Tenart
1
-0
/
+29
2020-03-19
net: phy: mscc: add support for RGMII MAC mode
Antoine Tenart
1
-12
/
+20
2020-03-19
net: phy: mscc: add missing check on a phy_write return value
Antoine Tenart
1
-0
/
+2
2020-03-17
net: phy: mscc: consider interrupt source in interrupt handler
Heiner Kallweit
1
-2
/
+5
2020-03-17
net: phy: improve phy_driver callback handle_interrupt
Heiner Kallweit
1
-2
/
+9
2020-03-14
net: phy: mscc: split the driver into separate files
Antoine Tenart
1
-0
/
+2377