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 7887CC433EF for ; Thu, 7 Apr 2022 05:35:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235526AbiDGFhn (ORCPT ); Thu, 7 Apr 2022 01:37:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230486AbiDGFh1 (ORCPT ); Thu, 7 Apr 2022 01:37:27 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85439C680B for ; Wed, 6 Apr 2022 22:35:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2B8A3B826B3 for ; Thu, 7 Apr 2022 05:35:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67965C385A0; Thu, 7 Apr 2022 05:35:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649309725; bh=AKYbqIS2jTBBxIuPIwFMz5dE2qsbkQiqSM8em42+cE4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=bVGtHOG/gZoK+uLlDvl3Atbdn2IyAGK/oDMgl/QWxC6HxIqkyiZyGutwV5vALy+c9 E3TWQGu0FlUjbuslgH1n+gCnEqmupuMnDQFiLp/VlnCw/svixf1o+PTOVMoA+uO3CW 79mSbxYME9JGV+OFkwAsEjK2Nh2OeG+Et5o9sx+c8eguZV52X7GTERx8ZtAfV3w7c1 XDJ68jCC+O2iODZG89Uqfp6AO834Dgm1ujYJsBozLp9G+bY92MnqH5vrQkzUvVwZzQ hUJLdn4ujw3HRCiy31WWwWaz4HlBXRreL+4rTZYLZ5E5b0NQP0eBuHVjtzQYEGryq1 /bz5VBMe81WpQ== Date: Wed, 6 Apr 2022 22:35:24 -0700 From: Jakub Kicinski To: Greg Kroah-Hartman Cc: Vladimir Oltean , "netdev@vger.kernel.org" , Paolo Abeni , "David S. Miller" , Andrew Lunn , Heiner Kallweit , Russell King , Florian Fainelli , Geert Uytterhoeven , Robin Murphy Subject: Re: [PATCH net] net: mdio: don't defer probe forever if PHY IRQ provider is missing Message-ID: <20220406223524.42fe2a8a@kernel.org> In-Reply-To: References: <20220406202323.3390405-1-vladimir.oltean@nxp.com> <20220406153443.51ad52f8@kernel.org> <20220406231956.nwe6kb6vgli2chln@skbuf> <20220406172550.6408c990@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 7 Apr 2022 07:23:24 +0200 Greg Kroah-Hartman wrote: > separate patch that I can NAK as I do not understand why this is needed > at all :) Just in case you meant lack of context rather than the patch itself, here's the original posting from lore: https://lore.kernel.org/all/20220406202323.3390405-1-vladimir.oltean@nxp.com/ tl;dr we can fallback to polling if we can't get the IRQ, afaiu.