Age | Commit message (Expand) | Author |
2021-02-16 | net: phy: mscc: coma mode disabled for VSC8514 | Bjarni Jonasson |
2021-02-16 | net: phy: mscc: improved serdes calibration applied to VSC8514 | Bjarni Jonasson |
2021-02-16 | net: phy: mscc: adding LCPLL reset to VSC8514 | Bjarni Jonasson |
2020-11-25 | net: phy: mscc: use new PTP_MSGTYPE_* defines | Christian Eggers |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-17 | net: phy: mscc: fix excluded_middle.cocci warnings | kernel test robot |
2020-11-13 | net: phy: mscc: Add PTP support for 2 more VSC PHYs | Steen Hegelund |
2020-11-13 | net: phy: mscc: remove non-MACSec compatible phy | Steen Hegelund |
2020-11-05 | net: phy: mscc: remove the use of .ack_interrupt() | Ioana Ciornei |
2020-11-05 | net: phy: mscc: implement generic .handle_interrupt() callback | Ioana Ciornei |
2020-11-05 | net: phy: mscc: use phy_trigger_machine() to notify link change | Ioana Ciornei |
2020-08-26 | net: phy: mscc: macsec: constify vsc8584_macsec_ops | Rikard Falkeborn |
2020-08-20 | net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified" | Kaige Li |
2020-07-09 | net: phy: mscc: fix ptr_ret.cocci warnings | kernel test robot |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-06-25 | net: phy: mscc: improve vsc8514/8584_config_init consistency | Antoine Tenart |
2020-06-25 | net: phy: mscc: remove useless page configuration in the config init | Antoine Tenart |
2020-06-25 | net: phy: mscc: restore the base page in vsc8514/8584_config_init | Antoine Tenart |
2020-06-25 | net: phy: mscc: do not access the MDIO bus lock directly | Antoine Tenart |
2020-06-25 | net: phy: mscc: ptp: fix a typo in a comment | Antoine Tenart |
2020-06-25 | net: phy: mscc: ptp: fix a smatch error | Antoine Tenart |
2020-06-25 | net: phy: mscc: fix a possible double unlock | Antoine Tenart |
2020-06-25 | net: phy: mscc: macsec: fix sparse warnings | Antoine Tenart |
2020-06-25 | net: phy: mscc: avoid skcipher API for single block AES encryption | Ard Biesheuvel |
2020-06-24 | net: phy: mscc: timestamping and PHC support | Antoine Tenart |
2020-06-24 | net: phy: mscc: 1588 block initialization | Quentin Schulz |
2020-06-24 | net: phy: mscc: take into account the 1588 block in MACsec init | Antoine Tenart |
2020-06-24 | net: phy: mscc: remove the TR CLK disable magic value | Quentin Schulz |
2020-06-24 | net: phy: mscc: fix copyright and author information in MACsec | Antoine Tenart |
2020-06-05 | net: phy: mscc: fix Serdes configuration in vsc8584_config_init | Antoine Tenart |
2020-06-05 | net: mscc: Fix OF_MDIO config check | Dan Murphy |
2020-05-29 | net: phy: mscc: fix PHYs using the vsc8574_probe | Antoine Tenart |
2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-23 | net: phy: mscc: fix initialization of the MACsec protocol mode | Antoine Tenart |
2020-05-06 | net: phy: mscc: use phy_package_shared | Michael Walle |
2020-04-20 | net: phy: mscc: use mdiobus_get_phy() | Michael Walle |
2020-03-24 | net: phy: mscc: consolidate a common RGMII delay implementation | Vladimir Oltean |
2020-03-23 | net: phy: mscc: add support for VSC8502 | Vladimir Oltean |
2020-03-23 | net: phy: mscc: configure both RX and TX internal delays for RGMII | Vladimir Oltean |
2020-03-23 | net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_set | Vladimir Oltean |
2020-03-23 | net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delay | Vladimir Oltean |
2020-03-19 | net: phy: mscc: RGMII skew delay configuration | Antoine Tenart |
2020-03-19 | net: phy: mscc: add support for RGMII MAC mode | Antoine Tenart |
2020-03-19 | net: phy: mscc: add missing check on a phy_write return value | Antoine Tenart |
2020-03-17 | net: phy: mscc: consider interrupt source in interrupt handler | Heiner Kallweit |
2020-03-17 | net: phy: improve phy_driver callback handle_interrupt | Heiner Kallweit |
2020-03-14 | net: phy: mscc: fix header defines and descriptions | Antoine Tenart |
2020-03-14 | net: phy: mscc: split the driver into separate files | Antoine Tenart |
2020-03-14 | net: phy: move the mscc driver to its own directory | Antoine Tenart |