All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiner Kallweit <hkallweit1@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>,
	Russell King - ARM Linux <linux@armlinux.org.uk>,
	Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>,
	David Miller <davem@davemloft.net>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next 0/5] net: phy: add support for the EEE 2 registers
Date: Wed, 14 Feb 2024 21:15:31 +0100	[thread overview]
Message-ID: <558e122f-e900-4a17-a03a-2b9ec4fed124@gmail.com> (raw)

This series adds support for the EEE 2 registers. Most relevant and
for now the only supported modes are 2500baseT and 5000baseT.

Heiner Kallweit (5):
  net: mdio: add helpers for accessing the EEE CAP2 registers
  net: phy: add PHY_EEE_CAP2_FEATURES
  net: phy: c45: add and use genphy_c45_read_eee_cap2
  net: phy: c45: add support for EEE link partner ability 2 to
    genphy_c45_read_eee_lpa
  net: phy: c45: add support for MDIO_AN_EEE_ADV2

 drivers/net/phy/phy-c45.c    | 69 ++++++++++++++++++++++++++++++++++++
 drivers/net/phy/phy_device.c | 11 ++++++
 include/linux/mdio.h         | 55 ++++++++++++++++++++++++++++
 include/linux/phy.h          |  2 ++
 4 files changed, 137 insertions(+)

-- 
2.43.1


             reply	other threads:[~2024-02-14 20:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14 20:15 Heiner Kallweit [this message]
2024-02-14 20:16 ` [PATCH net-next 1/5] net: mdio: add helpers for accessing the EEE CAP2 registers Heiner Kallweit
2024-02-14 20:17 ` [PATCH net-next 2/5] net: phy: add PHY_EEE_CAP2_FEATURES Heiner Kallweit
2024-02-14 20:18 ` [PATCH net-next 3/5] net: phy: c45: add and use genphy_c45_read_eee_cap2 Heiner Kallweit
2024-02-14 20:18 ` [PATCH net-next 4/5] net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_eee_lpa Heiner Kallweit
2024-02-14 20:19 ` [PATCH net-next 5/5] net: phy: c45: add support for MDIO_AN_EEE_ADV2 Heiner Kallweit
2024-02-17 18:50 ` [PATCH net-next 0/5] net: phy: add support for the EEE 2 registers patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=558e122f-e900-4a17-a03a-2b9ec4fed124@gmail.com \
    --to=hkallweit1@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.