linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name
@ 2015-04-24 11:29 Marek Vasut
  2015-04-24 12:10 ` Stefan Wahren
  2015-04-27 14:46 ` Shawn Guo
  0 siblings, 2 replies; 6+ messages in thread
From: Marek Vasut @ 2015-04-24 11:29 UTC (permalink / raw)
  To: linux-arm-kernel

Fix a typo in the TX DMA interrupt name for AUART4.
This patch makes AUART4 operational again.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: stable at vger.kernel.org
---
 Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt | 2 +-
 arch/arm/boot/dts/imx28.dtsi                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

V2: Update the Documentation as well (thanks to Stefan Wahren for spotting this)

diff --git a/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt b/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
index a4873e5..e30e184 100644
--- a/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
+++ b/Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
@@ -38,7 +38,7 @@ dma_apbx: dma-apbx at 80024000 {
 		      80 81 68 69
 		      70 71 72 73
 		      74 75 76 77>;
-	interrupt-names = "auart4-rx", "aurat4-tx", "spdif-tx", "empty",
+	interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty",
 			  "saif0", "saif1", "i2c0", "i2c1",
 			  "auart0-rx", "auart0-tx", "auart1-rx", "auart1-tx",
 			  "auart2-rx", "auart2-tx", "auart3-rx", "auart3-tx";
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 25e25f8..4e073e8 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -913,7 +913,7 @@
 					      80 81 68 69
 					      70 71 72 73
 					      74 75 76 77>;
-				interrupt-names = "auart4-rx", "aurat4-tx", "spdif-tx", "empty",
+				interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty",
 						  "saif0", "saif1", "i2c0", "i2c1",
 						  "auart0-rx", "auart0-tx", "auart1-rx", "auart1-tx",
 						  "auart2-rx", "auart2-tx", "auart3-rx", "auart3-tx";
-- 
2.1.4

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

* [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name
  2015-04-24 11:29 [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name Marek Vasut
@ 2015-04-24 12:10 ` Stefan Wahren
  2015-04-27 14:46 ` Shawn Guo
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Wahren @ 2015-04-24 12:10 UTC (permalink / raw)
  To: linux-arm-kernel

Am 24.04.2015 um 13:29 schrieb Marek Vasut:
> Fix a typo in the TX DMA interrupt name for AUART4.
> This patch makes AUART4 operational again.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Shawn Guo <shawn.guo@linaro.org>
> Cc: stable at vger.kernel.org
> ---
>  Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt | 2 +-
>  arch/arm/boot/dts/imx28.dtsi                          | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> V2: Update the Documentation as well (thanks to Stefan Wahren for spotting this)
>
> [...]

Acked-by: Stefan Wahren <stefan.wahren@i2se.com>

Thanks

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

* [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name
  2015-04-24 11:29 [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name Marek Vasut
  2015-04-24 12:10 ` Stefan Wahren
@ 2015-04-27 14:46 ` Shawn Guo
  2015-04-27 16:16   ` Marek Vasut
  1 sibling, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2015-04-27 14:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Apr 24, 2015 at 01:29:47PM +0200, Marek Vasut wrote:
> Fix a typo in the TX DMA interrupt name for AUART4.
> This patch makes AUART4 operational again.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

Applied, thanks.

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

* [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name
  2015-04-27 14:46 ` Shawn Guo
@ 2015-04-27 16:16   ` Marek Vasut
  2015-04-28  0:43     ` Shawn Guo
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2015-04-27 16:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, April 27, 2015 at 04:46:29 PM, Shawn Guo wrote:
> On Fri, Apr 24, 2015 at 01:29:47PM +0200, Marek Vasut wrote:
> > Fix a typo in the TX DMA interrupt name for AUART4.
> > This patch makes AUART4 operational again.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> 
> Applied, thanks.

Thanks!

It'd be really great if this could be applied to stable.
It's rather obvious that AUART4 is not used very much, so
noone spotted this before, but it'd still be nice to have
this fixed.

Best regards,
Marek Vasut

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

* [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name
  2015-04-27 16:16   ` Marek Vasut
@ 2015-04-28  0:43     ` Shawn Guo
  2015-04-28  2:40       ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2015-04-28  0:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 27, 2015 at 06:16:11PM +0200, Marek Vasut wrote:
> On Monday, April 27, 2015 at 04:46:29 PM, Shawn Guo wrote:
> > On Fri, Apr 24, 2015 at 01:29:47PM +0200, Marek Vasut wrote:
> > > Fix a typo in the TX DMA interrupt name for AUART4.
> > > This patch makes AUART4 operational again.
> > > 
> > > Signed-off-by: Marek Vasut <marex@denx.de>
> > 
> > Applied, thanks.
> 
> Thanks!
> 
> It'd be really great if this could be applied to stable.
> It's rather obvious that AUART4 is not used very much, so
> noone spotted this before, but it'd still be nice to have
> this fixed.

The stable Cc tag in the patch [1] will just do the job.

Shawn

[1]
https://git.kernel.org/cgit/linux/kernel/git/shawnguo/linux.git/commit/?h=imx/fixes&id=4ada77e37a773168fea484899201e272ab44ba8b

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

* [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name
  2015-04-28  0:43     ` Shawn Guo
@ 2015-04-28  2:40       ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2015-04-28  2:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday, April 28, 2015 at 02:43:37 AM, Shawn Guo wrote:
> On Mon, Apr 27, 2015 at 06:16:11PM +0200, Marek Vasut wrote:
> > On Monday, April 27, 2015 at 04:46:29 PM, Shawn Guo wrote:
> > > On Fri, Apr 24, 2015 at 01:29:47PM +0200, Marek Vasut wrote:
> > > > Fix a typo in the TX DMA interrupt name for AUART4.
> > > > This patch makes AUART4 operational again.
> > > > 
> > > > Signed-off-by: Marek Vasut <marex@denx.de>
> > > 
> > > Applied, thanks.
> > 
> > Thanks!
> > 
> > It'd be really great if this could be applied to stable.
> > It's rather obvious that AUART4 is not used very much, so
> > noone spotted this before, but it'd still be nice to have
> > this fixed.
> 
> The stable Cc tag in the patch [1] will just do the job.
> 
> Shawn
> 
> [1]
> https://git.kernel.org/cgit/linux/kernel/git/shawnguo/linux.git/commit/?h=i
> mx/fixes&id=4ada77e37a773168fea484899201e272ab44ba8b

OK, thank you!

Best regards,
Marek Vasut

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

end of thread, other threads:[~2015-04-28  2:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 11:29 [PATCH V2] ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name Marek Vasut
2015-04-24 12:10 ` Stefan Wahren
2015-04-27 14:46 ` Shawn Guo
2015-04-27 16:16   ` Marek Vasut
2015-04-28  0:43     ` Shawn Guo
2015-04-28  2:40       ` Marek Vasut

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).