]> git.openfabrics.org - ~emulex/infiniband.git/commit
net: stmmac:sti: Add STi SOC glue driver.
authorSrinivas Kandagatla <srinivas.kandagatla@st.com>
Tue, 11 Feb 2014 09:59:57 +0000 (09:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 21:25:13 +0000 (16:25 -0500)
commitd15891ca1fdd7f1f46cede1dc15bcfbf0445a658
tree7786700665def3cf794e59dfa99b3d1d74e58fa2
parentc7966b525fc6af6d18a509b33f938312f59b57f5
net: stmmac:sti: Add STi SOC glue driver.

STi series SOCs have a glue layer on top of the synopsis gmac IP, this
glue layer needs to be configured before the gmac driver starts using
the IP.

This patch adds a support to this glue layer which is configured via
stmmac setup, init, exit callbacks.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/sti-dwmac.txt [new file with mode: 0644]
drivers/net/ethernet/stmicro/stmmac/Kconfig
drivers/net/ethernet/stmicro/stmmac/Makefile
drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c [new file with mode: 0644]
drivers/net/ethernet/stmicro/stmmac/stmmac.h
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c