aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy/mscc/mscc_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-03-17net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger1-0/+3
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-03-19net: phy: mscc: coma mode disabled for VSC8584Bjarni Jonasson1-0/+1
2021-03-19net: phy: mscc: improved serdes calibration applied to VSC8584Bjarni Jonasson1-56/+154
2021-03-19net: phy: mscc: Applying LCPLL reset to VSC8584Bjarni Jonasson1-0/+6
2021-02-16net: phy: mscc: coma mode disabled for VSC8514Bjarni Jonasson1-0/+16
2021-02-16net: phy: mscc: improved serdes calibration applied to VSC8514Bjarni Jonasson1-166/+142
2021-02-16net: phy: mscc: adding LCPLL reset to VSC8514Bjarni Jonasson1-122/+228
2020-11-05net: phy: mscc: remove the use of .ack_interrupt()Ioana Ciornei1-4/+8
2020-11-05net: phy: mscc: implement generic .handle_interrupt() callbackIoana Ciornei1-28/+28
2020-11-05net: phy: mscc: use phy_trigger_machine() to notify link changeIoana Ciornei1-1/+1
2020-08-20net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li1-2/+2
2020-06-25net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart1-4/+8
2020-06-25net: phy: mscc: remove useless page configuration in the config initAntoine Tenart1-7/+0
2020-06-25net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart1-0/+9
2020-06-25net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart1-12/+12
2020-06-25net: phy: mscc: fix a possible double unlockAntoine Tenart1-1/+1
2020-06-24net: phy: mscc: timestamping and PHC supportAntoine Tenart1-3/+18
2020-06-24net: phy: mscc: 1588 block initializationQuentin Schulz1-2/+28
2020-06-24net: phy: mscc: remove the TR CLK disable magic valueQuentin Schulz1-5/+5
2020-06-05net: phy: mscc: fix Serdes configuration in vsc8584_config_initAntoine Tenart1-2/+2
2020-06-05net: mscc: Fix OF_MDIO config checkDan Murphy1-2/+2
2020-05-29net: phy: mscc: fix PHYs using the vsc8574_probeAntoine Tenart1-0/+4
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-05-23net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart1-0/+4
2020-05-06net: phy: mscc: use phy_package_sharedMichael Walle1-69/+32
2020-04-20net: phy: mscc: use mdiobus_get_phy()Michael Walle1-4/+3
2020-03-24net: phy: mscc: consolidate a common RGMII delay implementationVladimir Oltean1-38/+40
2020-03-23net: phy: mscc: add support for VSC8502Vladimir Oltean1-0/+24
2020-03-23net: phy: mscc: configure both RX and TX internal delays for RGMIIVladimir Oltean1-3/+13
2020-03-23net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_setVladimir Oltean1-0/+3
2020-03-23net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delayVladimir Oltean1-1/+1
2020-03-19net: phy: mscc: RGMII skew delay configurationAntoine Tenart1-0/+29
2020-03-19net: phy: mscc: add support for RGMII MAC modeAntoine Tenart1-12/+20
2020-03-19net: phy: mscc: add missing check on a phy_write return valueAntoine Tenart1-0/+2
2020-03-17net: phy: mscc: consider interrupt source in interrupt handlerHeiner Kallweit1-2/+5
2020-03-17net: phy: improve phy_driver callback handle_interruptHeiner Kallweit1-2/+9
2020-03-14net: phy: mscc: split the driver into separate filesAntoine Tenart1-0/+2377