mbox series

[net-next,v3,0/3] at803x fiber/SFP support

Message ID 20220112174418.873691-1-robert.hancock@calian.com (mailing list archive)
Headers show
Series at803x fiber/SFP support | expand

Message

Robert Hancock Jan. 12, 2022, 5:44 p.m. UTC
Add support for 1000Base-X fiber modes to the at803x PHY driver, as
well as support for connecting a downstream SFP cage.

Changes since v2:
-fixed tabs/spaces issue in one patch

Changes since v1:
-moved page selection to config_init so it is handled properly
after suspend/resume
-added explicit check for empty sfp_support bitmask

*** BLURB HERE ***

Robert Hancock (3):
  net: phy: at803x: move page selection fix to config_init
  net: phy: at803x: add fiber support
  net: phy: at803x: Support downstream SFP cage

 drivers/net/phy/at803x.c | 146 +++++++++++++++++++++++++++++++++------
 1 file changed, 126 insertions(+), 20 deletions(-)

Comments

Jakub Kicinski Jan. 12, 2022, 6:54 p.m. UTC | #1
On Wed, 12 Jan 2022 11:44:15 -0600 Robert Hancock wrote:
> Add support for 1000Base-X fiber modes to the at803x PHY driver, as
> well as support for connecting a downstream SFP cage.
> 
> Changes since v2:
> -fixed tabs/spaces issue in one patch
> 
> Changes since v1:
> -moved page selection to config_init so it is handled properly
> after suspend/resume
> -added explicit check for empty sfp_support bitmask

Please not that net-next is closed during the merge window, 
all the non-fixes will have to be reposted. Looks like patch 1
can be separated out of this series and reposted for net.


# Form letter - net-next is closed

We have already sent the networking pull request for 5.17
and therefore net-next is closed for new drivers, features,
code refactoring and optimizations. We are currently accepting
bug fixes only.

Please repost when net-next reopens after 5.17-rc1 is cut.

Look out for the announcement on the mailing list or check:
http://vger.kernel.org/~davem/net-next.html

RFC patches sent for review only are obviously welcome at any time.