net: ti: icssg-prueth: Add mii helper apis and macros
authorMD Danish Anwar <danishanwar@ti.com>
Tue, 1 Aug 2023 09:14:20 +0000 (14:44 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Aug 2023 09:38:11 +0000 (10:38 +0100)
commitb6ba7752149de52fde1253d1b203a96e1ee89afc
treeaea18929c355ac0ac715f33db517c9739d890b13
parent61f4d2044aeb702fea236101883b59ea270ab2f7
net: ti: icssg-prueth: Add mii helper apis and macros

Add MII helper APIs and MACROs. These APIs and MACROs will be later used
by ICSSG Ethernet driver. Also introduce icssg_prueth.h which has
definition of prueth related structures.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/icssg/icssg_mii_cfg.c [new file with mode: 0644]
drivers/net/ethernet/ti/icssg/icssg_mii_rt.h [new file with mode: 0644]
drivers/net/ethernet/ti/icssg/icssg_prueth.h [new file with mode: 0644]