Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1673721 > unrolled thread

[PATCH 0/4] net: phy: Support "internal" PHY interface

Started byFlorian Fainelli <f.fainelli@gmail.com>
First post2017-06-23 19:40 +0200
Last post2017-06-23 19:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] net: phy: Support "internal" PHY interface Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200

#1673721 — [PATCH 0/4] net: phy: Support "internal" PHY interface

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-23 19:40 +0200
Subject[PATCH 0/4] net: phy: Support "internal" PHY interface
Message-ID<tVAIO-57u-21@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web