summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/microchip
AgeCommit message (Expand)AuthorLines
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-23/+23
2020-07-21net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne-23/+23
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+7
2020-07-04net: dsa: microchip: remove unused private membersCodrin Ciubotariu-80/+2
2020-07-04net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu-16/+29
2020-07-02net: dsa: microchip: set the correct number of portsCodrin Ciubotariu-0/+6
2020-07-01net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driverHelmut Grohne-0/+1
2020-03-31net: dsa: ksz: Select KSZ protocol tagCodrin Ciubotariu-0/+1
2020-03-10net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister-20/+9
2020-02-07net: dsa: microchip: enable module autoprobeRazvan Stefanescu-0/+6
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli-2/+4
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn-3/+4
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot-1/+4
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-17/+32
2019-10-17net: dsa: microchip: Add shared regmap mutexMarek Vasut-9/+28
2019-10-17net: dsa: microchip: Do not reinit mutexes on KSZ87xxMarek Vasut-4/+0
2019-10-15net: dsa: microchip: Use the correct style for SPDX License IdentifierNishad Kamdar-4/+4
2019-10-06net: dsa: ksz9477: fix platform_no_drv_owner.cocci warningYueHaibing-1/+0
2019-09-27net: dsa: microchip: Always set regmap stride to 1Marek Vasut-1/+1
2019-09-12net: dsa: microchip: add ksz9567 to ksz9477 driverGeorge McCollister-0/+11
2019-09-12net: dsa: microchip: add KSZ9477 I2C driverTristram Ha-0/+110
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+2
2019-08-31net: dsa: microchip: add KSZ8563 compatibility stringRazvan Stefanescu-0/+1
2019-08-31net: dsa: microchip: fill regmap_config nameGeorge McCollister-0/+1
2019-08-20net: dsa: do not enable or disable non user portsVivien Didelot-0/+6
2019-08-06net: dsa: ksz: Drop NET_DSA_TAG_KSZ9477Marek Vasut-1/+0
2019-08-06net: dsa: ksz: Merge ksz_priv.h into ksz_common.hMarek Vasut-161/+144
2019-08-06net: dsa: ksz: Remove dead code and fix warningsMarek Vasut-11/+1
2019-07-30net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha-1/+2469
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2019-06-27net: dsa: microchip: Replace bit RMW with regmapMarek Vasut-12/+10
2019-06-27net: dsa: microchip: Replace ksz9477_wait_alu_sta_ready polling with regmapMarek Vasut-20/+12
2019-06-27net: dsa: microchip: Replace ksz9477_wait_alu_ready polling with regmapMarek Vasut-22/+12
2019-06-27net: dsa: microchip: Replace ksz9477_wait_vlan_ctrl_ready polling with regmapMarek Vasut-18/+8
2019-06-27net: dsa: microchip: Replace ad-hoc polling with regmapMarek Vasut-23/+5
2019-06-27net: dsa: microchip: Replace ad-hoc bit manipulation with regmapMarek Vasut-40/+6
2019-06-27net: dsa: microchip: Factor out regmap config generation into common headerMarek Vasut-26/+35
2019-06-27net: dsa: microchip: Dispose of ksz_io_opsMarek Vasut-112/+17
2019-06-27net: dsa: microchip: Initial SPI regmap supportMarek Vasut-66/+52
2019-06-27net: dsa: microchip: Factor out register access opcode generationMarek Vasut-10/+12
2019-06-27net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function callMarek Vasut-1/+1
2019-06-27net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.cMarek Vasut-29/+29
2019-06-27net: dsa: microchip: Inline ksz_spi.hMarek Vasut-60/+42
2019-06-27net: dsa: microchip: Remove ksz_{get,set}()Marek Vasut-38/+0
2019-06-27net: dsa: microchip: Remove ksz_{read,write}24()Marek Vasut-49/+0
2019-06-26net: dsa: microchip: Use gpiod_set_value_cansleep()Marek Vasut-3/+3
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2019-06-14net: dsa: microchip: Support optional 125MHz SYNCLKO outputRobert Hancock-0/+7
2019-06-14net: dsa: microchip: Add PHY errata workaroundsRobert Hancock-0/+63
2019-06-14net: dsa: microchip: Don't try to read stats for unused portsRobert Hancock-0/+3