]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: hibmcge: Add mdio and hardware configuration supported in this module
authorJijie Shao <shaojijie@huawei.com>
Tue, 15 Oct 2024 12:35:09 +0000 (20:35 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Mon, 21 Oct 2024 09:26:52 +0000 (11:26 +0200)
commita239b2b1dee2dce9c48939b122b3ad3ed7b99cbd
treec38efbc0e5241e062013e4a6d89668abf2a2cfc5
parentfc1992bad7dacd0ff474c531c1dfbe3aa2841da6
net: hibmcge: Add mdio and hardware configuration supported in this module

Implements the C22 read and write PHY registers interfaces.

Some hardware interfaces related to the PHY are also implemented
in this patch.

Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h
drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c
drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.h
drivers/net/ethernet/hisilicon/hibmcge/hbg_main.c
drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.c [new file with mode: 0644]
drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.h [new file with mode: 0644]
drivers/net/ethernet/hisilicon/hibmcge/hbg_reg.h