You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Bauer 6680fab947 kernel: b53: register switch on probe
Currently, the b53 MDIO switch driver registers the switch on
config-init and not on device probe. Because of this, the switch
gets added every time the associated interface comes up.

This commit fixes this behavior by registering the switch on device
probe.

Compile- and run-tested on OCEDO Koala.

Signed-off-by: David Bauer <mail@david-bauer.net>
6 years ago
..
Kconfig kernel: rename B53 symbols to avoid upstream kernel conflict 8 years ago
Makefile kernel: rename B53 symbols to avoid upstream kernel conflict 8 years ago
b53_common.c kernel: generic: Add kernel 4.14 support 7 years ago
b53_mdio.c kernel: b53: register switch on probe 6 years ago
b53_mmap.c b53: clean up code to match kernel style better 9 years ago
b53_phy_fixup.c kernel: port b53 to use kernel 4.5+ API 8 years ago
b53_priv.h kernel: b53: fix compilation on BCM47XX 6 years ago
b53_regs.h b53: update header register difinitions 9 years ago
b53_spi.c b53: allow configuration through device tree 7 years ago
b53_srab.c b53: clean up code to match kernel style better 9 years ago