[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1334753296.5185.3.camel@sakura.staff.proxad.net>
Date: Wed, 18 Apr 2012 14:48:16 +0200
From: Maxime Bizon <mbizon@...ebox.fr>
To: Jonas Gorski <jonas.gorski@...il.com>
Cc: netdev@...r.kernel.org, Florian Fainelli <florian@...nwrt.org>,
Eric Dumazet <eric.dumazet@...il.com>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] NET: bcm63xx_enet: move phy_(dis)connect into
probe/remove
On Wed, 2012-04-18 at 14:02 +0200, Jonas Gorski wrote:
> Only connect/disconnect the phy during probe and remove, not during open
> and close. The phy seldom changes during the runtime, and disconnecting
> the phy during close will prevent the phy driver from keeping any
> configuration over a down/up cycle.
>
> Signed-off-by: Jonas Gorski <jonas.gorski@...il.com>
please CC me, I wrote this driver
> - phydev = phy_connect(dev, phy_id, bcm_enet_adjust_phy_link, 0,
> - PHY_INTERFACE_MODE_MII);
bcm_enet_adjust_link() may modify some dma registers that are reset by
bcm_enet_open(), since it can now be called after probe, we may end up
with broken flow control depending on whatever was called first.
--
Maxime
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists