openwrtv4/target/linux/generic/files/drivers/net/phy/b53
Rafał Miłecki 846eca673f b53: allow ports with higher numbers than CPU port
Our code was assuming CPU port uses the highest number. My BCM53573
device has eth0 connected to port 8 and eth1 connected to port 5. While
working on support for it I tried to:
1) Enable all ports (including port 8)
2) Set CPU port to 5

I noticed port 8 is not accessible anymore. It was just a development
process but it seems like something worth fixing anyway.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Acked-by: Jonas Gorski <jonas.gorski@gmail.com>
2016-07-24 06:38:30 +02:00
..
b53_common.c b53: allow ports with higher numbers than CPU port 2016-07-24 06:38:30 +02:00
b53_mdio.c b53: provide PHY access to swconfig 2016-02-03 09:33:50 +00:00
b53_mmap.c b53: clean up code to match kernel style better 2015-04-10 10:29:04 +00:00
b53_phy_fixup.c kernel: b53: support phy ids for BCM5365 2013-09-05 20:30:34 +00:00
b53_priv.h b53: provide PHY access to swconfig 2016-02-03 09:33:50 +00:00
b53_regs.h b53: update header register difinitions 2016-01-18 10:46:47 +00:00
b53_spi.c b53: clean up code to match kernel style better 2015-04-10 10:29:04 +00:00
b53_srab.c b53: clean up code to match kernel style better 2015-04-10 10:29:04 +00:00
Kconfig kernel: rename B53 symbols to avoid upstream kernel conflict 2016-06-20 08:00:14 +02:00
Makefile kernel: rename B53 symbols to avoid upstream kernel conflict 2016-06-20 08:00:14 +02:00