]> git.baikalelectronics.ru Git - kernel.git/commit
tile: support multiple mPIPE shims in tilegx network driver
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 1 Aug 2013 15:36:42 +0000 (11:36 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Aug 2013 21:35:50 +0000 (14:35 -0700)
commitdd92d4c34d012b0bffc510a04549850a625e9e1e
treeebe37457c3676eb8cb06ba17597134975958845d
parentae659efcfa1ceda6f6eba13c4d7467bd69799093
tile: support multiple mPIPE shims in tilegx network driver

The initial driver support was for a single mPIPE shim on the chip
(as is the case for the Gx36 hardware).  The Gx72 chip has two mPIPE
shims, so we extend the driver to handle that case.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/tile/gxio/iorpc_mpipe_info.c
arch/tile/gxio/mpipe.c
arch/tile/include/gxio/iorpc_mpipe_info.h
arch/tile/include/gxio/mpipe.h
arch/tile/include/hv/drv_mpipe_intf.h
drivers/net/ethernet/tile/tilegx.c