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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 6769FC433E0 for ; Tue, 2 Feb 2021 13:59:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 285F964E92 for ; Tue, 2 Feb 2021 13:59:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233412AbhBBN7S (ORCPT ); Tue, 2 Feb 2021 08:59:18 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:43842 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233245AbhBBNwv (ORCPT ); Tue, 2 Feb 2021 08:52:51 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1l6w5z-003nZG-Iz; Tue, 02 Feb 2021 14:51:55 +0100 Date: Tue, 2 Feb 2021 14:51:55 +0100 From: Andrew Lunn To: Mike Looijmans Cc: Russell King - ARM Linux admin , netdev@vger.kernel.org, "David S. Miller" , Heiner Kallweit , Jakub Kicinski , linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: mdiobus: Prevent spike on MDIO bus reset signal Message-ID: References: <20210126073337.20393-1-mike.looijmans@topic.nl> <20210126134937.GI1551@shell.armlinux.org.uk> <20210128002555.GQ1551@shell.armlinux.org.uk> <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.949ef384-8293-46b8-903f-40a477c056ae.47109184-a5be-4b1d-bb22-724baf83e536@emailsignatures365.codetwo.com> <1b153bce-a66a-45ee-a5c6-963ea6fb1c82.0d2bd5fa-15cc-4b27-b94e-83614f9e5b38.a2a17a1f-7cb0-46c3-bdd8-65266e08a153@emailsignatures365.codetwo.com> <7cbe00ba-d762-7e18-6936-ae8cbd493ade@topic.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7cbe00ba-d762-7e18-6936-ae8cbd493ade@topic.nl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Reviewed-by: Andrew Lunn > > > > Andrew > > Just wondering, now, a v2 patch isn't needed? Or should I amend the commit > text? Hi Mike Take a look in patchwork.kernel.org. It has been flaky the last few days. If the patch is not there, you definitively need to repost. If you do find it, check what state it is in. That will tell you if it needs reposting. Andrew