commit | 0e1cc91c465e6799a9b5b533cb66ea9ce162ae3b | [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 | 8aa8f3046406a1764be2706c6c58391a8efbe877 [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>