Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673711
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next 0/4] net: phy: Support "internal" PHY interface |
| Date | 2017-06-23 19:40 +0200 |
| Message-ID | <tVAIN-57u-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all, This makes the "internal" phy-mode property generally available and documented and this allows us to remove some custom parsing code we had for bcmgenet and bcm_sf2 which both used that specific value. Florian Fainelli (4): dt-bindings: Add "internal" as a valid 'phy-mode' property net: phy: Support "internal" PHY interface net: bcmgenet: Remove special handling of "internal" phy-mode net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode Documentation/devicetree/bindings/net/ethernet.txt | 1 + drivers/net/dsa/bcm_sf2.c | 16 +++++---------- drivers/net/ethernet/broadcom/genet/bcmmii.c | 24 ++++++++-------------- include/linux/phy.h | 3 +++ 4 files changed, 17 insertions(+), 27 deletions(-) -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next 0/4] net: phy: Support "internal" PHY interface Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200 [PATCH net-next 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200 [PATCH net-next 4/4] net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200 [PATCH net-next 2/4] net: phy: Support "internal" PHY interface Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200 Re: [PATCH net-next 0/4] net: phy: Support "internal" PHY interface David Miller <davem@davemloft.net> - 2017-06-23 21:10 +0200
csiph-web