diff options
author | Leigh Brown <leigh@solinno.co.uk> | 2013-10-29 13:33:34 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-30 02:54:20 +0400 |
commit | d4a0acb8ed9c15c2ca82389a30790f66911e640d (patch) | |
tree | a95cdcbcf2f4e4bd045ec00f67d5a872d3e74889 /drivers/net/ethernet/marvell | |
parent | 526edcf56759142c1c250d2d4c55db9f25be644b (diff) | |
download | linux-d4a0acb8ed9c15c2ca82389a30790f66911e640d.tar.xz |
net: mvmdio: doc: mvmdio now used by mv643xx_eth
Amend the documentation in the mvmdio driver to note the fact
that it is now used by both the mvneta and mv643xx_eth drivers.
Signed-off-by: Leigh Brown <leigh@solinno.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell')
-rw-r--r-- | drivers/net/ethernet/marvell/mvmdio.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/net/ethernet/marvell/mvmdio.c b/drivers/net/ethernet/marvell/mvmdio.c index 0cfa0c860bc3..7354960b583b 100644 --- a/drivers/net/ethernet/marvell/mvmdio.c +++ b/drivers/net/ethernet/marvell/mvmdio.c @@ -4,11 +4,9 @@ * Since the MDIO interface of Marvell network interfaces is shared * between all network interfaces, having a single driver allows to * handle concurrent accesses properly (you may have four Ethernet - * ports, but they in fact share the same SMI interface to access the - * MDIO bus). Moreover, this MDIO interface code is similar between - * the mv643xx_eth driver and the mvneta driver. For now, it is only - * used by the mvneta driver, but it could later be used by the - * mv643xx_eth driver as well. + * ports, but they in fact share the same SMI interface to access + * the MDIO bus). This driver is currently used by the mvneta and + * mv643xx_eth drivers. * * Copyright (C) 2012 Marvell * |