From: Heiner Kallweit <hkallweit1@gmail.com>
To: Realtek linux nic maintainers <nic_swsd@realtek.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
Paolo Abeni <pabeni@redhat.com>, Jakub Kicinski <kuba@kernel.org>,
David Miller <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Simon Horman <horms@kernel.org>, Andrew Lunn <andrew@lunn.ch>,
Russell King - ARM Linux <linux@armlinux.org.uk>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next 0/3] net: phy: realtek: improve MMD register access for internal PHY's
Date: Thu, 13 Feb 2025 07:47:57 +0100 [thread overview]
Message-ID: <ca05b98a-5830-4637-be72-c11d7418647a@gmail.com> (raw)
The integrated PHYs on chip versions from RTL8168g allow to address
MDIO_MMD_VEND2 registers. All c22 standard registers are mapped to
MDIO_MMD_VEND2 registers. So far the paging mechanism is used to
address PHY registers. Add support for c45 ops to address MDIO_MMD_VEND2
registers directly, w/o the paging.
Heiner Kallweit (3):
r8169: add PHY c45 ops for MII_MMD_VENDOR2 registers
net: phy: realtek: improve MMD register access for internal PHY's
net: phy: realtek: switch from paged to MMD ops in rtl822x functions
drivers/net/ethernet/realtek/r8169_main.c | 33 +++++++++
drivers/net/phy/realtek/realtek_main.c | 90 ++++++++++-------------
2 files changed, 71 insertions(+), 52 deletions(-)
--
2.48.1
next reply other threads:[~2025-02-13 6:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-13 6:47 Heiner Kallweit [this message]
2025-02-13 6:49 ` [PATCH net-next 1/3] r8169: add PHY c45 ops for MDIO_MMD_VEND2 registers Heiner Kallweit
2025-02-13 13:19 ` Andrew Lunn
2025-02-13 6:50 ` [PATCH net-next 2/3] net: phy: realtek: improve MMD register access for internal PHY's Heiner Kallweit
2025-02-13 6:51 ` [PATCH net-next 3/3] net: phy: realtek: switch from paged to MMD ops in rtl822x functions Heiner Kallweit
2025-02-13 8:18 ` [PATCH net-next 0/3] net: phy: realtek: improve MMD register access for internal PHY's Heiner Kallweit
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=ca05b98a-5830-4637-be72-c11d7418647a@gmail.com \
--to=hkallweit1@gmail.com \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=nic_swsd@realtek.com \
--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.