]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ti: icssg: Add Firmware config and classification APIs.
authorMD Danish Anwar <danishanwar@ti.com>
Thu, 4 Apr 2024 07:08:00 +0000 (12:38 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 19:54:43 +0000 (13:54 -0600)
commit1c05cb469f9d0a934c7aab88fcb6d67bd8b0862c
tree7fb6c24b1082e80d1c08e7360677a66bf9d54514
parent8cb5f079acd05c41203e7a5fa1ded7d1b35ef803
net: ti: icssg: Add Firmware config and classification APIs.

Add icssg_config.h / .c and icssg_classifier.c files. These are firmware
configuration and classification related files. 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.

Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Reviewed-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
drivers/net/ti/icss_mii_rt.h [new file with mode: 0644]
drivers/net/ti/icssg_classifier.c [new file with mode: 0644]
drivers/net/ti/icssg_config.c [new file with mode: 0644]
drivers/net/ti/icssg_config.h [new file with mode: 0644]
drivers/net/ti/icssg_prueth.h [new file with mode: 0644]