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=-10.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham 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 569DBC433DF for ; Wed, 19 Aug 2020 15:54:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2FF8D2063A for ; Wed, 19 Aug 2020 15:54:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=nic.cz header.i=@nic.cz header.b="GsIds1N8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728715AbgHSPyX (ORCPT ); Wed, 19 Aug 2020 11:54:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726636AbgHSPyX (ORCPT ); Wed, 19 Aug 2020 11:54:23 -0400 Received: from mail.nic.cz (lists.nic.cz [IPv6:2001:1488:800:400::400]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6643EC061757 for ; Wed, 19 Aug 2020 08:54:23 -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 E051C140A06; Wed, 19 Aug 2020 17:54:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1597852461; bh=yQvzoA6jG0xftRYWRal2bSD4l3UY31KWPkmpcoud5YU=; h=Date:From:To; b=GsIds1N88m7S/q4ykuFTXDEvb/gwBEuxhAwO6gvg4FniyeQfDaG0RmlC1ynfxUN4E m2MRcN0rZiuQC0msUaP4TWs9hfJNGvuoV8jv0M9BOXfG+DytehiHSSzhWGBWKuCVPu 6uVOQfFUopX3GTY2mOa8H9Qw8FuSY7RQuuNXSJpI= Date: Wed, 19 Aug 2020 17:54:21 +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: <20200819175421.468d2188@dellmb.labs.office.nic.cz> In-Reply-To: <20200819174950.3a00d71a@dellmb.labs.office.nic.cz> 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> <20200818174724.02ea4ab8@dellmb.labs.office.nic.cz> <20200818163415.GE1551@shell.armlinux.org.uk> <20200819174950.3a00d71a@dellmb.labs.office.nic.cz> 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 Btw if you want to check out the current status of my work, you can find it at https://gitlab.nic.cz/turris/mox-kernel/-/tree/sfp-2020-08-work the last patch is the one for marvell10g On Wed, 19 Aug 2020 17:49:50 +0200 Marek Beh=FAn wrote: > Russell, >=20 > if you have time please rebase your work on top of Linus' master or > net-next. >=20 > Btw one of your patches in clearfog branch breaks mvneta > (although there are other patches which fix this break). > Check this out: > patch > net: mvneta: move 1ms clock control into mac_prepare/mac_finish > removes definition of variables new_clk and gmac_clk in > mvneta_mac_config, but does not remove one instance of usage, which > can be seen in subsequent patch > net: mvneta: convert to phylink pcs operations > this is fixed by patch > net: mvneta: split out GMAC > where all of this is moved to mvgmac.c file. > I found out because I did not apply the last patch for some reason > (maybe it didn't apply on Linus' master or something, I don't > remember), and it failed to compile. >=20 > http://git.arm.linux.org.uk/cgit/linux-arm.git/commit/?h=3Dclearfog&id=3D= ca096c11e6798b1f4da8466ab0c3bf42b6e9fb81 > http://git.arm.linux.org.uk/cgit/linux-arm.git/commit/?h=3Dclearfog&id=3D= 1e345c538cc73d0b0a63c01a13e69a865905b7ae > http://git.arm.linux.org.uk/cgit/linux-arm.git/commit/?h=3Dclearfog&id=3D= dc33cc833537d06b198c9226d4a230cfc33569a6 >=20 > I have just sent patches that add 88E6393X switch to mv88e6xxx driver, > since I am testing these SFPs on a Marvell Customer Reference Board > containing this switch. >=20 > The board also contains the other PHY supported by the marvell10g PHY > driver, 88E2110, so I will test my changes also on this PHY. >=20 > I am waiting for newer documentation for 88E3110, since the one I have > is outdated and does not contain descriptions on how to resolve > USXGMII auto-negotiation, which I would also like to add. >=20 > Marek