From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=eeI+4B5B; spf=pass (domain: linaro.org, ip: 209.85.166.65, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by groups.io with SMTP; Thu, 02 May 2019 23:37:05 -0700 Received: by mail-io1-f65.google.com with SMTP id v9so4331877iol.10 for ; Thu, 02 May 2019 23:37:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Sgy0+2UQZgrsFHFc1cK2Bp9MkmO1NcIRfhwJ5O/Grqc=; b=eeI+4B5BdiIi+yi8nhgCa3Eef7TpKgMgi6jGVDCger3qgWq8q/VBk2YTmoTvdSZ6ZM Ek3V59cEnBlIIviI2OJLQ4IRYxDkFl/S1CRcb1wXfDU9tI+nngaeNMG04CUsjd1w3K0Y ccbiji1O4/roJwV9rX0DCr0u2mO3YDOcwpajRqDloASaOc5LyxJRzJ9K4Wnulm7wsFJ6 0Uu8w/WsJkoeLU4/D09fUPsdMK6uRjsft0QQ0bwiNoPFGbwOXakFBmViXoz/VaEwX2D4 Ayk5fLM3wKVq6VH2tGh5cjo/uUQ5Nb+hD9s+X9fTyPsTsu/2yU2hTKdE6NJZIfGVp+ge EPZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Sgy0+2UQZgrsFHFc1cK2Bp9MkmO1NcIRfhwJ5O/Grqc=; b=umOINv9veMxTKBaJndzqsH85zlP2gjZz3ND6Ll/ugSdjnD3umvXa3g7CAn840FXdKi HmUf8OFkMY2K0yZz+myPNnVsZLYt4Mr4xVdUzeohJDBSicF9sWAdiKdWqcGe9sBgQBJb 6lpUEegvNM3nkQ/aTcXk5YslmAPEIGgbM33M23iceu1pObS0iCVaEkU5nj7RC8fLmLtF CmMVL/4ju665iuoXNLcC37QmEuB16rS0zGe7STPbDIQDlU+KUs45alQaU74IEQ9vrzK8 QMybytEgvSq1xmm7oakkDyPtaXw7DvBEOG0oXcXPkqpYF9ZrIT6zhAAy/Bo5u1/bxxli YLbQ== X-Gm-Message-State: APjAAAUoYhJkjnQcMY6j6dc2kn2T08/vZvNngs09y32cz3CJA8S/J20Q YqoSnWaj5x3tBKvYpsa7OrOZQkqDpCijtyUxCPgkWUYXtIg= X-Google-Smtp-Source: APXvYqxNN5X3ejVPyzXMGfloC5HYkd1GZLifB73M7q/JofQsq6qROaSAAcZwvlFIqZ+WbcHv4tQ+7MG07ZzlK6CaOt0= X-Received: by 2002:a5e:8b0d:: with SMTP id g13mr5543756iok.170.1556865424629; Thu, 02 May 2019 23:37:04 -0700 (PDT) MIME-Version: 1.0 References: <1556841016-10342-1-git-send-email-mw@semihalf.com> In-Reply-To: <1556841016-10342-1-git-send-email-mw@semihalf.com> From: "Ard Biesheuvel" Date: Fri, 3 May 2019 08:36:52 +0200 Message-ID: Subject: Re: [edk2-platforms: PATCH 0/4] Armada 7k8k network improvements To: Marcin Wojtas Cc: edk2-devel-groups-io , Leif Lindholm , =?UTF-8?B?SmFuIETEhWJyb8Wb?= , Grzegorz Jaszczyk , Kostya Porotchkin , Jici Gao Content-Type: text/plain; charset="UTF-8" On Fri, 3 May 2019 at 01:50, Marcin Wojtas wrote: > > Hi, > > This small patchset extends PP2 NIC driver with the basic > AdapterInformationProtocol support and adds 88E1112 PHY support. > Also a minor fix is included on top. > > The patches are available in the github: > https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/net-upstream-r20190503 > > I'm looking forward to your comments or remarks. > > Best regards, > Marcin > > Marcin Wojtas (3): > Marvell/Drivers: MvPhyDxe: Improve 88E1510 initialization > Marvell/Drivers: MvPhyDxe: Introduce 88E1112 initialization > Marvell/Drivers: MvPhyDxe: Reset PHY only once > > Tomasz Michalec (1): > Marvel/Drivers: Pp2Dxe: Basic support for Adapter Information Protocol > Patches 1 and 2 need some work, 3 and 4 look fine. After this series, I am not taking any more Armada7k8k patches until we get the long promised PCIe support :-)