From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E0053DB63E for ; Tue, 24 Mar 2026 09:53:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774346007; cv=none; b=uBN4CXec3Xv7FB2arovqfRqJHRM0utULWLrIJbE/cOtN1eEBYEp6FuCnzGJe+XsVYcy6iNyQR9+dNGRkt8zlx0mysI0+a7wOedGVbVRddNR3XIlIaW1QuidCdmmrfsg5hLelWVS9pesrAL3HqqLYOGN7FrYYLCunqX/zofZ7Mc4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774346007; c=relaxed/simple; bh=5MT8PDhOYBMYWmqmrRBQBWxZxI4+1aBD255erJz/T9E=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Covdy2+jleiU0roQE1NJNELWVWitnCWLzEoArxsRBeosIqAfX6na18azA9aIdNeKu84Iyl7/kHqzuRObnuYOhWPUNERCOPWCcMy2098rbQC9QhPl/V8/dam+4Jf39DFLhvg3iEQ2DwBRgBGpTZgDG5GdG/upQ3rSdVAgtbQOkx0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=o2JHj7SC; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="o2JHj7SC" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id A73E01A2FC0; Tue, 24 Mar 2026 09:53:24 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 7D38B6011D; Tue, 24 Mar 2026 09:53:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 3EE7F1045119E; Tue, 24 Mar 2026 10:53:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1774346003; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=5MT8PDhOYBMYWmqmrRBQBWxZxI4+1aBD255erJz/T9E=; b=o2JHj7SCfm6NxR8ecid5mgKuScpWezj/pLsD3G5WsC8PJXTs4QqAMDv/XTBtw/JQNowi3r AIpPwPrFM2qJuFHBkmHs1NUyMENi0b7W8PGKU2eowRh8fuE4FESpCoDhCr7AQ41SA04J7y 3Wq1nXgjs0F69CTcVkp3CY8mcVPvRtzRcDyrZr3AOADFSTrvagmokE/8IntLbzcd8V6h/f yHSucfFfIirvSloVsQCJmIG3YVJY86lcn5BW5AYdXUIcKdfcRblxgLqzBvsR7RniQgczb/ ETrf9Wz/LpE70+IOqA9rcaU7AVJNz27s8nI/6avR5IITsLSuulKCE4VexQkntQ== Date: Tue, 24 Mar 2026 10:53:20 +0100 From: Kory Maincent To: Carlo Szelinsky Cc: Oleksij Rempel , Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: net: pse-pd: add poll-interval-ms property Message-ID: <20260324105320.70225b50@kmaincent-XPS-13-7390> In-Reply-To: <20260323201225.1836561-2-github@szelinsky.de> References: <20260323201225.1836561-1-github@szelinsky.de> <20260323201225.1836561-2-github@szelinsky.de> Organization: bootlin X-Mailer: Claws Mail 4.2.0 (GTK 3.24.41; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 On Mon, 23 Mar 2026 21:12:23 +0100 Carlo Szelinsky wrote: > Add the optional poll-interval-ms property for PSE controllers that > use poll-based event detection instead of interrupts. Defaults to > 500ms if not specified. >=20 > Signed-off-by: Carlo Szelinsky Reviewed-by: Kory Maincent Thank you! --=20 K=C3=B6ry Maincent, Bootlin Embedded Linux and kernel engineering https://bootlin.com