All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
@ 2022-04-29 11:24 Ilpo Järvinen
  2022-06-08  8:18 ` Nuno Gonçalves
  0 siblings, 1 reply; 6+ messages in thread
From: Ilpo Järvinen @ 2022-04-29 11:24 UTC (permalink / raw)
  To: Tomasz Mon, Nuno Gonçalves, Lukas Wunner; +Cc: linux-serial

[-- Attachment #1: Type: text/plain, Size: 2283 bytes --]

The driver must provide throttle and unthrottle in uart_ops when it
sets UPSTAT_AUTORTS. Add them using existing stop_rx &
enable_interrupts functions.

Compile tested (w/o linking).

Reported-by: Nuno Gonçalves <nunojpg@gmail.com>
Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto
		     RTS status)
Cc: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

---

Maybe this one is the correct solution (I'm not able to test on the real 
hw though)?

It seems that max310x suffers from the same issue but it doesn't have 
an easy to use stop_rx available so it requires a bit more effort to 
figure out how to actually do the throttle state.

 drivers/tty/serial/amba-pl011.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c
index 4d11a3e547f9..3f15205a47c5 100644
--- a/drivers/tty/serial/amba-pl011.c
+++ b/drivers/tty/serial/amba-pl011.c
@@ -1339,6 +1339,15 @@ static void pl011_stop_rx(struct uart_port *port)
 	pl011_dma_rx_stop(uap);
 }
 
+static void pl011_throttle_rx(struct uart_port *port)
+{
+	unsigned long flags;
+
+	spin_lock_irqsave(&port->lock, flags);
+	pl011_stop_rx(port);
+	spin_unlock_irqrestore(&port->lock, flags);
+}
+
 static void pl011_enable_ms(struct uart_port *port)
 {
 	struct uart_amba_port *uap =
@@ -1787,6 +1796,16 @@ static void pl011_enable_interrupts(struct uart_amba_port *uap)
 	spin_unlock_irq(&uap->port.lock);
 }
 
+static void pl011_unthrottle_rx(struct uart_port *port)
+{
+	struct uart_amba_port *uap = container_of(port, struct uart_amba_port, port);
+	unsigned long flags;
+
+	spin_lock_irqsave(&port->lock, flags);
+	pl011_enable_interrupts(uap);
+	spin_unlock_irqrestore(&port->lock, flags);
+}
+
 static int pl011_startup(struct uart_port *port)
 {
 	struct uart_amba_port *uap =
@@ -2243,6 +2262,8 @@ static const struct uart_ops sbsa_uart_pops = {
 	.stop_tx	= pl011_stop_tx,
 	.start_tx	= pl011_start_tx,
 	.stop_rx	= pl011_stop_rx,
+	.throttle	= pl011_throttle_rx,
+	.unthrottle	= pl011_unthrottle_rx,
 	.startup	= sbsa_uart_startup,
 	.shutdown	= sbsa_uart_shutdown,
 	.set_termios	= sbsa_uart_set_termios,

-- 
tg: (19317433057d..) pl011/add-throttle (depends on: tty-linus)

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
  2022-04-29 11:24 [PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle Ilpo Järvinen
@ 2022-06-08  8:18 ` Nuno Gonçalves
  2022-06-08 10:04   ` Ilpo Järvinen
  0 siblings, 1 reply; 6+ messages in thread
From: Nuno Gonçalves @ 2022-06-08  8:18 UTC (permalink / raw)
  To: Ilpo Järvinen; +Cc: Tomasz Mon, Lukas Wunner, linux-serial

On Fri, Apr 29, 2022 at 12:24 PM Ilpo Järvinen
<ilpo.jarvinen@linux.intel.com> wrote:
>
> The driver must provide throttle and unthrottle in uart_ops when it
> sets UPSTAT_AUTORTS. Add them using existing stop_rx &
> enable_interrupts functions.
>
> Compile tested (w/o linking).
>
> Reported-by: Nuno Gonçalves <nunojpg@gmail.com>
> Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto
>                      RTS status)
> Cc: Lukas Wunner <lukas@wunner.de>
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
>
> ---
>
> Maybe this one is the correct solution (I'm not able to test on the real
> hw though)?

I still get a crash with your patch:

[  827.145500] Unable to handle kernel NULL pointer dereference at
virtual address 0000000000000000
[  827.154515] Mem abort info:
[  827.157394]   ESR = 0x86000005
[  827.160538]   EC = 0x21: IABT (current EL), IL = 32 bits
[  827.165979]   SET = 0, FnV = 0
[  827.169115]   EA = 0, S1PTW = 0
[  827.172332]   FSC = 0x05: level 1 translation fault
[  827.177320] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000043f2000
[  827.183900] [0000000000000000] pgd=0000000000000000,
p4d=0000000000000000, pud=0000000000000000
[  827.192815] Internal error: Oops: 86000005 [#1] PREEMPT SMP
[  827.198488] CPU: 2 PID: 372 Comm: kworker/u8:0 Tainted: G        W
       5.18.2 #1
[  827.206356] Hardware name: Raspberry Pi Compute Module 3 Plus Rev 1.0 (DT)
[  827.213339] Workqueue: events_unbound flush_to_ldisc
[  827.218407] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[  827.225481] pc : 0x0
[  827.227701] lr : uart_throttle+0x94/0x160
[  827.231777] sp : ffffffc00804bbd0
[  827.235137] x29: ffffffc00804bbd0 x28: 0000000000000000 x27: 0000000000000077
[  827.242398] x26: ffffff8001d74c00 x25: ffffffc0082a1000 x24: 0000000000000000
[  827.249658] x23: 0000000000000008 x22: ffffff8002a5c058 x21: ffffff8002495080
[  827.256918] x20: ffffff8001d74c00 x19: 0000000000000024 x18: 0000000000000000
[  827.264178] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
[  827.271439] x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000000
[  827.278696] x11: 000000000000015a x10: 0000000000001a60 x9 : ffffffe59a74aed4
[  827.285957] x8 : fefefefefefefeff x7 : 0000000000000000 x6 : 0000000000000000
[  827.293216] x5 : 0000000000000001 x4 : ffffff8002618000 x3 : 000000000000000d
[  827.300474] x2 : 0000000000000004 x1 : 0000000000000000 x0 : ffffff8002495080
[  827.307732] Call trace:
[  827.310212]  0x0
[  827.312077]  tty_throttle_safe+0xb4/0xe0
[  827.316067]  n_tty_receive_buf_common+0x760/0x1350
[  827.320937]  n_tty_receive_buf2+0x20/0x30
[  827.325013]  tty_ldisc_receive_buf+0x2c/0x80
[  827.329353]  tty_port_default_receive_buf+0x50/0x90
[  827.334311]  flush_to_ldisc+0xfc/0x140
[  827.338122]  process_one_work+0x1dc/0x450
[  827.342201]  worker_thread+0x154/0x450
[  827.346012]  kthread+0x100/0x110
[  827.349292]  ret_from_fork+0x10/0x20
[  827.352934] Code: bad PC value
[  827.356036] ---[ end trace 0000000000000000 ]---

Thanks,
Nuno

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
  2022-06-08  8:18 ` Nuno Gonçalves
