git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07841f9
)
net: fec: Fix RGMII-ID mode
author
Markus Pargmann
<mpa@pengutronix.de>
Thu, 30 Apr 2015 15:07:50 +0000
(17:07 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 30 Apr 2015 20:48:53 +0000
(16:48 -0400)
RGMII-ID uses an internal delay within the transmitter or receiver. This
feature is phy specific. The rest of the communication is normal RGMII.
So the fec driver has to check for all RGMII modes, not only
'PHY_INTERFACE_MODE_RGMII'.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found