From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 28 Jul 2026 19:44:11 +0200 Received: from mx1.white.stw.pengutronix.de ([185.203.200.13]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wolqd-003rnG-0R for lore@lore.pengutronix.de; Tue, 28 Jul 2026 19:44:11 +0200 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPS id 75FDB202163 for ; Tue, 28 Jul 2026 19:44:07 +0200 (CEST) Authentication-Results: mx1.white.stw.pengutronix.de; dkim=pass header.d=lists.infradead.org header.s=bombadil.20210309 header.b=Wv9+jD8W; dkim=pass header.d=kernel.org header.s=k20201202 header.b=MacyGrli; spf=pass (mx1.white.stw.pengutronix.de: domain of "barebox-bounces+lore=pengutronix.de@lists.infradead.org" designates 2607:7c80:54:3::133 as permitted sender) smtp.mailfrom="barebox-bounces+lore=pengutronix.de@lists.infradead.org"; dmarc=pass (policy=quarantine) header.from=kernel.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Reply-To:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To: References:Message-Id:Content-Transfer-Encoding:Content-Type:MIME-Version: Subject:Date:From:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=famCJqTNMwM6sf7V4OQoKOM0UdjXpm6S7hjmBBuNYcI=; b=Wv9+jD8WjsGP8P9KrneFoYrEXn xXS31327TtXDqSSXdRoIuqfo7NCz3ibKqPIwsLOU9Q5M/R0UhPo+KYKbHQRmZ1t+7yy0+S7QyK9yW WrWcYyvhqI2/LiWWLx33I9g89eMqTYDb+nToRa30XZBricdr2HQePOhgHD3jjGDUN0Mw6NOUBA+8+ e9hXDnUpTdoxwoDgvo6mhWDmWuPbwwQDgMaCJ07COo3RsML4EFYkxMRbYq7RlCUN3tkK8tbFfoEN1 ZKcWkXY+ipXY1rGLlcW2YbmhZ/21AUsJSkJWSi41Ct+tEl0zSII7IlDafdoKW7UZIirpvkfcTPENc YmiNErJg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wolp9-0000000612f-2WHB; Tue, 28 Jul 2026 17:42:39 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wolp7-0000000611G-3bcq for barebox@lists.infradead.org; Tue, 28 Jul 2026 17:42:37 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 8C61943ADF; Tue, 28 Jul 2026 17:42:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 6D5A8C2BCFD; Tue, 28 Jul 2026 17:42:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1785260557; bh=8kdfkYmvc6Rba6DyBG3r+S/2TNVvMQlAhH+j+Go9Ps8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=MacyGrligG7UwgdL7Y48K8K64jxasJDswongRU3VxLhHKcjXo775nZ2S4IaeHHHIi fSvLAE62zhYa3p7bIDoCHDtIiCh9xdgs7KnDPu/FF04a30TB8VTSJ02Xw+rqCJGy5O ZN+HJj4mDtiiROGSzrxaFYxRHeEknuI5i9Tfq0AL5GWgYRwDRTawaQNlBYyG+njIui jWFCDm9VtkhwzbIgXRChy4xVhpsiEhrPGNRGrtMJiwerDRj3B4EgiZxyOyGbLEFcRT eYpvxidCKa9YPgcMMISwH1JaROCjNn+ZMULZFjev/JivZorg/yTw4GoNWa2tFmoWGS PWKi/yPW6NCwA== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59EB8C54F56; Tue, 28 Jul 2026 17:42:37 +0000 (UTC) From: Luca Lauro via B4 Relay Date: Tue, 28 Jul 2026 19:43:16 +0200 Subject: [PATCH v2 04/10] ARM: mvebu: rename PUTC_LL to MVEBU_PUTC_LL MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20260728-rn102-rn104-series-v2-4-ae31f55b7bc8@gmail.com> References: <20260728-rn102-rn104-series-v2-0-ae31f55b7bc8@gmail.com> In-Reply-To: <20260728-rn102-rn104-series-v2-0-ae31f55b7bc8@gmail.com> To: Sascha Hauer , "open list:BAREBOX" Cc: Luca Lauro X-Mailer: b4 0.15.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1785260594; l=1088; i=famlauro93l@gmail.com; s=20260723; h=from:subject:message-id; bh=/5V7fuKugqpi3D+fGP52vhlNoamQA7hEofVWrbSmDoo=; b=P1wTH91tsx1//t84ODXd9GgmHpzrnBb95nzSHb1r2LekmXlL/oSx2OruH/P6kfx7kMWfb0N1U hSzB8+4yLRJCncikECike0Xv4O6GNJt60IfJaocazUezzd0x9JVe9Gx X-Developer-Key: i=famlauro93l@gmail.com; a=ed25519; pk=OAJlcD69ugQCl99Vy6w+Aeu+ZUb1IVGcz1Ijxo6Ch78= X-Endpoint-Received: by B4 Relay for famlauro93l@gmail.com/20260723 with auth_id=892 X-Original-From: Luca Lauro X-BeenThere: barebox@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: famlauro93l@gmail.com Sender: "barebox" X-Rspamd-Action: no action X-Rspamd-Server: mx1 X-Stat-Signature: h8xq1xkybn9dihaeox3c56w7jg5emr97 X-Spamd-Result: default: False [-6.91 / 15.00]; DWL_DNSWL_MED(-4.00)[infradead.org:dkim,kernel.org:dkim]; BAYES_HAM(-3.00)[99.99%]; FREEMAIL_REPLYTO_NEQ_FROM(2.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; DMARC_POLICY_ALLOW(-0.50)[kernel.org,quarantine]; R_SPF_ALLOW(-0.20)[+mx:c]; RCVD_IN_DNSWL_MED(-0.20)[2607:7c80:54:3::133:from]; MAILLIST(-0.20)[mailman]; R_DKIM_ALLOW(-0.20)[lists.infradead.org:s=bombadil.20210309,kernel.org:s=k20201202]; MIME_GOOD(-0.10)[text/plain]; HAS_LIST_UNSUB(-0.01)[]; TO_DN_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; FORWARDED(0.00)[barebox@lists.infradead.org]; MIME_TRACE(0.00)[0:+]; FORGED_SENDER(0.00)[devnull@kernel.org,barebox-bounces@lists.infradead.org]; RECEIVED_HELO_LOCALHOST(0.00)[]; ARC_NA(0.00)[]; FREEMAIL_REPLYTO(0.00)[gmail.com]; TAGGED_FROM(0.00)[lore=pengutronix.de,famlauro93l.gmail.com]; FREEMAIL_CC(0.00)[gmail.com]; REPLYTO_DOM_NEQ_TO_DOM(0.00)[]; FORGED_SENDER_FORWARDING(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FROM_NEQ_ENVFROM(0.00)[devnull@kernel.org,barebox-bounces@lists.infradead.org]; FROM_HAS_DN(0.00)[]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; NEURAL_HAM(-0.00)[-1.000]; ASN(0.00)[asn:7247, ipnet:2607:7c80:54::/48, country:US]; FORGED_SENDER_MAILLIST(0.00)[]; DKIM_TRACE(0.00)[lists.infradead.org:+,kernel.org:+]; RCPT_COUNT_THREE(0.00)[3]; HAS_REPLYTO(0.00)[famlauro93l@gmail.com] X-Rspamd-Queue-Id: 75FDB202163 From: Luca Lauro The name PUTC_LL is used by multiple architectures in barebox for their early low-level UART output helpers. Since these functions differ between SoCs and are defined in architecture-specific debug_ll headers, using the same global name can lead to collisions or accidental overrides when including multiple debug_ll headers. To avoid such namespace conflicts and to make the origin of the function explicit, rename the mvebu-specific PUTC_LL to MVEBU_PUTC_LL. Signed-off-by: Luca Lauro --- include/mach/mvebu/debug_ll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mach/mvebu/debug_ll.h b/include/mach/mvebu/debug_ll.h index cf08776d4f..cd81b27e39 100644 --- a/include/mach/mvebu/debug_ll.h +++ b/include/mach/mvebu/debug_ll.h @@ -15,7 +15,7 @@ #define EARLY_UART UARTn_BASE(CONFIG_MVEBU_CONSOLE_UART) -static inline void PUTC_LL(char c) +static inline void MVEBU_PUTC_LL(char c) { /* Wait until there is space in the FIFO */ while (!(readl(EARLY_UART + UART_LSR) & LSR_THRE)) -- 2.47.3