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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B909C433EF for ; Thu, 31 Mar 2022 19:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240645AbiCaT2E (ORCPT ); Thu, 31 Mar 2022 15:28:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234433AbiCaT2C (ORCPT ); Thu, 31 Mar 2022 15:28:02 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22BF41DFDDD; Thu, 31 Mar 2022 12:26:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=c8FmVBdt6Jnzl7SDITKyEi60UppjZVvKYYqaw2AjDWA=; b=19GQ3hzcfr4rfFv6SVV1xR5zXI ij9AVR4IO8Nn99RkocDZlH52AC0aJRzZrhcBKdpm1wgi9fH9N8qkn/t9npXNa2GddA4yu3QSi9IHh sj6M7keW5z7QzGdK92cy1dy99MZFjpZrw7ZmdWItQQATkDda3SNflkAT/Zspi9YcRjJ8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1na0QW-00DWSn-AE; Thu, 31 Mar 2022 21:25:48 +0200 Date: Thu, 31 Mar 2022 21:25:48 +0200 From: Andrew Lunn To: Chen-Yu Tsai Cc: Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Chen-Yu Tsai , Srinivas Kandagatla , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King Subject: Re: [PATCH RESEND2] net: stmmac: Fix unset max_speed difference between DT and non-DT platforms Message-ID: References: <20220331184832.16316-1-wens@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220331184832.16316-1-wens@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Resend2: CC Srinivas at Linaro instead of ST. Collected Russell's ack. > Resend: added Srinivas (author of first fixed commit) to CC list. Please don't resend very quickly in general, and specifically not to just add a reviewed-by. Patchwork will keep track for reviewed-by:s so if this patch was to be picked up, they would be automatically added. You only need to add them if you need to resend for another reason. In general, wait for at least 24 hours before doing a resend, so others who are interested can review the patch and comment. Andrew