Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1258855
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling |
| Date | 2015-10-29 16:10 +0100 |
| Message-ID | <qoWZY-1Pg-27@gated-at.bofh.it> (permalink) |
| References | <qoVrc-Hx-11@gated-at.bofh.it> <qoVUd-RM-11@gated-at.bofh.it> <qoWdz-1dD-9@gated-at.bofh.it> <qoWGB-1rT-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Oct. Thursday 29 (44) 03:40 PM, Andrew Lunn wrote: > > Thanks for the hint, I will test this, but while reviewing the datasheet, > > the port 5 has no PHY, so must only be used as cpu port. > > Not necessarily. All that is needed is an external phy. Linux does not > care what MDIO bus that phy hangs off. It could be the same MDIO bus > as the switch, or some other MDIO bus. It is likely that port 5 is the > CPU port, but it does not have to be. Indeed in my setup with a single 88E6352, we will soon add an external PHY there (or on port 6, doesn't matter) to make it a 6-port switch. > > I also have another patchset which fixes 2 setup registers writes and > > adds a shiny new mv88e6060.h based on mv88e6xxx.h. > > Great. I hope that will help determine if we can merge 6060 into 6xxx. Is 6060 supported by the 6352 family? It doesn't share any mv88e6xxx code... Thanks, -v -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Neil Armstrong <narmstrong@baylibre.com> - 2015-10-29 14:30 +0100
Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Andrew Lunn <andrew@lunn.ch> - 2015-10-29 15:00 +0100
Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Neil Armstrong <narmstrong@baylibre.com> - 2015-10-29 15:20 +0100
Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Andrew Lunn <andrew@lunn.ch> - 2015-10-29 15:50 +0100
Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2015-10-29 16:10 +0100
Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Andrew Lunn <andrew@lunn.ch> - 2015-10-29 16:30 +0100
Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Neil Armstrong <narmstrong@baylibre.com> - 2015-10-30 16:50 +0100
Re: [PATCH v2 1/6] net: dsa: Use delayed work instead of timer+work for polling Andrew Lunn <andrew@lunn.ch> - 2015-10-30 17:40 +0100
csiph-web