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

2022-07-01 Thread Peter Delevoryas
On Sat, Jul 02, 2022 at 07:57:09AM +0200, Cédric Le Goater wrote: > On 7/1/22 22:02, 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 t

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

2022-07-01 Thread Cédric Le Goater
On 7/1/22 22:02, 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 v2] 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