[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231214121026.4340-1-ansuelsmth@gmail.com>
Date: Thu, 14 Dec 2023 13:10:22 +0100
From: Christian Marangi <ansuelsmth@...il.com>
To: Florian Fainelli <florian.fainelli@...adcom.com>,
Broadcom internal kernel review list <bcm-kernel-feedback-list@...adcom.com>,
Andrew Lunn <andrew@...n.ch>,
Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Vladimir Oltean <olteanv@...il.com>,
David Epping <david.epping@...singlinkelectronics.com>,
"Russell King (Oracle)" <rmk+kernel@...linux.org.uk>,
Christian Marangi <ansuelsmth@...il.com>,
Harini Katakam <harini.katakam@....com>,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [net-next PATCH v7 0/4] net: phy: add PHY package base addr + mmd APIs
This small series is required for the upcoming qca807x PHY that
will make use of PHY package mmd API and the new implementation
with read/write based on base addr.
The MMD PHY package patch currently has no use but it will be
used in the upcoming patch and it does complete what a PHY package
may require in addition to basic read/write to setup global PHY address.
(Changelog for all the revision is present in the single patch)
Christian Marangi (4):
net: phy: make addr type u8 in phy_package_shared struct
net: phy: extend PHY package API to support multiple global address
net: phy: restructure __phy_write/read_mmd to helper and phydev user
net: phy: add support for PHY package MMD read/write
drivers/net/phy/bcm54140.c | 16 ++-
drivers/net/phy/mscc/mscc.h | 5 +
drivers/net/phy/mscc/mscc_main.c | 4 +-
drivers/net/phy/phy-core.c | 208 ++++++++++++++++++++++++++-----
drivers/net/phy/phy_device.c | 35 +++---
include/linux/phy.h | 57 ++++++---
6 files changed, 253 insertions(+), 72 deletions(-)
--
2.40.1
Powered by blists - more mailing lists