net: dwc_eth_qos: move i.MX code out
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 Jul 2022 08:41:15 +0000 (16:41 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 26 Jul 2022 09:29:01 +0000 (11:29 +0200)
commit5fc783b5d9c97fe58751faf9d459402ac4a4edde
treed581eb19cf115531b006e7423dc522027fb0ef4a
parent149e80f74b6c28ff3e06b210579919cbb2c69a8d
net: dwc_eth_qos: move i.MX code out

Move i.MX code to a standalone file to make it easy for adding new
platform support

Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/net/Makefile
drivers/net/dwc_eth_qos.c
drivers/net/dwc_eth_qos.h
drivers/net/dwc_eth_qos_imx.c [new file with mode: 0644]