mbox series

[net-next,v2,0/5] net: phy: mediatek: Add token-ring helper functions

Message ID 20250213080553.921434-1-SkyLake.Huang@mediatek.com (mailing list archive)
Headers show
Series net: phy: mediatek: Add token-ring helper functions | expand

Message

Sky Huang Feb. 13, 2025, 8:05 a.m. UTC
From: Sky Huang <skylake.huang@mediatek.com>

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@mediatek.com>
---
Change in v2:
- Split the patch:
https://patchwork.kernel.org/project/linux-mediatek/patch/
20250116012159.3816135-2-SkyLake.Huang@mediatek.com/
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 18, 2025, 12:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 13 Feb 2025 16:05:48 +0800 you wrote:
> From: Sky Huang <skylake.huang@mediatek.com>
> 
> 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@mediatek.com>
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/5] net: phy: mediatek: Change to more meaningful macros
    https://git.kernel.org/netdev/net-next/c/2f435137a048
  - [net-next,v2,2/5] net: phy: mediatek: Add token ring access helper functions in mtk-phy-lib
    https://git.kernel.org/netdev/net-next/c/afa08fde7c47
  - [net-next,v2,3/5] net: phy: mediatek: Add token ring set bit operation support
    https://git.kernel.org/netdev/net-next/c/40d33d6d3c90
  - [net-next,v2,4/5] net: phy: mediatek: Add token ring clear bit operation support
    https://git.kernel.org/netdev/net-next/c/4786eff288bc
  - [net-next,v2,5/5] net: phy: mediatek: Move some macros to phy-lib for later use
    https://git.kernel.org/netdev/net-next/c/be378ebd6cfb

You are awesome, thank you!