From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D9C9C2D6E78 for ; Thu, 5 Feb 2026 05:00:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770267626; cv=none; b=bm5MoxwS5J3z1HlxElzl+Pl6Mj5qm34r/o76Djhybu+wtlcDaK/upd6aW3V+E79o0MO61EQdw94gMiOMjBfLEz6rS5RFzNB7ZS90elv+N2RgXM7L6gQslB62oF8Jae4sMq0Hkn8COOgvszByqDr1RV9KlMjBLcK52fY8C+Jj+pQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770267626; c=relaxed/simple; bh=tYHUc0qOX64BQ1IJlSdjRln/EKpaQ440UZi6+G7w4mw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=snG1zvV31nQJwsGDOs3LFF9cDwBjLUGihvJx5e+WSlGWsp8g6xCxp5QYHHE7zYHFsZJ7fWO+yAtczHc5LnvdiJXKAcJdUVDGPDC9Pco+jPIoxESSe4VzQPRBpuABVw/rSSj95qmKzeSA8NiNdT8SQhWorfNceDTaLE4VLsHjdbM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ddpFw7J3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ddpFw7J3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B68AC4CEF7; Thu, 5 Feb 2026 05:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770267626; bh=tYHUc0qOX64BQ1IJlSdjRln/EKpaQ440UZi6+G7w4mw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ddpFw7J3on4isMCOt3H2lue5WuIcQR2SPQyCjWoZHpcNo1ZOTj+0PEi8E25EEkr8i yBMJnQGVARjtPRf9ef7LOw5vY/yM+9Y2z+ek1oOnVhhcPy7Lqh8R/kctmeagk57hxB J7O+Kj9pbl2a5JZU2QKOYIXxHBXHap+mc+VDMlo0wQQv5W2syvn5fsdPkfORbPJ1+S u+UUHFuQCX/dMT7rAwUxM2xANHv47aMRkTTr+88v+1jSOwGN6JqosnkOj0HydENAgR MHTZTCGLy25XnN2BhGDmzmOxgcKX3xyJbmTZnqJI3QUxi77k/zaWdow5KMAS1trpuU 0849KzwxQ7hRQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id C27A63808200; Thu, 5 Feb 2026 05:00:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: stmmac: remove support for lpi_intr_o From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177026762457.167759.15871089841650371979.git-patchwork-notify@kernel.org> Date: Thu, 05 Feb 2026 05:00:24 +0000 References: In-Reply-To: To: Russell King (Oracle) Cc: andrew@lunn.ch, alexandre.torgue@foss.st.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, netdev@vger.kernel.org, ovidiu.panait.oss@gmail.com, pabeni@redhat.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 03 Feb 2026 16:50:41 +0000 you wrote: > The dwmac databook for v3.74a states that lpi_intr_o is a sideband > signal which should be used to ungate the application clock, and this > signal is synchronous to the receive clock. The receive clock can run > at 2.5, 25 or 125MHz depending on the media speed, and can stop under > the control of the link partner. This means that the time it takes to > clear is dependent on the negotiated media speed, and thus can be 8, > 40, or 400ns after reading the LPI control and status register. > > [...] Here is the summary with links: - [net-next] net: stmmac: remove support for lpi_intr_o https://git.kernel.org/netdev/net-next/c/14eb64db8ff0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html