Re: [PATCH 3/8] aspeed: Refactor UART init for multi-SoC machines

2022-07-04 Thread Cédric Le Goater
On 7/4/22 23:54, Peter Delevoryas wrote: This change moves the code that connects the SoC UART's to serial_hd's to the machine. It makes each UART a proper child member of the SoC, and then allows the machine to selectively initialize the chardev for each UART with a serial_hd. This should pres

[PATCH 3/8] aspeed: Refactor UART init for multi-SoC machines

2022-07-04 Thread Peter Delevoryas
This change moves the code that connects the SoC UART's to serial_hd's to the machine. It makes each UART a proper child member of the SoC, and then allows the machine to selectively initialize the chardev for each UART with a serial_hd. This should preserve backwards compatibility, but also allo