author | Matt Porter <mporter@ti.com> | |
Wed, 20 Mar 2013 05:38:13 +0000 (05:38 +0000) | ||
committer | Tom Rini <trini@ti.com> | |
Fri, 10 May 2013 12:25:54 +0000 (08:25 -0400) | ||
commit | f485c8a35b38356a473208bec5ed786792c1eafe | |
tree | 366d16978a400ddf626923c978694161bb403858 | tree | snapshot (tar.xz tar.gz zip) |
parent | f6f86a64ac00980ba6066417bb54f39e39d29703 | commit | diff |
phy: add support for ET1011C phys
Adds an ET1011C PHY driver which is derived from the
Linux kernel PHY driver (drivers/net/phy/et1011c.c)
from the v3.9-rc2 tag. Note that an errata workaround
config option is implemented to allow for TX_CLK to be
enabled even when gigabit mode is negotiated. This
workaround is used on the PG1.0 TI814X EVM.
Signed-off-by: Matt Porter <mporter@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Adds an ET1011C PHY driver which is derived from the
Linux kernel PHY driver (drivers/net/phy/et1011c.c)
from the v3.9-rc2 tag. Note that an errata workaround
config option is implemented to allow for TX_CLK to be
enabled even when gigabit mode is negotiated. This
workaround is used on the PG1.0 TI814X EVM.
Signed-off-by: Matt Porter <mporter@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
drivers/net/phy/Makefile | diff | blob | history | |
drivers/net/phy/et1011c.c | [new file with mode: 0644] | blob |
drivers/net/phy/phy.c | diff | blob | history | |
include/phy.h | diff | blob | history |