]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: phy: mediatek: Add token ring access helper functions in mtk-phy-lib
authorSky Huang <skylake.huang@mediatek.com>
Thu, 13 Feb 2025 08:05:50 +0000 (16:05 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 18 Feb 2025 00:22:36 +0000 (16:22 -0800)
commitafa08fde7c4780ea5556d9d4df6c1daa38ba0d6b
treee769244f76359a3dd8b794e438e78b9d7a481e55
parent2f435137a0484f11b47554281091ef4908f8cb31
net: phy: mediatek: Add token ring access helper functions in mtk-phy-lib

This patch adds TR(token ring) manipulations and adds correct
macro names for those magic numbers. TR is a way to access
proprietary registers on page 52b5. Use these helper functions
so we can see which fields we're going to modify/set/clear.

TR functions with __* prefix mean that the operations inside
aren't wrapped by page select/restore functions.

This patch doesn't really change registers' settings but just
enhances readability and maintainability.

Signed-off-by: Sky Huang <skylake.huang@mediatek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250213080553.921434-3-SkyLake.Huang@mediatek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/mediatek/mtk-ge-soc.c
drivers/net/phy/mediatek/mtk-ge.c
drivers/net/phy/mediatek/mtk-phy-lib.c
drivers/net/phy/mediatek/mtk.h