linux/drivers/net/ethernet/cadence
Sergei Shtylyov 9a0384c020 macb: fix PHY reset
The driver calls gpiod_set_value() with GPIOD_OUT_* instead of 0 and 1, as
a result the PHY isn't really  put back into reset state in macb_remove().
Moreover, the driver assumes that something else has set the GPIO direction
to output, so if  it has not, the PHY may not be taken out of reset in
macb_probe() either...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-03-22 16:07:07 -04:00
..
Kconfig drivers/net: remove all references to obsolete Ethernet-HOWTO 2015-06-23 06:50:35 -07:00
macb.c macb: fix PHY reset 2016-03-22 16:07:07 -04:00
macb.h net: macb: fix default configuration for GMAC on AT91 2016-03-13 22:16:22 -04:00
Makefile net/macb: merge at91_ether driver into macb driver 2015-03-07 22:31:37 -05:00