From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Sun, 14 Aug 2016 17:44:34 +0200 Subject: [PATCH 1/2 (linux-stable-4.5.y)] Revert "stmmac: Fix 'eth0: No PHY found' regression" In-Reply-To: <1464009463-23654-2-git-send-email-peppe.cavallaro@st.com> References: <1464009463-23654-1-git-send-email-peppe.cavallaro@st.com> <1464009463-23654-2-git-send-email-peppe.cavallaro@st.com> Message-ID: <20160814154434.GI20560@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, May 23, 2016 at 03:17:42PM +0200, Giuseppe Cavallaro wrote: > From: Giuseppe CAVALLARO > > This reverts commit 88f8b1bb41c6208f81b6a480244533ded7b59493. > due to problems on GeekBox and Banana Pi M1 board when > connected to a real transceiver instead of a switch via > fixed-link. > > Signed-off-by: Giuseppe Cavallaro > Cc: Gabriel Fernandez > Cc: Andreas F?rber > Cc: Frank Sch?fer > Cc: Dinh Nguyen > Cc: David S. Miller > Signed-off-by: David S. Miller > --- > drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 11 ++++++++++- > drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 9 +-------- > 2 files changed, 11 insertions(+), 9 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/2 (linux-stable-4.5.y)] Revert "stmmac: Fix 'eth0: No PHY found' regression" Date: Sun, 14 Aug 2016 17:44:34 +0200 Message-ID: <20160814154434.GI20560@kroah.com> References: <1464009463-23654-1-git-send-email-peppe.cavallaro@st.com> <1464009463-23654-2-git-send-email-peppe.cavallaro@st.com> Reply-To: greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, robin.murphy-5wv7dgnIgG8@public.gmane.org, marc.zyngier-5wv7dgnIgG8@public.gmane.org, afaerber-l3A5Bk7waGM@public.gmane.org, bert-phGP8mJ4Mqk@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, Gabriel Fernandez , Frank =?iso-8859-1?Q?Sch=E4fer?= , Dinh Nguyen , "David S . Miller" To: Giuseppe Cavallaro Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <1464009463-23654-2-git-send-email-peppe.cavallaro-qxv4g6HH51o@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , List-Id: netdev.vger.kernel.org On Mon, May 23, 2016 at 03:17:42PM +0200, Giuseppe Cavallaro wrote: > From: Giuseppe CAVALLARO >=20 > This reverts commit 88f8b1bb41c6208f81b6a480244533ded7b59493. > due to problems on GeekBox and Banana Pi M1 board when > connected to a real transceiver instead of a switch via > fixed-link. >=20 > Signed-off-by: Giuseppe Cavallaro > Cc: Gabriel Fernandez > Cc: Andreas F=C3=A4rber > Cc: Frank Sch=C3=A4fer > Cc: Dinh Nguyen > Cc: David S. Miller > Signed-off-by: David S. Miller > --- > drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 11 ++++++++++- > drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 9 +-------- > 2 files changed, 11 insertions(+), 9 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:53532 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752170AbcHNPoZ (ORCPT ); Sun, 14 Aug 2016 11:44:25 -0400 Date: Sun, 14 Aug 2016 17:44:34 +0200 From: Greg KH To: Giuseppe Cavallaro Cc: stable@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, robin.murphy@arm.com, marc.zyngier@arm.com, afaerber@suse.de, bert@a20.net, linux-sunxi@googlegroups.com, maxime.ripard@free-electrons.com, Gabriel Fernandez , Frank =?iso-8859-1?Q?Sch=E4fer?= , Dinh Nguyen , "David S . Miller" Subject: Re: [PATCH 1/2 (linux-stable-4.5.y)] Revert "stmmac: Fix 'eth0: No PHY found' regression" Message-ID: <20160814154434.GI20560@kroah.com> References: <1464009463-23654-1-git-send-email-peppe.cavallaro@st.com> <1464009463-23654-2-git-send-email-peppe.cavallaro@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1464009463-23654-2-git-send-email-peppe.cavallaro@st.com> Sender: stable-owner@vger.kernel.org List-ID: On Mon, May 23, 2016 at 03:17:42PM +0200, Giuseppe Cavallaro wrote: > From: Giuseppe CAVALLARO > > This reverts commit 88f8b1bb41c6208f81b6a480244533ded7b59493. > due to problems on GeekBox and Banana Pi M1 board when > connected to a real transceiver instead of a switch via > fixed-link. > > Signed-off-by: Giuseppe Cavallaro > Cc: Gabriel Fernandez > Cc: Andreas F�rber > Cc: Frank Sch�fer > Cc: Dinh Nguyen > Cc: David S. Miller > Signed-off-by: David S. Miller > --- > drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 11 ++++++++++- > drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 9 +-------- > 2 files changed, 11 insertions(+), 9 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.