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 34928CD4F24 for ; Tue, 12 May 2026 12:46:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Aor+j30AXKQpRlz90c/Iubq9sr2W4SUorqjCI2Ip5pk=; b=E6GNS1U8ZP1GmzmBX/wbaL7/fK 0kEXc3EEkRWY1//19KIsCnGy7+sIOPPuAdUmBk/gb0aQR2kEC4IxycscNCA9jl0Kg1cFs+H5xKC0t rWMnY9h2EQwW0mypjgbAvj43lnpp9sKsJQxaHFJnstH0B8kYUatIl2FMslWRM5nT20Zz0dSHycDKv hUnj01BYQBVZj/1SvDXYjQMJ2ndKGF3odiK9rKSOfQ3y/QaJA5qbfDDB+jNg6BpWgwM7qWBENrCnB q0tQ3WvQqd0PiJLdtFsAElOE72szj2n2Lw47Vxtx9x+e2KrOmH5uKxSw65GFwXAHlpOo3SuplVNIO L4qjIj9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wMmUx-0000000GiFI-3pm1; Tue, 12 May 2026 12:46:07 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wMmUv-0000000GiDe-1Ra1; Tue, 12 May 2026 12:46:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=Aor+j30AXKQpRlz90c/Iubq9sr2W4SUorqjCI2Ip5pk=; b=N7wG6Ip5OPGf2SpCkt4mIY0wd3 0vTAe9Pu2Mr5azVg+UHgb2oxIEc9lzXHyvuJZQLMuFwgWfoTX5TZhz37M95RG/IfK9SVbOLelbhQl nFrpUsC3BBTihBFJBIeP1WF2Gk774ysqITFJQtugBoxJuuD4bofJ0EtdWZhHIzPrm/tA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wMmUj-002Xvj-PF; Tue, 12 May 2026 14:45:53 +0200 Date: Tue, 12 May 2026 14:45:53 +0200 From: Andrew Lunn To: Louis-Alexis Eyraud Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , AngeloGioacchino Del Regno , Heiner Kallweit , Russell King , kevin-kw.huang@airoha.com, macpaul.lin@mediatek.com, matthias.bgg@gmail.com, kernel@collabora.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v3 4/6] net: phy: Rename Airoha common BuckPBus register accessors Message-ID: <804a1ec8-d009-45c2-b08f-a42611f8e5fd@lunn.ch> References: <20260512-add-airoha-an8801-support-v3-0-1edb34e363ae@collabora.com> <20260512-add-airoha-an8801-support-v3-4-1edb34e363ae@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260512-add-airoha-an8801-support-v3-4-1edb34e363ae@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260512_054605_380033_14EDB0B3 X-CRM114-Status: UNSURE ( 8.20 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 12, 2026 at 06:33:21AM +0200, Louis-Alexis Eyraud wrote: > Rename the BuckPBus register accessors functions present in air_phy_lib > and their calls in air_en8811h driver, so all exported functions start > with the same prefix. > > Signed-off-by: Louis-Alexis Eyraud Reviewed-by: Andrew Lunn Andrew