Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753248AbdIDDRR (ORCPT ); Sun, 3 Sep 2017 23:17:17 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:34894 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753124AbdIDDRQ (ORCPT ); Sun, 3 Sep 2017 23:17:16 -0400 Date: Sun, 03 Sep 2017 20:17:12 -0700 (PDT) Message-Id: <20170903.201712.965418842136022662.davem@davemloft.net> To: antoine.tenart@free-electrons.com Cc: andrew@lunn.ch, gregory.clement@free-electrons.com, thomas.petazzoni@free-electrons.com, nadavh@marvell.com, linux@armlinux.org.uk, linux-kernel@vger.kernel.org, mw@semihalf.com, stefanc@marvell.com, netdev@vger.kernel.org Subject: Re: [PATCH net-next v3 0/3] net: mvpp2: improve the mac address retrieval logic From: David Miller In-Reply-To: <20170902090649.28426-1-antoine.tenart@free-electrons.com> References: <20170902090649.28426-1-antoine.tenart@free-electrons.com> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 03 Sep 2017 20:17:15 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 520 Lines: 15 From: Antoine Tenart Date: Sat, 2 Sep 2017 11:06:46 +0200 > This series aims at fixing the logic behind the MAC address retrieval in the > PPv2 driver. A possible issue is also fixed in patch 3/3 to introduce fallbacks > when the address given in the device tree isn't valid. ... > Since v2: > - Patch 1/4 from v2 was applied on net (and net was merged in net-next). > - Rebased on net-next. > > Since v1: > - Rebased onto net (was on net-next). Series applied, thank you.