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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS 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 8D28AC169C4 for ; Mon, 11 Feb 2019 07:47:10 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5B3C620811 for ; Mon, 11 Feb 2019 07:47:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="S3lD+1ZE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5B3C620811 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=l3TEnRPwiZ6cvNF7OeidZDLD+3RejFHm+X1/DcI+9Qw=; b=S3lD+1ZE8ruBAs RMqvs4NHgj2R0bx2kpERti7Ff1iMUeHHCjZ2Qa5bsoMeHjNAHPBQRpDuR1cvUA+MciHjYbpmg5TNF GJh7MlLysES9/QGFULoeglw9a7JiKrKeNBM46xM607Do4ne5SMIxPOKuJKpSM34gqtH4yJlP6haZC bacHE25GLLQPw7tzX/CNCOu12riRRP5nHLSfnR7VOrDLrib4iHXmSnW9hN2zesmaP6oXQMeKoL3wk KbLVcVW/dsbJeqZVFQxFLXfvrzTHlKuafTCD+P/+3q/xt6LdVY7Z3+3Jd0tyz2KbaXqY5xWLrBp6z h8zK/cEsw//CTAogK38w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gt6Iw-0004pk-GP; Mon, 11 Feb 2019 07:47:02 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gt6Is-0004od-Rx for linux-arm-kernel@lists.infradead.org; Mon, 11 Feb 2019 07:47:00 +0000 X-Originating-IP: 90.88.22.177 Received: from bootlin.com (aaubervilliers-681-1-80-177.w90-88.abo.wanadoo.fr [90.88.22.177]) (Authenticated sender: maxime.chevallier@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id D066620003; Mon, 11 Feb 2019 07:46:43 +0000 (UTC) Date: Mon, 11 Feb 2019 08:46:43 +0100 From: Maxime Chevallier To: Heiner Kallweit Subject: Re: [PATCH net-next v2 00/10] net: phy: Add support for 2.5GBASET PHYs Message-ID: <20190211084643.0d4766d6@bootlin.com> In-Reply-To: <81c340ea-54b0-1abf-94af-b8dc4ee83e3a@gmail.com> References: <20190207094939.27369-1-maxime.chevallier@bootlin.com> <81c340ea-54b0-1abf-94af-b8dc4ee83e3a@gmail.com> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190210_234659_052998_5D82F0FB X-CRM114-Status: UNSURE ( 8.23 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Florian Fainelli , Antoine Tenart , netdev@vger.kernel.org, gregory.clement@bootlin.com, Russell King , linux-kernel@vger.kernel.org, nadavh@marvell.com, thomas.petazzoni@bootlin.com, miquel.raynal@bootlin.com, stefanc@marvell.com, mw@semihalf.com, davem@davemloft.net, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Heiner, >Hi Maxime, > >Andrew and me are working on Aquantia PHY support and he handed over >to me a patch series which includes parts of the first version of your >series. Having said that I'm especially interested in your patches >5 and 6. Because your series is somewhat bigger and there are a few >review comments, preparing the next round may take time. > >I'd propose that you extract generic patches being submission-ready >and split the patch series into two. I think the following patches >would be candidates for the first series: 2, 3, 5, 6 >(provided they have no dependency on the other patches) >Based on that both of us can go on with our work. Sure, I'll sent that shortly. Thanks for the help, Maxime _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel