]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dwc_eth_qos: Split STM32 glue into separate file
authorMarek Vasut <marex@denx.de>
Tue, 26 Mar 2024 12:07:22 +0000 (13:07 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 09:30:50 +0000 (11:30 +0200)
commit343742661b0500b1873a6e4fcb7bff9d16f955a4
tree670da8c1aae08c9b675a4b94cfbfff2f76f12efb
parentf5667d77403fc125bb87b8981de2f575ad2c06e5
net: dwc_eth_qos: Split STM32 glue into separate file

Move STM32 glue code into separate file to contain the STM32 specific
code outside of the DWMAC core code. No functional change.

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Christophe ROULLIER<christophe.roullier@foss.st.com>
drivers/net/Makefile
drivers/net/dwc_eth_qos.c
drivers/net/dwc_eth_qos.h
drivers/net/dwc_eth_qos_stm32.c [new file with mode: 0644]