net: stmmac: Add Toshiba Visconti SoCs glue driver
authorNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Mon, 15 Feb 2021 15:24:36 +0000 (00:24 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Feb 2021 22:59:35 +0000 (14:59 -0800)
commitb38dd98ff8d0d951770bffdca49b387dc63ba92b
treed919960355d686341049a9ddf25aa1b35e9ee460
parente6a395061c3ef171b93aa83016cb83de846652c2
net: stmmac: Add Toshiba Visconti SoCs glue driver

Add dwmac-visconti to the stmmac driver in Toshiba Visconti ARM SoCs.
This patch contains only the basic function of the device. There is no
clock control, PM, etc. yet. These will be added in the future.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/Kconfig
drivers/net/ethernet/stmicro/stmmac/Makefile
drivers/net/ethernet/stmicro/stmmac/dwmac-visconti.c [new file with mode: 0644]