net: tn40xx: add mdio bus support
authorFUJITA Tomonori <fujita.tomonori@gmail.com>
Sun, 23 Jun 2024 23:55:06 +0000 (08:55 +0900)
committerJakub Kicinski <kuba@kernel.org>
Wed, 26 Jun 2024 01:44:19 +0000 (18:44 -0700)
commit7fdbd2f2bb5dc33c50604ea66eb8ae16247cc518
treef760a12ccb4adecd6fc4ba860d260bd774e31069
parent37c4947af44d51358cb03262c8e6eeac4a1cd642
net: tn40xx: add mdio bus support

This patch adds supports for mdio bus. A later path adds PHYLIB
support on the top of this.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Link: https://patch.msgid.link/20240623235507.108147-7-fujita.tomonori@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/tehuti/Makefile
drivers/net/ethernet/tehuti/tn40.h
drivers/net/ethernet/tehuti/tn40_mdio.c [new file with mode: 0644]