index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
/
ksz_spi.c
Age
Commit message (
Expand
)
Author
2024-12-19
net: dsa: microchip: Add suspend/resume support to KSZ DSA driver
Tristram Ha
2024-11-13
net: dsa: microchip: Add LAN9646 switch support to KSZ DSA driver
Tristram Ha
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-06
net: dsa: microchip: replace unclear KSZ8830 strings
Pieter Van Trappen
2024-08-27
net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
Tristram Ha
2024-04-16
net: dsa: microchip: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2024-04-02
net: dsa: microchip: drop driver owner assignment
Krzysztof Kozlowski
2024-02-01
net: dsa: Add KSZ8567 switch support
Philippe Schenker
2023-10-27
net: dsa: microchip: Refactor switch shutdown routine for WoL preparation
Oleksij Rempel
2023-05-30
net: dsa: microchip: add an enum for regmap widths
Vladimir Oltean
2022-11-09
net: dsa: microchip: add dev_err_probe in probe functions
Rakesh Sankaranarayanan
2022-11-09
net: dsa: microchip: add ksz9563 in ksz_switch_ops and select based on compat...
Rakesh Sankaranarayanan
2022-09-22
net: dsa: microchip: remove unnecessary set_drvdata()
Yang Yingliang
2022-09-07
net: dsa: microchip: add KSZ9896 switch support
Romain Naour
2022-09-05
net: dsa: microchip: lan937x: add interrupt support for port phy link
Arun Ramadoss
2022-08-31
net: dsa: microchip: add support for regmap_access_tables
Oleksij Rempel
2022-08-31
net: dsa: microchip: add separate struct ksz_chip_data for KSZ8563 chip
Oleksij Rempel
2022-07-18
net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'
Arun Ramadoss
2022-07-02
net: dsa: microchip: add LAN937x in the ksz spi probe
Arun Ramadoss
2022-06-29
net: dsa: microchip: remove the struct ksz8
Arun Ramadoss
2022-06-24
net: dsa: microchip: common ksz_spi_probe for ksz switches
Arun Ramadoss
2018-11-20
net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.c
Tristram Ha
2018-11-20
net: dsa: microchip: replace license with GPL
Tristram Ha
2018-08-16
net: dsa: add support for ksz9897 ethernet switch
Lad, Prabhakar
2017-05-31
dsa: add DSA switch driver for Microchip KSZ9477
Woojung Huh