Re: [PATCH v4] drivers/char: rename arm-uart.c to uart-init.c

2024-11-28 Thread Julien Grall
Hi Oleksii, On 19/11/2024 14:55, Oleksii Kurochko wrote: Rename the file containing uart_init() to enable reuse across other architectures that utilize device trees or SPCR tables to locate UART information. After locating UART data, {acpi}_device_init() is called to initialize the UART. arm_ua

Re: [PATCH v4] drivers/char: rename arm-uart.c to uart-init.c

2024-11-21 Thread Michal Orzel
On 19/11/2024 15:55, Oleksii Kurochko wrote: > > > Rename the file containing uart_init() to enable reuse across other > architectures that utilize device trees or SPCR tables to locate UART > information. > After locating UART data, {acpi}_device_init() is called to initialize > the UART. >

[PATCH v4] drivers/char: rename arm-uart.c to uart-init.c

2024-11-19 Thread Oleksii Kurochko
Rename the file containing uart_init() to enable reuse across other architectures that utilize device trees or SPCR tables to locate UART information. After locating UART data, {acpi}_device_init() is called to initialize the UART. arm_uart_init() is renamed to uart_init() to be reused by other ar