]> 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)
commit9601f62ef716c23da86b563169d6f1d9dfb09f4a
treeebe37457c3676eb8cb06ba17597134975958845d
parentf2bff466e175fc36df9250007e6b778e997f372c
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