From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE541C433E1 for ; Tue, 18 Aug 2020 15:56:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B81242080C for ; Tue, 18 Aug 2020 15:56:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=nic.cz header.i=@nic.cz header.b="EjggrPza" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728276AbgHRP4H (ORCPT ); Tue, 18 Aug 2020 11:56:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728192AbgHRPr1 (ORCPT ); Tue, 18 Aug 2020 11:47:27 -0400 Received: from mail.nic.cz (lists.nic.cz [IPv6:2001:1488:800:400::400]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 086CFC061389 for ; Tue, 18 Aug 2020 08:47:26 -0700 (PDT) Received: from dellmb.labs.office.nic.cz (unknown [IPv6:2001:1488:fffe:6:8982:ed8c:62b1:c0c8]) by mail.nic.cz (Postfix) with ESMTPSA id DA9A114094D; Tue, 18 Aug 2020 17:47:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1597765645; bh=qByIl7tqIzCZ98J2Kz97RNYdQhthXAMMV7MrzBe+e0c=; h=Date:From:To; b=EjggrPzarv8z+ue+qBRDeeHtnBB0coXmMYa+vuveZznshY11SMRVCiFPIYTmSFpRJ /XTGu7JUFnpXR7FshHHYidAQmOD1ouDQymXpymiO7w+OiUqYJgnZduA4fhkQqbq3R4 fFrRa+RYt0Dl5CUOsU/YQcDe91ojSe6fqCQda5yI= Date: Tue, 18 Aug 2020 17:47:24 +0200 From: Marek =?ISO-8859-1?Q?Beh=FAn?= To: Russell King - ARM Linux admin Cc: Andrew Lunn , Maxime Chevallier , Baruch Siach , Chris Healy , Florian Fainelli , netdev@vger.kernel.org Subject: Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules Message-ID: <20200818174724.02ea4ab8@dellmb.labs.office.nic.cz> In-Reply-To: <20200818153649.GD1551@shell.armlinux.org.uk> References: <20200810220645.19326-1-marek.behun@nic.cz> <20200817134909.GY1551@shell.armlinux.org.uk> <20200818154305.2b7e191c@dellmb.labs.office.nic.cz> <20200818150834.GC1551@shell.armlinux.org.uk> <20200818173055.01e4bf01@dellmb.labs.office.nic.cz> <20200818153649.GD1551@shell.armlinux.org.uk> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: clamav-milter 0.102.2 at mail X-Virus-Status: Clean Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 18 Aug 2020 16:36:49 +0100 Russell King - ARM Linux admin wrote: > On Tue, Aug 18, 2020 at 05:30:55PM +0200, Marek Beh=FAn wrote: > > On Tue, 18 Aug 2020 16:08:35 +0100 > > Russell King - ARM Linux admin wrote: > > =20 > > > > Otherwise it looks nice. I will test this. On what branch does > > > > this apply? =20 > > >=20 > > > My unpublished tip of the universe development. Here's a version > > > on the clearfog branch: =20 > >=20 > > Russell, it seems you do not have commit > >=20 > > e11703330a5d ("net: phy: marvell10g: support XFI rate matching > > mode") > >=20 > > in that branch. =20 >=20 > I don't. That commit is in 5.9-rc1, I'm based on 5.8 at the moment. >=20 I am reworking it so that it applies on top of master together with your other commits from clearfog branch.