Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-07-06 Thread Tom Rini
On Mon, Jun 28, 2021 at 10:40:09AM +0200, Stephan Gerhold wrote: > At the moment, the U-Boot serial_msm driver does not initialize the > UART_DM_DMEN register with the required value. Usually this does not > cause any problems, because there is Qualcomm's LK bootloader running > before U-Boot

Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-29 Thread Ramon Fried
On Mon, Jun 28, 2021 at 11:40 AM Stephan Gerhold wrote: > > At the moment, the U-Boot serial_msm driver does not initialize the > UART_DM_DMEN register with the required value. Usually this does not > cause any problems, because there is Qualcomm's LK bootloader running > before U-Boot which

Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-29 Thread Ramon Fried
Sounds good to me. On Tue, Jun 29, 2021 at 2:06 PM Stephan Gerhold wrote: > > On Tue, Jun 29, 2021 at 08:16:09AM +0300, Ramon Fried wrote: > > On Mon, Jun 28, 2021 at 10:16 PM Stephan Gerhold > > wrote: > > > > > > On Mon, Jun 28, 2021 at 10:04:29PM +0300, Ramon Fried wrote: > > > > On Mon,

Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-29 Thread Stephan Gerhold
On Tue, Jun 29, 2021 at 08:16:09AM +0300, Ramon Fried wrote: > On Mon, Jun 28, 2021 at 10:16 PM Stephan Gerhold wrote: > > > > On Mon, Jun 28, 2021 at 10:04:29PM +0300, Ramon Fried wrote: > > > On Mon, Jun 28, 2021 at 9:59 PM Stephan Gerhold > > > wrote: > > > > > > > > On Mon, Jun 28, 2021 at

Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-28 Thread Ramon Fried
On Mon, Jun 28, 2021 at 10:16 PM Stephan Gerhold wrote: > > On Mon, Jun 28, 2021 at 10:04:29PM +0300, Ramon Fried wrote: > > On Mon, Jun 28, 2021 at 9:59 PM Stephan Gerhold wrote: > > > > > > On Mon, Jun 28, 2021 at 08:15:28PM +0300, Ramon Fried wrote: > > > > On Mon, Jun 28, 2021 at 11:40 AM

Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-28 Thread Stephan Gerhold
On Mon, Jun 28, 2021 at 10:04:29PM +0300, Ramon Fried wrote: > On Mon, Jun 28, 2021 at 9:59 PM Stephan Gerhold wrote: > > > > On Mon, Jun 28, 2021 at 08:15:28PM +0300, Ramon Fried wrote: > > > On Mon, Jun 28, 2021 at 11:40 AM Stephan Gerhold > > > wrote: > > > > > > > > At the moment, the

Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-28 Thread Ramon Fried
On Mon, Jun 28, 2021 at 9:59 PM Stephan Gerhold wrote: > > On Mon, Jun 28, 2021 at 08:15:28PM +0300, Ramon Fried wrote: > > On Mon, Jun 28, 2021 at 11:40 AM Stephan Gerhold > > wrote: > > > > > > At the moment, the U-Boot serial_msm driver does not initialize the > > > UART_DM_DMEN register

Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-28 Thread Stephan Gerhold
On Mon, Jun 28, 2021 at 08:15:28PM +0300, Ramon Fried wrote: > On Mon, Jun 28, 2021 at 11:40 AM Stephan Gerhold wrote: > > > > At the moment, the U-Boot serial_msm driver does not initialize the > > UART_DM_DMEN register with the required value. Usually this does not > > cause any problems,

Re: [PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-28 Thread Ramon Fried
On Mon, Jun 28, 2021 at 11:40 AM Stephan Gerhold wrote: > > At the moment, the U-Boot serial_msm driver does not initialize the > UART_DM_DMEN register with the required value. Usually this does not > cause any problems, because there is Qualcomm's LK bootloader running > before U-Boot which

[PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled

2021-06-28 Thread Stephan Gerhold
At the moment, the U-Boot serial_msm driver does not initialize the UART_DM_DMEN register with the required value. Usually this does not cause any problems, because there is Qualcomm's LK bootloader running before U-Boot which initializes the register with the correct value. It's important that