@ 2022-06-08 10:04   ` Ilpo Järvinen
  2022-06-14  6:58     ` Nuno Gonçalves
  0 siblings, 1 reply; 6+ messages in thread
From: Ilpo Järvinen @ 2022-06-08 10:04 UTC (permalink / raw)
  To: Nuno Gonçalves; +Cc: Tomasz Mon, Lukas Wunner, linux-serial

[-- Attachment #1: Type: text/plain, Size: 4471 bytes --]

On Wed, 8 Jun 2022, Nuno Gonçalves wrote:

> On Fri, Apr 29, 2022 at 12:24 PM Ilpo Järvinen
> <ilpo.jarvinen@linux.intel.com> wrote:
> >
> > The driver must provide throttle and unthrottle in uart_ops when it
> > sets UPSTAT_AUTORTS. Add them using existing stop_rx &
> > enable_interrupts functions.
> >
> > Compile tested (w/o linking).
> >
> > Reported-by: Nuno Gonçalves <nunojpg@gmail.com>
> > Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto
> >                      RTS status)
> > Cc: Lukas Wunner <lukas@wunner.de>
> > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
> >
> > ---
> >
> > Maybe this one is the correct solution (I'm not able to test on the real
> > hw though)?
> 
> I still get a crash with your patch:
> 
> [  827.145500] Unable to handle kernel NULL pointer dereference at
> virtual address 0000000000000000
> [  827.154515] Mem abort info:
> [  827.157394]   ESR = 0x86000005
> [  827.160538]   EC = 0x21: IABT (current EL), IL = 32 bits
> [  827.165979]   SET = 0, FnV = 0
> [  827.169115]   EA = 0, S1PTW = 0
> [  827.172332]   FSC = 0x05: level 1 translation fault
> [  827.177320] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000043f2000
> [  827.183900] [0000000000000000] pgd=0000000000000000,
> p4d=0000000000000000, pud=0000000000000000
> [  827.192815] Internal error: Oops: 86000005 [#1] PREEMPT SMP
> [  827.198488] CPU: 2 PID: 372 Comm: kworker/u8:0 Tainted: G        W
>        5.18.2 #1
> [  827.206356] Hardware name: Raspberry Pi Compute Module 3 Plus Rev 1.0 (DT)
> [  827.213339] Workqueue: events_unbound flush_to_ldisc
> [  827.218407] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
> [  827.225481] pc : 0x0
> [  827.227701] lr : uart_throttle+0x94/0x160

Hi Nuno,

It seems I managed to put the .throttle and .unthrottle into the wrong 
ops within amba-pl011.c. I'm sorry about the extra trouble. This patch has 
a bit higher likelihood of doing something useful to the problem:

From: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
[PATCH v3] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle

The driver must provide throttle and unthrottle in uart_ops when it
sets UPSTAT_AUTORTS. Add them using existing stop_rx &
enable_interrupts functions.

Reported-by: Nuno Gonçalves <nunojpg@gmail.com>
Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto RTS status)
Cc: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

