[PATCH net-next v2 0/5] net: phy: mediatek: Add token-ring helper functions
From: Sky Huang
Date: Thu Feb 13 2025 - 03:06:18 EST
From: Sky Huang <skylake.huang@xxxxxxxxxxxx>
This patchset add token-ring helper functions and moves some macros from
mtk-ge.c into mtk-phy-lib.c.
Signed-off-by: Sky Huang <skylake.huang@xxxxxxxxxxxx>
---
Change in v2:
- Split the patch:
https://patchwork.kernel.org/project/linux-mediatek/patch/
20250116012159.3816135-2-SkyLake.Huang@xxxxxxxxxxxx/
into 4 patches
- Get rid of mtk-2p5ge.c patch temporarily so that this patchset can be
reviewed individually.
---
Sky Huang (5):
net: phy: mediatek: Change to more meaningful macros
net: phy: mediatek: Add token ring access helper functions in
mtk-phy-lib
net: phy: mediatek: Add token ring set bit operation support
net: phy: mediatek: Add token ring clear bit operation support
net: phy: mediatek: Move some macros to phy-lib for later use
drivers/net/phy/mediatek/mtk-ge-soc.c | 296 ++++++++++++++++---------
drivers/net/phy/mediatek/mtk-ge.c | 78 +++++--
drivers/net/phy/mediatek/mtk-phy-lib.c | 77 +++++++
drivers/net/phy/mediatek/mtk.h | 15 ++
4 files changed, 341 insertions(+), 125 deletions(-)
--
2.18.0