Re: [PATCH v4 07/39] serial: msm: add debug UART

2024-02-20 Thread Sumit Garg
On Tue, 20 Feb 2024 at 17:09, Caleb Connolly wrote: > > > > On 20/02/2024 06:08, Sumit Garg wrote: > > On Fri, 16 Feb 2024 at 02:22, Caleb Connolly > > wrote: > >> > >> Introduce support for early debugging. This relies on the previous stage > >> bootloader to initialise the UART clocks, when

Re: [PATCH v4 07/39] serial: msm: add debug UART

2024-02-20 Thread Caleb Connolly
On 20/02/2024 06:08, Sumit Garg wrote: > On Fri, 16 Feb 2024 at 02:22, Caleb Connolly > wrote: >> >> Introduce support for early debugging. This relies on the previous stage >> bootloader to initialise the UART clocks, when running with U-Boot as >> the primary bootloader this feature doesn't

Re: [PATCH v4 07/39] serial: msm: add debug UART

2024-02-19 Thread Sumit Garg
On Fri, 16 Feb 2024 at 02:22, Caleb Connolly wrote: > > Introduce support for early debugging. This relies on the previous stage > bootloader to initialise the UART clocks, when running with U-Boot as > the primary bootloader this feature doesn't work. It will require a way > to configure the

Re: [PATCH v4 07/39] serial: msm: add debug UART

2024-02-19 Thread Neil Armstrong
On 15/02/2024 21:52, Caleb Connolly wrote: Introduce support for early debugging. This relies on the previous stage bootloader to initialise the UART clocks, when running with U-Boot as the primary bootloader this feature doesn't work. It will require a way to configure the clocks before the

[PATCH v4 07/39] serial: msm: add debug UART

2024-02-15 Thread Caleb Connolly
Introduce support for early debugging. This relies on the previous stage bootloader to initialise the UART clocks, when running with U-Boot as the primary bootloader this feature doesn't work. It will require a way to configure the clocks before the driver model is available. Signed-off-by: Caleb