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 8B37A402B82; Thu, 30 Apr 2026 14:30:54 +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=1777559454; cv=none; b=n+Dm3Qd9cgPevOW5iulKjHQsmeWdGOeMaAVjpQm0LglXbCE+QrShQyqMnzAsdEQcHiKgvRxYNIApfEa7M4QK+GjA2VYdqOKtf5nhBwJQzz4kPSeyVLZhXGhu0MF/GVMv9klEKTy2iOaQsC1K3qtHXTuTkQf/2cH3PwAqkiBB2JM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777559454; c=relaxed/simple; bh=pzHSXG/SVt1mR0gwSvwIhc/1brZ8OIbCrnl9WDTLZmI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=FY63GHsxLRFwcbpYXm//dnlvGdw0/aat1t1Nvi8RhzqQ8pzcq6JDOTb0YnAKEVTVsV9H7LOnV5X/e4wHOwzBBpqLMlOZxrYdEFirVZlN7Zh9orh+Hln0lakt1ZPBHEoEsVB9w79eg8GmOdJAqJE2GbisRRzZabRWekQxKTEmt0U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PzkhJrGP; 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="PzkhJrGP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E644C2BCB3; Thu, 30 Apr 2026 14:30:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777559454; bh=pzHSXG/SVt1mR0gwSvwIhc/1brZ8OIbCrnl9WDTLZmI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=PzkhJrGP21ZYB99LAZEIxGCm9vCo7dbwBlRJE6cS8VPC4vD7GGxWDSwOCKVOQdMfY +4M39ZZZahSPByOvnX2ftXCfUGKt+Bx/KISBFOdlYIH+yNDO35EhbI84Xf96IuKjNS kFSeltUamP0I8Mjvq9H0R+8Tah26m1ssB2iZ0p3HXAgrmWrlIkmGeLec+8cH8W/G5w V7zB5TjVe04g0AMwNoEkjO9iD3FZvh7DrkJr0qx3LRnAkdQc8bjfaC/Kx455jHbwHV yqOlk6vsnm2h1yt6Xus/Rx5uLVv+R02SDm7C0Ml3q/GmsmqexnkAW663bfYUJHg6fx ltzWUKWeeG0cQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02F00380AA58; Thu, 30 Apr 2026 14:30:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/2] dpll: add pin operational state From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177755940880.3033474.8176113325052727327.git-patchwork-notify@kernel.org> Date: Thu, 30 Apr 2026 14:30:08 +0000 References: <20260428154907.2820654-1-ivecera@redhat.com> In-Reply-To: <20260428154907.2820654-1-ivecera@redhat.com> To: Ivan Vecera Cc: netdev@vger.kernel.org, arkadiusz.kubalewski@intel.com, davem@davemloft.net, donald.hunter@gmail.com, edumazet@google.com, kuba@kernel.org, jiri@resnulli.us, corbet@lwn.net, mschmidt@redhat.com, pabeni@redhat.com, pvaanane@redhat.com, poros@redhat.com, Prathosh.Satish@microchip.com, skhan@linuxfoundation.org, horms@kernel.org, vadim.fedorenko@linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 28 Apr 2026 17:49:05 +0200 you wrote: > Add pin operational state (operstate) to the DPLL subsystem to > separate administrative intent from actual hardware status. > > Currently pin-state mixes what the user requested (connected, > selectable, disconnected) with what the hardware is actually doing. > This makes it difficult to diagnose situations where a user sets > a pin as selectable or connected but the hardware cannot use it > due to signal issues. > > [...] Here is the summary with links: - [net-next,1/2] dpll: add pin operational state https://git.kernel.org/netdev/net-next/c/781c8893a5da - [net-next,2/2] dpll: zl3073x: implement pin operational state reporting https://git.kernel.org/netdev/net-next/c/c53f8f8dce77 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html