openwrt/target/linux
Rafał Miłecki b2cfed48f6 Revert "swconfig: fix Broadcom b53 support"
This reverts commit 8f9cd1af0f.

That commit was meant to add a single EXPORT_SYMBOL_GPL() but it
actually also added few .of_match_table-s. One commit should handle one
thing and should not introduce unrelated changes.

Regarding actual changes:
1. EXPORT_SYMBOL_GPL is not required as we don't build swconfig drivers
   as modules.
2. PHY drivers must not have .of_match_table. That is allowed for MDIO
   drivers. This could work for some time (although is didn't for me on
   bcm53xx) but does not with kernel 5.10. It causes a soft lockup and
   upstream developers confirmed it's an unsupported design.

Link: https://lore.kernel.org/netdev/2b1dc053-8c9a-e3e4-b450-eecdfca3fe16@gmail.com/t/#mf80e472f35ee23f7a75cbf5b1e101a17ab3a64a3
Cc: Tobias Schramm <tobleminer@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2021-10-07 11:30:55 +02:00
..
apm821xx
arc770
archs38
armvirt armvirt: remove obsolete Kernel 5.4 2021-10-02 18:13:46 +02:00
at91
ath25
ath79 ath79: add recipe for common setup with loader-okli-compile 2021-10-02 21:26:12 +02:00
bcm27xx bcm27xx: remove obsolete kernel 5.4 2021-10-05 23:54:18 +02:00
bcm47xx bcm47xx: use device vendor/model variable 2021-09-23 21:45:30 -10:00
bcm53xx kernel: backport bgmac upstream commits from 5.15 / for 5.16 2021-10-07 11:30:18 +02:00
bcm63xx bcm63xx: remove memcpy from mac assignment 2021-09-21 15:46:19 -10:00
bcm4908 kernel: Deactivate some ARM64 errata workarounds 2021-10-03 01:13:18 +02:00
bmips
gemini gemini: remove obsolete Kernel 5.4 2021-10-02 18:14:42 +02:00
generic Revert "swconfig: fix Broadcom b53 support" 2021-10-07 11:30:55 +02:00
imx6 kernel: 5.10: add missing symbols 2021-10-05 23:54:18 +02:00
ipq40xx ipq40xx: add testing support for kernel 5.10 2021-09-25 19:28:54 +02:00
ipq806x ipq806x: remove obsolete Kernel 5.4 2021-10-02 18:15:23 +02:00
ipq807x
kirkwood kirkwood: refresh kernel config 2021-10-03 01:13:18 +02:00
lantiq lantiq: kernel: xway-nand: Move ECC engine setting to new DT binding 2021-10-02 16:45:33 +02:00
layerscape kernel: Deactivate some ARM64 errata workarounds 2021-10-03 01:13:18 +02:00
malta malta: remove obsolete Kernel 5.4 2021-10-02 18:13:46 +02:00
mediatek kernel: Deactivate some ARM64 errata workarounds 2021-10-03 01:13:18 +02:00
mpc85xx mpc85xx: switch to Kernel 5.10 2021-10-05 23:54:48 +02:00
mvebu kernel: Deactivate some ARM64 errata workarounds 2021-10-03 01:13:18 +02:00
mxs
octeon
octeontx kernel: Deactivate some ARM64 errata workarounds 2021-10-03 01:13:18 +02:00
omap
oxnas kernel: bump 5.4 to 5.4.150 2021-10-02 16:45:56 +02:00
pistachio
ramips ramips: fix USW-Flex reversed switch-port order 2021-10-04 23:24:32 +02:00
realtek realtek: ensure output drivers are enabled in RTL8231 2021-10-02 21:26:12 +02:00
rockchip kernel: Deactivate some ARM64 errata workarounds 2021-10-03 01:13:18 +02:00
sunxi kernel: Deactivate some ARM64 errata workarounds 2021-10-03 01:13:18 +02:00
tegra
uml
x86 x86: remove obsolete Kernel 5.4 2021-10-02 18:13:46 +02:00
zynq
Makefile