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 1D623EB64DA for ; Fri, 16 Jun 2023 14:44:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345686AbjFPOo5 (ORCPT ); Fri, 16 Jun 2023 10:44:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345720AbjFPOow (ORCPT ); Fri, 16 Jun 2023 10:44:52 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 544492D73; Fri, 16 Jun 2023 07:44:51 -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=lrmY5DOLGXtA1k0B/72pEMtj8OGLUiDM+PjIMPdL11w=; b=ILuZyqjhcrRfkR9E/LRyChDSUF SICNiYWjepUZWOFCAp2zgaLizRgwStMiR/ZclNzIYDDCZ2NVnm8rDWRgdoGcv9Zkmb3GTIlW9nYQg JWL+KcHTzpAFi0LDdgAUSayJlceo/UrTw2bw3MIhZn4fwDM6lexJRsXf/NjOqpSJL/ZU=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qAAgt-00GjGY-Vr; Fri, 16 Jun 2023 16:44:43 +0200 Date: Fri, 16 Jun 2023 16:44:43 +0200 From: Andrew Lunn To: Michael Walle Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Michael Walle , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring Subject: Re: [PATCH net-next] dt-bindings: net: phy: gpy2xx: more precise description Message-ID: <248899a6-ae04-4e57-baba-e77e79f5a4f8@lunn.ch> References: <20230616-feature-maxlinear-dt-better-irq-desc-v1-1-57a8936543bf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230616-feature-maxlinear-dt-better-irq-desc-v1-1-57a8936543bf@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 16, 2023 at 12:45:57PM +0200, Michael Walle wrote: > Mention that the interrupt line is just asserted for a random period of > time, not the entire time. > > Suggested-by: Rob Herring > Signed-off-by: Michael Walle Reviewed-by: Andrew Lunn Andrew