kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
--- a/drivers/net/phy/Kconfig
|
|
|
|
+++ b/drivers/net/phy/Kconfig
|
2022-04-29 23:56:09 +09:00
|
|
|
@@ -584,6 +584,13 @@ config XILINX_GMII2RGMII
|
2021-06-14 18:30:08 +08:00
|
|
|
the Reduced Gigabit Media Independent Interface(RGMII) between
|
|
|
|
Ethernet physical media devices and the Gigabit Ethernet controller.
|
2018-04-08 17:31:55 +08:00
|
|
|
|
|
|
|
+config AR40XX_PHY
|
|
|
|
+ tristate "Driver for Qualcomm Atheros IPQ40XX switches"
|
2021-06-14 18:30:08 +08:00
|
|
|
+ depends on HAS_IOMEM && OF && OF_MDIO
|
2018-04-08 17:31:55 +08:00
|
|
|
+ select SWCONFIG
|
2021-06-14 18:30:08 +08:00
|
|
|
+ help
|
2018-04-08 17:31:55 +08:00
|
|
|
+ This is the driver for Qualcomm Atheros IPQ40XX ESS switches.
|
|
|
|
+
|
|
|
|
endif # PHYLIB
|
|
|
|
|
|
|
|
config MICREL_KS8995MA
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
--- a/drivers/net/phy/Makefile
|
|
|
|
+++ b/drivers/net/phy/Makefile
|
2023-05-31 09:03:59 +08:00
|
|
|
@@ -71,6 +71,7 @@ ifdef CONFIG_HWMON
|
2020-07-03 12:17:04 +08:00
|
|
|
aquantia-objs += aquantia_hwmon.o
|
|
|
|
endif
|
2018-04-08 17:31:55 +08:00
|
|
|
obj-$(CONFIG_AQUANTIA_PHY) += aquantia.o
|
|
|
|
+obj-$(CONFIG_AR40XX_PHY) += ar40xx.o
|
2020-07-02 23:30:56 +08:00
|
|
|
obj-$(CONFIG_AX88796B_PHY) += ax88796b.o
|
2018-04-08 17:31:55 +08:00
|
|
|
obj-$(CONFIG_AT803X_PHY) += at803x.o
|
|
|
|
obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o
|