All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: amx3xx: add emif interrupt info
@ 2018-02-26 15:04 ` Tero Kristo
  0 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2018-02-26 15:04 UTC (permalink / raw)
  To: linux-omap, tony; +Cc: devicetree, robh+dt, linux-arm-kernel, ssantosh

Hi,

Adding these two patches per the addition of required interrupt property
under emif node.

See: https://patchwork.kernel.org/patch/10217053/

-Tero

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* [PATCH 0/2] ARM: dts: amx3xx: add emif interrupt info
@ 2018-02-26 15:04 ` Tero Kristo
  0 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2018-02-26 15:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Adding these two patches per the addition of required interrupt property
under emif node.

See: https://patchwork.kernel.org/patch/10217053/

-Tero

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* [PATCH 1/2] ARM: dts: am33xx: add emif interrupt info
  2018-02-26 15:04 ` Tero Kristo
@ 2018-02-26 15:04   ` Tero Kristo
  -1 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2018-02-26 15:04 UTC (permalink / raw)
  To: linux-omap, tony; +Cc: devicetree, robh+dt, linux-arm-kernel, ssantosh

The EMIF instance on am33xx supports interrupts, so add the info for
completeness sake. Right now, the driver does not use this for anything,
but it is possible it would be used in future.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 arch/arm/boot/dts/am33xx.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 628c77b..2c09e8b 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -945,6 +945,7 @@
 			compatible = "ti,emif-am3352";
 			reg = <0x4c000000 0x1000000>;
 			ti,hwmods = "emif";
+			interrupts = <101>;
 		};
 
 		gpmc: gpmc@50000000 {
-- 
1.9.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* [PATCH 1/2] ARM: dts: am33xx: add emif interrupt info
@ 2018-02-26 15:04   ` Tero Kristo
  0 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2018-02-26 15:04 UTC (permalink / raw)
  To: linux-arm-kernel

The EMIF instance on am33xx supports interrupts, so add the info for
completeness sake. Right now, the driver does not use this for anything,
but it is possible it would be used in future.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 arch/arm/boot/dts/am33xx.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 628c77b..2c09e8b 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -945,6 +945,7 @@
 			compatible = "ti,emif-am3352";
 			reg = <0x4c000000 0x1000000>;
 			ti,hwmods = "emif";
+			interrupts = <101>;
 		};
 
 		gpmc: gpmc at 50000000 {
-- 
1.9.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* [PATCH 2/2] ARM: dts: am43xx: add emif interrupt info
  2018-02-26 15:04 ` Tero Kristo
@ 2018-02-26 15:05   ` Tero Kristo
  -1 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2018-02-26 15:05 UTC (permalink / raw)
  To: linux-omap, tony; +Cc: devicetree, robh+dt, linux-arm-kernel, ssantosh

The EMIF instance on am43xx supports interrupts, so add the info for
completeness sake. Right now, the driver does not use this for anything,
but it is possible it would be used in future.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 arch/arm/boot/dts/am4372.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 964f3ef..5ebf911 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -237,6 +237,7 @@
 			compatible = "ti,emif-am4372";
 			reg = <0x4c000000 0x1000000>;
 			ti,hwmods = "emif";
+			interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
 		};
 
 		edma: edma@49000000 {
-- 
1.9.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* [PATCH 2/2] ARM: dts: am43xx: add emif interrupt info
@ 2018-02-26 15:05   ` Tero Kristo
  0 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2018-02-26 15:05 UTC (permalink / raw)
  To: linux-arm-kernel

The EMIF instance on am43xx supports interrupts, so add the info for
completeness sake. Right now, the driver does not use this for anything,
but it is possible it would be used in future.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 arch/arm/boot/dts/am4372.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 964f3ef..5ebf911 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -237,6 +237,7 @@
 			compatible = "ti,emif-am4372";
 			reg = <0x4c000000 0x1000000>;
 			ti,hwmods = "emif";
+			interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
 		};
 
 		edma: edma at 49000000 {
-- 
1.9.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [PATCH 0/2] ARM: dts: amx3xx: add emif interrupt info
  2018-02-26 15:04 ` Tero Kristo
@ 2018-03-01 18:22   ` Tony Lindgren
  -1 siblings, 0 replies; 10+ messages in thread
From: Tony Lindgren @ 2018-03-01 18:22 UTC (permalink / raw)
  To: Tero Kristo; +Cc: devicetree, linux-omap, linux-arm-kernel, robh+dt, ssantosh

* Tero Kristo <t-kristo@ti.com> [180226 07:06]:
> Hi,
> 
> Adding these two patches per the addition of required interrupt property
> under emif node.
> 
> See: https://patchwork.kernel.org/patch/10217053/

Applying both into omap-for-v4.17/dt thanks.

Tony

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

* [PATCH 0/2] ARM: dts: amx3xx: add emif interrupt info
@ 2018-03-01 18:22   ` Tony Lindgren
  0 siblings, 0 replies; 10+ messages in thread
From: Tony Lindgren @ 2018-03-01 18:22 UTC (permalink / raw)
  To: linux-arm-kernel

* Tero Kristo <t-kristo@ti.com> [180226 07:06]:
> Hi,
> 
> Adding these two patches per the addition of required interrupt property
> under emif node.
> 
> See: https://patchwork.kernel.org/patch/10217053/

Applying both into omap-for-v4.17/dt thanks.

Tony

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

* Re: [PATCH 0/2] ARM: dts: amx3xx: add emif interrupt info
  2018-02-26 15:04 ` Tero Kristo
@ 2018-03-06  0:08   ` santosh.shilimkar at oracle.com
  -1 siblings, 0 replies; 10+ messages in thread
From: santosh.shilimkar @ 2018-03-06  0:08 UTC (permalink / raw)
  To: Tero Kristo, linux-omap, tony
  Cc: devicetree, robh+dt, linux-arm-kernel, ssantosh

On 2/26/18 7:04 AM, Tero Kristo wrote:
> Hi,
> 
> Adding these two patches per the addition of required interrupt property
> under emif node.
>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>

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

* [PATCH 0/2] ARM: dts: amx3xx: add emif interrupt info
@ 2018-03-06  0:08   ` santosh.shilimkar at oracle.com
  0 siblings, 0 replies; 10+ messages in thread
From: santosh.shilimkar at oracle.com @ 2018-03-06  0:08 UTC (permalink / raw)
  To: linux-arm-kernel

On 2/26/18 7:04 AM, Tero Kristo wrote:
> Hi,
> 
> Adding these two patches per the addition of required interrupt property
> under emif node.
>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>

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

end of thread, other threads:[~2018-03-06  0:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 15:04 [PATCH 0/2] ARM: dts: amx3xx: add emif interrupt info Tero Kristo
2018-02-26 15:04 ` Tero Kristo
2018-02-26 15:04 ` [PATCH 1/2] ARM: dts: am33xx: " Tero Kristo
2018-02-26 15:04   ` Tero Kristo
2018-02-26 15:05 ` [PATCH 2/2] ARM: dts: am43xx: " Tero Kristo
2018-02-26 15:05   ` Tero Kristo
2018-03-01 18:22 ` [PATCH 0/2] ARM: dts: amx3xx: " Tony Lindgren
2018-03-01 18:22   ` Tony Lindgren
2018-03-06  0:08 ` santosh.shilimkar
2018-03-06  0:08   ` santosh.shilimkar at oracle.com

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.