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 9BBCE3A3E80 for ; Tue, 5 May 2026 02:41:10 +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=1777948870; cv=none; b=IPAJ00TdEtQ5DlSBntkZypm84trN4Fpnp+F0V7RjFzLbpy5DRai668KAq7QZiUJioTeqNnZkqNUZPlCJxM84t2O9N4ay/gz7jF029CRbLSwoQARQeSeg+06FVnP5JO7XvC7sREcCqoQrRFkMcXY5mg3BmZiIYxRsUcLEH/zEehk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777948870; c=relaxed/simple; bh=cz9PCzZLbGqRc2okSEJXwOQyt7dx65kZ5KjOSudA1Jk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=gvsCh2ZWKZpQjvNwcqGU3LAkzeTbSDUmAIoPXrx4aqL50Vbew6mCYyAlcKV5lWVrOScq1+WCvG7IprDqlZTAanhMFmoSDKth1TJuUoCI9aGhGHjiyF66ybreqXFNuLqG6ESDEdl106/eQNitQJlJXDxqGYiYIlDuxpG/eM4Ud2E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cU/GhPcL; 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="cU/GhPcL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E6A5C2BCC4; Tue, 5 May 2026 02:41:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777948870; bh=cz9PCzZLbGqRc2okSEJXwOQyt7dx65kZ5KjOSudA1Jk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=cU/GhPcLoOamlka9r0DQet3iRt8gZ2zjfr+DAQcwSdM6y2VkMIX5H2zjx1a4TJYVc 7vq2t+OFrD/+inDWqWn2COiXLLa6SzGymBBQe+q/Zkj55C2LRHkGaVSe5ufnNPW044 m6y7gVs9zb2UOTph6bL+t/3HF8vfx0jqwqUGCbSnQFY3Cj3ZS/dvsOm5X312KroaTT fMH0i7KdUf++XpERCNAjtdl3AIZ6dig5q6kV8dVVrBWgOBNiaZm5xPLsXPKbnu4Amb OtH2KyKUr2e3/UcATnuIyigbBwL+0RhQ0iOAvz1WWa48ApFevmvnmFMIosFejVaAnP jlbE1Q9WLe1yA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CE7739301A2; Tue, 5 May 2026 02:40:22 +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 v3] net: airoha: Introduce airoha_fe_get()/airoha_qdma_get() register read helpers From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177794882129.1397274.6642429130537078994.git-patchwork-notify@kernel.org> Date: Tue, 05 May 2026 02:40:21 +0000 References: <20260501-airoha_fe_get-airoha_qdma_get-v3-1-126c6f647ccb@kernel.org> In-Reply-To: <20260501-airoha_fe_get-airoha_qdma_get-v3-1-126c6f647ccb@kernel.org> To: Lorenzo Bianconi Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 01 May 2026 09:49:11 +0200 you wrote: > Add airoha_fe_get() and airoha_qdma_get() as utility routines for reading > a masked field from a specified register. > This is a non-functional refactor, no logical changes are introduced to > the existing codebase. > > Signed-off-by: Lorenzo Bianconi > > [...] Here is the summary with links: - [net-next,v3] net: airoha: Introduce airoha_fe_get()/airoha_qdma_get() register read helpers https://git.kernel.org/netdev/net-next/c/98e490930de3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html