commit | 1d5b5d2f8f9591149bedf9887c34e7eb5398ca53 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Mar 20 15:32:40 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 23 17:57:24 2019 -0400 |
tree | 6aff8a52bdd53cb391f28d2f1fa37b688407b885 | |
parent | f5e6c168c174cff74201ef58d99b27229ca0e4c2 [diff] |
net: add higmacv300 Ethernet driver for HiSilicon platform It adds the driver for HIGMACV300 Ethernet controller found on HiSilicon SoCs like Hi3798CV200. It's based on a downstream U-Boot driver, but quite a lot of code gets rewritten and cleaned up to adopt driver model and PHY API. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>