From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9D711CD3427 for ; Sun, 10 May 2026 12:24:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4NXRTDcASIEHMuQQFPtGIw70CfxDfYrAOlWNjGKA+E4=; b=pyhH2cg4yDCKta OuqrqA7xywE/hQe/faGHAOk0nFA5gcfpsdmzQK3+iOoHkOkj7+2PCVdZ2WSxpe19iBPU6EgDYYlu8 J/SGfZzgvTj3Q0vh5bVKyx10QPUU/2YulvqzLaPD0OdZ8RNLbG4zvpnRfZ0if0eIiVnOE8A6Iabct ZvGEBrtXu8Ad+KC55n4TriHmKgrujotkJqwZ7uSOzsjP5cYqhE6duo7ozlWlAdxms1qG/XXURYwN+ SkHwmfFwfGdf4ntHNJ4UAJO4uDnfrgh2qB8u/s2yqto08mrK5iRES15F5IBkf3CH0UmaxBsIWpl6T 4F6T27EXcjp0p2WOlwNw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wM3Cb-0000000Ahad-1Pe4; Sun, 10 May 2026 12:24:09 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wM3CZ-0000000AhZ6-1ACU for linux-phy@lists.infradead.org; Sun, 10 May 2026 12:24:08 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 8F97B44432; Sun, 10 May 2026 12:24:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BDDC4C2BCB8; Sun, 10 May 2026 12:24:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778415846; bh=kSP63f81+fpLOfU3CR4BLwEW21cq767ErVyxw8hoChg=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=iHGUZDpxoHiwLo9qbLnaoqHbhXVZCreGGfPVJy7jh/HvNTNoixLaYrg6kTJKvWkZE cMJ2vKzI+8GVWB0/0gYjIgf1Aqw5URYjL7j8rUV/G5Oxcy7iXzsUo/ywJpzJI/g/GV l1ufblUaoUk3HpupI2aglw5y31oKKIMRgryXXC6ekCmITj2r18eYcpn1jVlTgZ7KZO GmpWBBZlSg9E0exgA4H9Sid0y7DU/SagpFuTIDAUqGjP3MNdRFAVvpX2ewhLq4nuqY zNcfjfl1Mt1OHJsgoj0NUaHngXDh4DeFDnHFnybUm7jGlCm+jgzTAKli35SN4RI9Op KOkbiwqMkCoTw== From: Vinod Koul To: Neil Armstrong , Biju Das , Geert Uytterhoeven Cc: linux-phy@lists.infradead.org, linux-renesas-soc@vger.kernel.org In-Reply-To: References: Subject: Re: [PATCH] phy: renesas: rzg3e-usb3: Convert to FIELD_MODIFY() Message-Id: <177841584439.420676.5357433848718730971.b4-ty@kernel.org> Date: Sun, 10 May 2026 17:54:04 +0530 MIME-Version: 1.0 X-Mailer: b4 0.13.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260510_052407_359846_0317683F X-CRM114-Status: UNSURE ( 4.01 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Thu, 05 Mar 2026 11:15:28 +0100, Geert Uytterhoeven wrote: > Use the FIELD_MODIFY() helper instead of open-coding the same operation. > > Applied, thanks! [1/1] phy: renesas: rzg3e-usb3: Convert to FIELD_MODIFY() commit: 5e2871746039e69657623b222b30c1c6f52159f0 Best regards, -- ~Vinod -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy