immortalwrt/target/linux/generic/files/drivers/net/phy/b53
Rafał Miłecki e504668926 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-10 23:47:33 +08:00
..
b53_common.c kernel: b53: fix compilation with kernels 5.5+ 2020-06-06 12:15:52 +08:00
b53_mdio.c Revert "swconfig: fix Broadcom b53 support" 2021-10-10 23:47:33 +08:00
b53_mmap.c update target 2019-08-19 22:26:19 +08:00
b53_phy_fixup.c kernel: b53: update the BCM5365 UID in the fixup 2021-03-06 12:16:10 +08:00
b53_priv.h generic: drop outdated kernel version switches in local drivers 2020-05-24 11:33:39 +08:00
b53_regs.h update target 2019-08-19 22:26:19 +08:00
b53_spi.c update target 2019-08-19 22:26:19 +08:00
b53_srab.c update target 2019-08-19 22:26:19 +08:00
Kconfig update target 2019-08-19 22:26:19 +08:00
Makefile update target 2019-08-19 22:26:19 +08:00