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

2022-07-01 Thread Peter Delevoryas
On Fri, Jul 01, 2022 at 12:56:19PM -0700, 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 wi

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

2022-07-01 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