From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7C3E33A3835; Sat, 13 Jun 2026 20:41:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781383262; cv=none; b=XCnVfHZcqHgoBDMBh0dKXDdKlR333M4XqRNf8S8kxFGkjGAeFXAgSeonz4j/0vrPJWIP/ou6dzxIjd60tLFSOMk/wMgu2+KUsvKCJ0fzMr4QMwqM/Q866J4yo7wSii4Gm59pnkKdYlpUhtKFJwpC9OyTZOHDpwVmCDZYn4SVdqQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781383262; c=relaxed/simple; bh=LGjMpl24hv4sSycw3BeisDB+ryaNa8HgiEpDupNNaO0=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=CiSgaqT0vkD4W9OLVDdxTOIIrGurYPP/yKsUZfIU7izdBrmtrYA1kA5Fh3z5z8gzheoe6PODNfAnHnVabUVTSEOvjlUnRQEaxRvan6wM+cz3ORjqUG14AkQQ6PKhrqoNU9B0CbT+Mzn3Oz1pv7ilkZdcjgnmAEg0z3ywASg/yg0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZZU1Vs6W; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZZU1Vs6W" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED9601F000E9; Sat, 13 Jun 2026 20:40:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781383260; bh=7KvCpdXomycTSlNZCr6JrFjKv4URbtC8VTq1VyYP0YE=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=ZZU1Vs6Wq2VR+A+giCsV4fvBNE98FEYmqEOamQGIwgpPERz0TMofOQerE/OuCuKnh xpfqEZ9Cz77qb55Z5sPYA3I6vslXBt5hGTse1aiX5GN+E5yTLFPMSCAaggpqZxHwKE JEsD96247qq7K45+qtHvVCOpI9Yjf9vsfjR06HmT8dt8U9k/ESR8KlcTMfS/N2HtWS DDgpWaV1dDUuSj/Oqc+aU9ovSU8P7YSQ5FDttiabSWux/YVR+Kagn3rA2iDCNjwoyQ 7sNFrdb9zlbm2LYvPXd+vnun4YcbAYcz9IZ2KnVxRBxF0Sk6SdG2r6Xxn0GFXyzdiz YVaBWpmB9zLdg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 568F83A54A32; Sat, 13 Jun 2026 20:40:57 +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 v14 net-next 00/13] dpll/ice: Add generic DPLL type and full TX reference clock control for E825 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178138325589.1587607.11012960354687352250.git-patchwork-notify@kernel.org> Date: Sat, 13 Jun 2026 20:40:55 +0000 References: <20260607183045.1213735-1-grzegorz.nitka@intel.com> In-Reply-To: <20260607183045.1213735-1-grzegorz.nitka@intel.com> To: Nitka@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org, Grzegorz Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, intel-wired-lan@lists.osuosl.org, poros@redhat.com, richardcochran@gmail.com, andrew+netdev@lunn.ch, przemyslaw.kitszel@intel.com, anthony.l.nguyen@intel.com, Prathosh.Satish@microchip.com, ivecera@redhat.com, jiri@resnulli.us, arkadiusz.kubalewski@intel.com, vadim.fedorenko@linux.dev, donald.hunter@gmail.com, horms@kernel.org, pabeni@redhat.com, kuba@kernel.org, davem@davemloft.net, edumazet@google.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 7 Jun 2026 20:30:32 +0200 you wrote: > NOTE: This series is intentionally submitted on net-next (not > intel-wired-lan) as early feedback of DPLL subsystem changes is > welcomed. In the past possible approaches were discussed in [1]. > > This series adds TX reference clock support for E825 devices and exposes > TX clock selection and synchronization status via the Linux DPLL > subsystem. > > [...] Here is the summary with links: - [v14,net-next,01/13] dpll: add generic DPLL type https://git.kernel.org/netdev/net-next/c/9375487c0c78 - [v14,net-next,02/13] dpll: allow registering FW-identified pin with a different DPLL https://git.kernel.org/netdev/net-next/c/c191b319f208 - [v14,net-next,03/13] dpll: fix stale iteration in dpll_pin_on_pin_unregister() https://git.kernel.org/netdev/net-next/c/32239d600236 - [v14,net-next,04/13] dpll: send delete notification before unregister in on-pin rollback https://git.kernel.org/netdev/net-next/c/e83b403eb142 - [v14,net-next,05/13] dpll: emit per-dpll delete notifications in dpll_pin_on_pin_unregister() https://git.kernel.org/netdev/net-next/c/df0ba51ccf87 - [v14,net-next,06/13] dpll: guard sync-pair removal on full pin unregister https://git.kernel.org/netdev/net-next/c/0a5c720a7d57 - [v14,net-next,07/13] dpll: balance create/delete notifications in __dpll_pin_(un)register https://git.kernel.org/netdev/net-next/c/1a2292101c0d - [v14,net-next,08/13] dpll: extend pin notifier with notification source ID https://git.kernel.org/netdev/net-next/c/0bf47f722fa9 - [v14,net-next,09/13] dpll: allow fwnode pins to attempt state change without capability bit https://git.kernel.org/netdev/net-next/c/521b6d5de08d - [v14,net-next,10/13] ice: introduce TXC DPLL device and TX ref clock pin framework for E825 https://git.kernel.org/netdev/net-next/c/5db36ee62849 - [v14,net-next,11/13] ice: implement CPI support for E825C https://git.kernel.org/netdev/net-next/c/fff4ed70ca9b - [v14,net-next,12/13] ice: add Tx reference clock index handling to AN restart command https://git.kernel.org/netdev/net-next/c/4128bda8fc1d - [v14,net-next,13/13] ice: implement E825 TX ref clock control and TXC hardware sync status https://git.kernel.org/netdev/net-next/c/e075d7768386 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html