openwrt/target/linux/generic
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
..
backport-5.4 kernel: bump 5.4 to 5.4.150 2021-10-02 16:45:56 +02:00
backport-5.10 kernel: backport bgmac upstream commits from 5.15 / for 5.16 2021-10-07 11:30:18 +02:00
files Revert "swconfig: fix Broadcom b53 support" 2021-10-07 11:30:55 +02:00
hack-5.4 kernel: bump 5.4 to 5.4.150 2021-10-02 16:45:56 +02:00
hack-5.10 kernel: backport bgmac upstream commits from 5.15 / for 5.16 2021-10-07 11:30:18 +02:00
image
other-files
pending-5.4 kernel: bump 5.4 to 5.4.150 2021-10-02 16:45:56 +02:00
pending-5.10 kernel: bump 5.10 to 5.10.70 2021-09-30 22:29:33 +01:00
config-5.4 kernel: Deactivate some ARM64 errata workarounds 2021-10-03 01:13:18 +02:00
config-5.10 kernel: 5.10: add missing symbols 2021-10-05 23:54:18 +02:00
config-filter
PATCHES