Re: [PATCH v2] tty: xilinx_uartps: Fix missing id assignment to the console

2020-06-18 Thread Michal Simek
Hi Jan, On 01. 06. 20 12:23, Michal Simek wrote: > On 30. 05. 20 14:06, Jan Kiszka wrote: >> On 04.05.20 16:27, Michal Simek wrote: >>> From: Shubhrajyoti Datta >>> >>> When serial console has been assigned to ttyPS1 (which is serial1 alias) >>> console index is not updated property and pointing

Re: [PATCH v2] tty: xilinx_uartps: Fix missing id assignment to the console

2020-06-01 Thread Michal Simek
On 30. 05. 20 14:06, Jan Kiszka wrote: > On 04.05.20 16:27, Michal Simek wrote: >> From: Shubhrajyoti Datta >> >> When serial console has been assigned to ttyPS1 (which is serial1 alias) >> console index is not updated property and pointing to index -1 (statically >> initialized) which ends up in

Re: [PATCH v2] tty: xilinx_uartps: Fix missing id assignment to the console

2020-05-30 Thread Jan Kiszka
On 04.05.20 16:27, Michal Simek wrote: > From: Shubhrajyoti Datta > > When serial console has been assigned to ttyPS1 (which is serial1 alias) > console index is not updated property and pointing to index -1 (statically > initialized) which ends up in situation where nothing has been printed on >

Re: [PATCH v2] tty: xilinx_uartps: Fix missing id assignment to the console

2020-05-06 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.6.10, v5.4.38, v4.19.120, v4.14.178, v4.9.221, v4.4.221. v5.6.10: Build OK! v5.4

[PATCH v2] tty: xilinx_uartps: Fix missing id assignment to the console

2020-05-04 Thread Michal Simek
From: Shubhrajyoti Datta When serial console has been assigned to ttyPS1 (which is serial1 alias) console index is not updated property and pointing to index -1 (statically initialized) which ends up in situation where nothing has been printed on the port. The commit 18cc7ac8a28e ("Revert "seria