---
 drivers/tty/serial/amba-pl011.c | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c
index 97ef41cb2721..16a21422ddce 100644
--- a/drivers/tty/serial/amba-pl011.c
+++ b/drivers/tty/serial/amba-pl011.c
@@ -1367,6 +1367,15 @@ static void pl011_stop_rx(struct uart_port *port)
 	pl011_dma_rx_stop(uap);
 }
 
+static void pl011_throttle_rx(struct uart_port *port)
+{
+	unsigned long flags;
+
+	spin_lock_irqsave(&port->lock, flags);
+	pl011_stop_rx(port);
+	spin_unlock_irqrestore(&port->lock, flags);
+}
+
 static void pl011_enable_ms(struct uart_port *port)
 {
 	struct uart_amba_port *uap =
@@ -1788,9 +1797,10 @@ static int pl011_allocate_irq(struct uart_amba_port *uap)
  */
 static void pl011_enable_interrupts(struct uart_amba_port *uap)
 {
+	unsigned long flags;
 	unsigned int i;
 
-	spin_lock_irq(&uap->port.lock);
+	spin_lock_irqsave(&uap->port.lock, flags);
 
 	/* Clear out any spuriously appearing RX interrupts */
 	pl011_write(UART011_RTIS | UART011_RXIS, uap, REG_ICR);
@@ -1812,7 +1822,14 @@ static void pl011_enable_interrupts(struct uart_amba_port *uap)
 	if (!pl011_dma_rx_running(uap))
 		uap->im |= UART011_RXIM;
 	pl011_write(uap->im, uap, REG_IMSC);
-	spin_unlock_irq(&uap->port.lock);
+	spin_unlock_irqrestore(&uap->port.lock, flags);
+}
+
+static void pl011_unthrottle_rx(struct uart_port *port)
+{
+	struct uart_amba_port *uap = container_of(port, struct uart_amba_port, port);
+
+	pl011_enable_interrupts(uap);
 }
 
 static int pl011_startup(struct uart_port *port)
@@ -2225,6 +2242,8 @@ static const struct uart_ops amba_pl011_pops = {
 	.stop_tx	= pl011_stop_tx,
 	.start_tx	= pl011_start_tx,
 	.stop_rx	= pl011_stop_rx,
+	.throttle	= pl011_throttle_rx,
+	.unthrottle	= pl011_unthrottle_rx,
 	.enable_ms	= pl011_enable_ms,
 	.break_ctl	= pl011_break_ctl,
 	.startup	= pl011_startup,

-- 
tg: (f2906aa86338..) pl011/add-throttle (depends on: tty-next)

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
  2022-06-08 10:04   ` Ilpo Järvinen
@ 2022-06-14  6:58     ` Nuno Gonçalves
  2022-06-14  7:55       ` Ilpo Järvinen
  0 siblings, 1 reply; 6+ messages in thread
From: Nuno Gonçalves @ 2022-06-14  6:58 UTC (permalink / raw)
  To: Ilpo Järvinen; +Cc: Tomasz Mon, Lukas Wunner, linux-serial

On Wed, Jun 8, 2022 at 11:04 AM Ilpo Järvinen
<ilpo.jarvinen@linux.intel.com> wrote:
> Hi Nuno,
>
> It seems I managed to put the .throttle and .unthrottle into the wrong
> ops within amba-pl011.c. I'm sorry about the extra trouble. This patch has
> a bit higher likelihood of doing something useful to the problem:
>
> From: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
> [PATCH v3] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
>
> The driver must provide throttle and unthrottle in uart_ops when it
> sets UPSTAT_AUTORTS. Add them using existing stop_rx &
> enable_interrupts functions.
>
> Reported-by: Nuno Gonçalves <nunojpg@gmail.com>
> Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto RTS status)
> Cc: Lukas Wunner <lukas@wunner.de>
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
>
> ---
>  drivers/tty/serial/amba-pl011.c | 23 +++++++++++++++++++++--
>  1 file changed, 21 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c
> index 97ef41cb2721..16a21422ddce 100644
> --- a/drivers/tty/serial/amba-pl011.c
> +++ b/drivers/tty/serial/amba-pl011.c
> @@ -1367,6 +1367,15 @@ static void pl011_stop_rx(struct uart_port *port)
>         pl011_dma_rx_stop(uap);
>  }
>
> +static void pl011_throttle_rx(struct uart_port *port)
> +{
> +       unsigned long flags;
> +
> +       spin_lock_irqsave(&port->lock, flags);
> +       pl011_stop_rx(port);
> +       spin_unlock_irqrestore(&port->lock, flags);
> +}
> +
>  static void pl011_enable_ms(struct uart_port *port)
>  {
>         struct uart_amba_port *uap =
> @@ -1788,9 +1797,10 @@ static int pl011_allocate_irq(struct uart_amba_port *uap)
>   */
>  static void pl011_enable_interrupts(struct uart_amba_port *uap)
>  {
> +       unsigned long flags;
>         unsigned int i;
>
> -       spin_lock_irq(&uap->port.lock);
> +       spin_lock_irqsave(&uap->port.lock, flags);
>
>         /* Clear out any spuriously appearing RX interrupts */
>         pl011_write(UART011_RTIS | UART011_RXIS, uap, REG_ICR);
> @@ -1812,7 +1822,14 @@ static void pl011_enable_interrupts(struct uart_amba_port *uap)
>         if (!pl011_dma_rx_running(uap))
>                 uap->im |= UART011_RXIM;
>         pl011_write(uap->im, uap, REG_IMSC);
> -       spin_unlock_irq(&uap->port.lock);
> +       spin_unlock_irqrestore(&uap->port.lock, flags);
> +}
> +
> +static void pl011_unthrottle_rx(struct uart_port *port)
> +{
> +       struct uart_amba_port *uap = container_of(port, struct uart_amba_port, port);
> +
> +       pl011_enable_interrupts(uap);
>  }
>
>  static int pl011_startup(struct uart_port *port)
> @@ -2225,6 +2242,8 @@ static const struct uart_ops amba_pl011_pops = {
>         .stop_tx        = pl011_stop_tx,
>         .start_tx       = pl011_start_tx,
>         .stop_rx        = pl011_stop_rx,
> +       .throttle       = pl011_throttle_rx,
> +       .unthrottle     = pl011_unthrottle_rx,
>         .enable_ms      = pl011_enable_ms,
>         .break_ctl      = pl011_break_ctl,
>         .startup        = pl011_startup,
>
> --
> tg: (f2906aa86338..) pl011/add-throttle (depends on: tty-next)

Works great, thanks.

Tested-by: Nuno Gonçalves <nunojpg@gmail.com>

Thanks,
Nuno

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
  2022-06-14  6:58     ` Nuno Gonçalves
@ 2022-06-14  7:55       ` Ilpo Järvinen
  0 siblings, 0 replies; 6+ messages in thread
From: Ilpo Järvinen @ 2022-06-14  7:55 UTC (permalink / raw)
  To: Nuno Gonçalves; +Cc: Tomasz Mon, Lukas Wunner, linux-serial

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

On Tue, 14 Jun 2022, Nuno Gonçalves wrote:

> > [PATCH v3] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
> >
> > The driver must provide throttle and unthrottle in uart_ops when it
> > sets UPSTAT_AUTORTS. Add them using existing stop_rx &
> > enable_interrupts functions.
> >
> > Reported-by: Nuno Gonçalves <nunojpg@gmail.com>
> > Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto RTS status)
> > Cc: Lukas Wunner <lukas@wunner.de>
> > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
> >
> > ---
> >  drivers/tty/serial/amba-pl011.c | 23 +++++++++++++++++++++--
> >  1 file changed, 21 insertions(+), 2 deletions(-)
> >
> 
> Works great, thanks.
> 
> Tested-by: Nuno Gonçalves <nunojpg@gmail.com>

Thanks a lot for testing!

-- 
 i.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
@ 2022-06-14  7:53 Ilpo Järvinen
  0 siblings, 0 replies; 6+ messages in thread
From: Ilpo Järvinen @ 2022-06-14  7:53 UTC (permalink / raw)
  To: Russell King, Greg Kroah-Hartman, Jiri Slaby, Lukas Wunner,
	linux-serial, linux-kernel
  Cc: Ilpo Järvinen, Nuno Gonçalves

The driver must provide throttle and unthrottle in uart_ops when it
sets UPSTAT_AUTORTS. Add them using existing stop_rx &
enable_interrupts functions.

Reported-by: Nuno Gonçalves <nunojpg@gmail.com>
Tested-by: Nuno Gonçalves <nunojpg@gmail.com>
Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto RTS status)
Cc: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

---
 drivers/tty/serial/amba-pl011.c | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c
index 97ef41cb2721..16a21422ddce 100644
--- a/drivers/tty/serial/amba-pl011.c
+++ b/drivers/tty/serial/amba-pl011.c
@@ -1367,6 +1367,15 @@ static void pl011_stop_rx(struct uart_port *port)
 	pl011_dma_rx_stop(uap);
 }
 
+static void pl011_throttle_rx(struct uart_port *port)
+{
+	unsigned long flags;
+
+	spin_lock_irqsave(&port->lock, flags);
+	pl011_stop_rx(port);
+	spin_unlock_irqrestore(&port->lock, flags);
+}
+
 static void pl011_enable_ms(struct uart_port *port)
 {
 	struct uart_amba_port *uap =
@@ -1788,9 +1797,10 @@ static int pl011_allocate_irq(struct uart_amba_port *uap)
  */
 static void pl011_enable_interrupts(struct uart_amba_port *uap)
 {
+	unsigned long flags;
 	unsigned int i;
 
-	spin_lock_irq(&uap->port.lock);
+	spin_lock_irqsave(&uap->port.lock, flags);
 
 	/* Clear out any spuriously appearing RX interrupts */
 	pl011_write(UART011_RTIS | UART011_RXIS, uap, REG_ICR);
@@ -1812,7 +1822,14 @@ static void pl011_enable_interrupts(struct uart_amba_port *uap)
 	if (!pl011_dma_rx_running(uap))
 		uap->im |= UART011_RXIM;
 	pl011_write(uap->im, uap, REG_IMSC);
-	spin_unlock_irq(&uap->port.lock);
+	spin_unlock_irqrestore(&uap->port.lock, flags);
+}
+
+static void pl011_unthrottle_rx(struct uart_port *port)
+{
+	struct uart_amba_port *uap = container_of(port, struct uart_amba_port, port);
+
+	pl011_enable_interrupts(uap);
 }
 
 static int pl011_startup(struct uart_port *port)
@@ -2225,6 +2242,8 @@ static const struct uart_ops amba_pl011_pops = {
 	.stop_tx	= pl011_stop_tx,
 	.start_tx	= pl011_start_tx,
 	.stop_rx	= pl011_stop_rx,
+	.throttle	= pl011_throttle_rx,
+	.unthrottle	= pl011_unthrottle_rx,
 	.enable_ms	= pl011_enable_ms,
 	.break_ctl	= pl011_break_ctl,
 	.startup	= pl011_startup,

-- 
tg: (f2906aa86338..) pl011/add-throttle (depends on: tty-next)

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-14  7:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 11:24 [PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle Ilpo Järvinen
2022-06-08  8:18 ` Nuno Gonçalves
2022-06-08 10:04   ` Ilpo Järvinen
2022-06-14  6:58     ` Nuno Gonçalves
2022-06-14  7:55       ` Ilpo Järvinen
2022-06-14  7:53 Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.