[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141107.153046.1116308054532402400.davem@davemloft.net>
Date: Fri, 07 Nov 2014 15:30:46 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: ckeepax@...nsource.wolfsonmicro.com
Cc: jeffrey.t.kirsher@...el.com, m.stam@...ro.nl, emilgoode@...il.com,
linux-usb@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] asix: Do full reset during ax88772_bind
From: Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
Date: Thu, 6 Nov 2014 15:49:41 +0000
> commit 3cc81d85ee01 ("asix: Don't reset PHY on if_up for ASIX 88772")
> causes the ethernet on Arndale to no longer function. This appears to
> be because the Arndale ethernet requires a full reset before it will
> function correctly, however simply reverting the above patch causes
> problems with ethtool settings getting reset.
>
> It seems the problem is that the ethernet is not properly reset during
> bind, and indeed the code in ax88772_bind that resets the device is a
> very small subset of the actual ax88772_reset function. This patch uses
> ax88772_reset in place of the existing reset code in ax88772_bind which
> removes some code duplication and fixes the ethernet on Arndale.
>
> It is still possible that the original patch causes some issues with
> suspend and resume but that seems like a separate issue and I haven't
> had a chance to test that yet.
>
> Signed-off-by: Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
> Tested-by: Riku Voipio <riku.voipio@...aro.org>
> ---
>
> Hi,
>
> I wasn't 100% sure which branch to base this off so I based it on Dave
> Miller's net-next branch, which seemed logical.
Since it fixes a regression that is upstream already, I'm applying this
to the net tree.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists