Re: [PATCH 12/19] ARM: mvebu: rename PUTC_LL to MVEBU_PUTC_LL

"Sascha Hauer" <[email protected]> Mon, 27 Jul 2026 13:46:01 +0000
Newsgroups org.infradead.lists.barebox
Message-ID <[email protected]>
On 2026-07-23 15:57, Luca Lauro via B4 Relay wrote:
> From: Luca Lauro <[email protected]>
>=20
> ---
>  include/mach/mvebu/debug_ll.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>=20
> 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 @@
> =20
>  #define EARLY_UART	UARTn_BASE(CONFIG_MVEBU_CONSOLE_UART)
> =20
> -static inline void PUTC_LL(char c)
> +static inline void MVEBU_PUTC_LL(char c)

Why is this necessary? Please add an explanation to the commit message.

Sascha

>  {
>  	/* Wait until there is space in the FIFO */
>  	while (!(readl(EARLY_UART + UART_LSR) & LSR_THRE))
>=20
> --=20
> 2.47.3
>=20
>=20
>=20

--=20
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |