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.