All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>
To: "Robert P. J. Day"
	<rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] ARM: Correct misspelling, "emda3" -> "edma3".
Date: Wed, 25 May 2016 22:38:54 +0300	[thread overview]
Message-ID: <5031f60b-d586-dcbd-75fe-4ce12ec4b7d2@ti.com> (raw)
In-Reply-To: <alpine.LFD.2.20.1605241716520.14369@Device-040570>

On 05/25/2016 12:20 AM, Robert P. J. Day wrote:

Thanks! It shows that in the Linux driver we are not using the mperr interrupt
at all...

Thank you agian for spotting it,

Acked-by: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>

> 
> Reported-by: Adam J Allison <adamj.allison-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Signed-off-by: Robert P. J. Day <rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org>
> 
> ---
> 
> diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt
> index 079b42a..18090e7 100644
> --- a/Documentation/devicetree/bindings/dma/ti-edma.txt
> +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt
> @@ -15,7 +15,7 @@ Required properties:
>  - reg:		Memory map of eDMA CC
>  - reg-names:	"edma3_cc"
>  - interrupts:	Interrupt lines for CCINT, MPERR and CCERRINT.
> -- interrupt-names: "edma3_ccint", "emda3_mperr" and "edma3_ccerrint"
> +- interrupt-names: "edma3_ccint", "edma3_mperr" and "edma3_ccerrint"
>  - ti,tptcs:	List of TPTCs associated with the eDMA in the following form:
>  		<&tptc_phandle TC_priority_number>. The highest priority is 0.
> 
> @@ -48,7 +48,7 @@ edma: edma@49000000 {
>  	reg =	<0x49000000 0x10000>;
>  	reg-names = "edma3_cc";
>  	interrupts = <12 13 14>;
> -	interrupt-names = "edma3_ccint", "emda3_mperr", "edma3_ccerrint";
> +	interrupt-names = "edma3_ccint", "edma3_mperr", "edma3_ccerrint";
>  	dma-requests = <64>;
>  	#dma-cells = <2>;
> 
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 52be48b..03521ea 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -187,7 +187,7 @@
>  			reg =	<0x49000000 0x10000>;
>  			reg-names = "edma3_cc";
>  			interrupts = <12 13 14>;
> -			interrupt-names = "edma3_ccint", "emda3_mperr",
> +			interrupt-names = "edma3_ccint", "edma3_mperr",
>  					  "edma3_ccerrint";
>  			dma-requests = <64>;
>  			#dma-cells = <2>;
> diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
> index 12fcde4..27557b0 100644
> --- a/arch/arm/boot/dts/am4372.dtsi
> +++ b/arch/arm/boot/dts/am4372.dtsi
> @@ -199,7 +199,7 @@
>  			interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
>  				     <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
>  				     <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
> -			interrupt-names = "edma3_ccint", "emda3_mperr",
> +			interrupt-names = "edma3_ccint", "edma3_mperr",
>  					  "edma3_ccerrint";
>  			dma-requests = <64>;
>  			#dma-cells = <2>;
> diff --git a/arch/arm/boot/dts/dm814x.dtsi b/arch/arm/boot/dts/dm814x.dtsi
> index d4537dc..a6e0aebc 100644
> --- a/arch/arm/boot/dts/dm814x.dtsi
> +++ b/arch/arm/boot/dts/dm814x.dtsi
> @@ -448,7 +448,7 @@
>  			reg =	<0x49000000 0x10000>;
>  			reg-names = "edma3_cc";
>  			interrupts = <12 13 14>;
> -			interrupt-names = "edma3_ccint", "emda3_mperr",
> +			interrupt-names = "edma3_ccint", "edma3_mperr",
>  					  "edma3_ccerrint";
>  			dma-requests = <64>;
>  			#dma-cells = <2>;
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index e007401..95c8424 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -341,7 +341,7 @@
>  			interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
>  				     <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
>  				     <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
> -			interrupt-names = "edma3_ccint", "emda3_mperr",
> +			interrupt-names = "edma3_ccint", "edma3_mperr",
>  					  "edma3_ccerrint";
>  			dma-requests = <64>;
>  			#dma-cells = <2>;
> 
> rday
> 


-- 
Péter
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-05-25 19:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24 21:20 [PATCH] ARM: Correct misspelling, "emda3" -> "edma3" Robert P. J. Day
2016-05-25 19:01 ` Rob Herring
2016-05-25 19:38 ` Peter Ujfalusi [this message]
     [not found]   ` <5031f60b-d586-dcbd-75fe-4ce12ec4b7d2-l0cyMroinI0@public.gmane.org>
2016-06-10 11:24     ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5031f60b-d586-dcbd-75fe-4ce12ec4b7d2@ti.com \
    --to=peter.ujfalusi-l0cymroini0@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.