Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760804AbcJRNYa (ORCPT ); Tue, 18 Oct 2016 09:24:30 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:47853 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754454AbcJRNYV (ORCPT ); Tue, 18 Oct 2016 09:24:21 -0400 Date: Tue, 18 Oct 2016 15:24:13 +0200 From: Andrew Lunn To: John Crispin Cc: Vivien Didelot , Florian Fainelli , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: dsa: properly disconnect the slave PHYs Message-ID: <20161018132413.GU26778@lunn.ch> References: <1476792760-60356-1-git-send-email-john@phrozen.org> <20161018122909.GR26778@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 265 Lines: 11 > Hi Andrew > > i am testing on v4.4 which did not have a phy_disconnect() call. this > seems to have been fixed by cda5c15b so please ignore this patch Hi John All patches must be against net-next, or net if it is a fix. Anything else is wrong.... Andrew