diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-11-01 17:00:37 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-11-24 13:11:18 -0500 |
commit | e5a06939736277c54a68ae275433db55b99d187c (patch) | |
tree | 94a38715a5af3d269574dd4369e37a0f6f859957 /MAINTAINERS | |
parent | 239b0b441449b2c70492880e6c6a4a885afa74ba (diff) |
drivers/net/tile/: on-chip network drivers for the tile architecture
This change adds the first network driver for the tile architecture,
supporting the on-chip XGBE and GBE shims.
The infrastructure is present for the TILE-Gx networking drivers (another
three source files in the new directory) but for now the the actual
tilegx sources are waiting on releasing hardware to initial customers.
Note that arch/tile/include/hv/* are "upstream" headers from the
Tilera hypervisor and will probably benefit less from LKML review.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2525b04f2e25..70b3820aa58e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5828,6 +5828,7 @@ W: http://www.tilera.com/scm/ | |||
5828 | S: Supported | 5828 | S: Supported |
5829 | F: arch/tile/ | 5829 | F: arch/tile/ |
5830 | F: drivers/char/hvc_tile.c | 5830 | F: drivers/char/hvc_tile.c |
5831 | F: drivers/net/tile/ | ||
5831 | 5832 | ||
5832 | TLAN NETWORK DRIVER | 5833 | TLAN NETWORK DRIVER |
5833 | M: Samuel Chessman <chessman@tux.org> | 5834 | M: Samuel Chessman <chessman@tux.org> |