From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 14 Sep 2018 18:58:39 +0200 (CEST) Received: from vps0.lunn.ch ([185.16.172.187]:40779 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992066AbeINQ6hGnY6m (ORCPT ); Fri, 14 Sep 2018 18:58:37 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=kh3xwiQBkd2YTo4ffKfr5Uu3uDvoHo2587jG00G0wGY=; b=a+NAGSvR89xUCNYv5UNGvdcjvm1rLo3n7hNDs9VxGgWaHMXSqU0FZHrsvMcsKW+i4lqkkrayfrVyAy3eOSAxIdAvK+SVxaGNlWIzogUsBotmFQ/ZjqqKo7gXG70MSwABQWmcC61p8TURy5CBnSJ3deMcN8NmcpTZPTwrN5IqTWI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.84_2) (envelope-from ) id 1g0rQG-0005za-DC; Fri, 14 Sep 2018 18:58:24 +0200 Date: Fri, 14 Sep 2018 18:58:24 +0200 From: Andrew Lunn To: Quentin Schulz Cc: alexandre.belloni@bootlin.com, ralf@linux-mips.org, paul.burton@mips.com, jhogan@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, davem@davemloft.net, f.fainelli@gmail.com, allan.nielsen@microchip.com, linux-mips@linux-mips.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, thomas.petazzoni@bootlin.com, antoine.tenart@bootlin.com Subject: Re: [PATCH net-next 2/7] net: phy: mscc: add support for VSC8584 PHY Message-ID: <20180914165824.GA3811@lunn.ch> References: <20180914131846.GG14865@lunn.ch> <20180914132930.fphdm3dm2incetbq@qschulz> <20180914162828.5e75ffh5sig4om3d@qschulz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180914162828.5e75ffh5sig4om3d@qschulz> User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 66302 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: andrew@lunn.ch Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips > Confirmed by HW engineers, it only impacts PHYs in the same package. Hi Quentin Thanks for checking. As you said, it would be counter intuitive, meaning a lot of confusion if it actually did happen. Maybe you can add "in package" before broadcast in the commit message and the code comments. Andrew