stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Patch "ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node" has been added to the 4.14-stable tree
       [not found] <156231715780108@kroah.com>
@ 2019-07-08  5:55 ` Joshua Scott
  2019-07-08  6:23   ` gregkh
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Scott @ 2019-07-08  5:55 UTC (permalink / raw)
  To: gregkh, andrew, gregory.clement, stable; +Cc: stable-commits

Hi,

I do not think this patch alone will work on 4.14.

An earlier pair of patches which implements the "marvell,armada-38x-uart" quirk is present on the other kernel versions, but I do see it as far back as 4.14.

The following two patches are the ones which add support for that compatible string:

b7639b0b15dd serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices
914eaf935ec7 serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCR


Cheers,
Joshua Scott
________________________________________
From: gregkh@linuxfoundation.org <gregkh@linuxfoundation.org>
Sent: Friday, 5 July 2019 8:59 p.m.
To: andrew@lunn.ch; gregkh@linuxfoundation.org; gregory.clement@bootlin.com; Joshua Scott
Cc: stable-commits@vger.kernel.org
Subject: Patch "ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node" has been added to the 4.14-stable tree

This is a note to let you know that I've just added the patch titled

    ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node

to the 4.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-armada-xp-98dx3236-switch-to-armada-38x-uart-serial-node.patch
and it can be found in the queue-4.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


From 80031361747aec92163464f2ee08870fec33bcb0 Mon Sep 17 00:00:00 2001
From: Joshua Scott <joshua.scott@alliedtelesis.co.nz>
Date: Wed, 26 Jun 2019 10:11:08 +1200
Subject: ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node

From: Joshua Scott <joshua.scott@alliedtelesis.co.nz>

commit 80031361747aec92163464f2ee08870fec33bcb0 upstream.

Switch to the "marvell,armada-38x-uart" driver variant to empty
the UART buffer before writing to the UART_LCR register.

Signed-off-by: Joshua Scott <joshua.scott@alliedtelesis.co.nz>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>.
Cc: stable@vger.kernel.org
Fixes: 43e28ba87708 ("ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236")
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 arch/arm/boot/dts/armada-xp-98dx3236.dtsi |    8 ++++++++
 1 file changed, 8 insertions(+)

--- a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi
@@ -360,3 +360,11 @@
        status = "disabled";
 };

+&uart0 {
+       compatible = "marvell,armada-38x-uart";
+};
+
+&uart1 {
+       compatible = "marvell,armada-38x-uart";
+};
+


Patches currently in stable-queue which might be from joshua.scott@alliedtelesis.co.nz are

queue-4.14/arm-dts-armada-xp-98dx3236-switch-to-armada-38x-uart-serial-node.patch

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

* Re: Patch "ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node" has been added to the 4.14-stable tree
  2019-07-08  5:55 ` Patch "ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node" has been added to the 4.14-stable tree Joshua Scott
@ 2019-07-08  6:23   ` gregkh
  2019-07-08 22:06     ` Joshua Scott
  0 siblings, 1 reply; 4+ messages in thread
From: gregkh @ 2019-07-08  6:23 UTC (permalink / raw)
  To: Joshua Scott; +Cc: andrew, gregory.clement, stable, stable-commits

On Mon, Jul 08, 2019 at 05:55:00AM +0000, Joshua Scott wrote:
> Hi,
> 
> I do not think this patch alone will work on 4.14.
> 
> An earlier pair of patches which implements the
> "marvell,armada-38x-uart" quirk is present on the other kernel
> versions, but I do see it as far back as 4.14.
> 
> The following two patches are the ones which add support for that compatible string:
> 
> b7639b0b15dd serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices
> 914eaf935ec7 serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCR

But, this patch says:
	Fixes: 43e28ba87708 ("ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236")
and that commit showed up in 4.12.

If that is not the case, fine, I'll drop this, otherwise I just have to
go off of what is given to me :)

thanks,

greg k-h

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

* Re: Patch "ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node" has been added to the 4.14-stable tree
  2019-07-08  6:23   ` gregkh
@ 2019-07-08 22:06     ` Joshua Scott
  2019-07-10  7:48       ` gregkh
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Scott @ 2019-07-08 22:06 UTC (permalink / raw)
  To: gregkh; +Cc: andrew, gregory.clement, stable, stable-commits

Hi Greg,

43e28ba87708 ("ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236") is the patch
which introduces the armada-xp-98dx3236, and contains the device-tree entry for the driver that does
not behave correctly with this SoC.

However, the driver quirk that implements the fix does not exist until the two patches I mentioned :
b7639b0b15dd serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices
914eaf935ec7 serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCR

Before then, there is no "marvell,armada-38x-uart".

The current patch being delivered only changes the .dts to make use of the quirk. This won't work
if it's being delivered to a branch that does not have the above two patches. I had a look at linux-4.14.y
on kernel.org, and did not see the two patches there.


Cheers,
Joshua
________________________________________
From: gregkh@linuxfoundation.org <gregkh@linuxfoundation.org>
Sent: Monday, 8 July 2019 6:23 p.m.
To: Joshua Scott
Cc: andrew@lunn.ch; gregory.clement@bootlin.com; stable@vger.kernel.org; stable-commits@vger.kernel.org
Subject: Re: Patch "ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node" has been added to the 4.14-stable tree

On Mon, Jul 08, 2019 at 05:55:00AM +0000, Joshua Scott wrote:
> Hi,
>
> I do not think this patch alone will work on 4.14.
>
> An earlier pair of patches which implements the
> "marvell,armada-38x-uart" quirk is present on the other kernel
> versions, but I do see it as far back as 4.14.
>
> The following two patches are the ones which add support for that compatible string:
>
> b7639b0b15dd serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices
> 914eaf935ec7 serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCR

But, this patch says:
        Fixes: 43e28ba87708 ("ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236")
and that commit showed up in 4.12.

If that is not the case, fine, I'll drop this, otherwise I just have to
go off of what is given to me :)

thanks,

greg k-h

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

* Re: Patch "ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node" has been added to the 4.14-stable tree
  2019-07-08 22:06     ` Joshua Scott
@ 2019-07-10  7:48       ` gregkh
  0 siblings, 0 replies; 4+ messages in thread
From: gregkh @ 2019-07-10  7:48 UTC (permalink / raw)
  To: Joshua Scott; +Cc: andrew, gregory.clement, stable, stable-commits

On Mon, Jul 08, 2019 at 10:06:50PM +0000, Joshua Scott wrote:
> Hi Greg,
> 
> 43e28ba87708 ("ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236") is the patch
> which introduces the armada-xp-98dx3236, and contains the device-tree entry for the driver that does
> not behave correctly with this SoC.
> 
> However, the driver quirk that implements the fix does not exist until the two patches I mentioned :
> b7639b0b15dd serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices
> 914eaf935ec7 serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCR
> 
> Before then, there is no "marvell,armada-38x-uart".
> 
> The current patch being delivered only changes the .dts to make use of the quirk. This won't work
> if it's being delivered to a branch that does not have the above two patches. I had a look at linux-4.14.y
> on kernel.org, and did not see the two patches there.

Ok, thanks, I've deleted it from the queueu now.

greg k-h

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

end of thread, other threads:[~2019-07-10  7:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <156231715780108@kroah.com>
2019-07-08  5:55 ` Patch "ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node" has been added to the 4.14-stable tree Joshua Scott
2019-07-08  6:23   ` gregkh
2019-07-08 22:06     ` Joshua Scott
2019-07-10  7:48       ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).