All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions
@ 2016-08-28 17:32 ` Paul Kocialkowski
  0 siblings, 0 replies; 71+ messages in thread
From: Paul Kocialkowski @ 2016-08-28 17:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: devicetree, Stephen Warren, Paul Kocialkowski, Thierry Reding,
	linux-tegra, Alexandre Courbot, linux-arm-kernel

This switches a few interrupt definitions that were using
GPIO_ACTIVE_HIGH as IRQ type, which is invalid.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 arch/arm/boot/dts/tegra124-nyan.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/tegra124-nyan.dtsi b/arch/arm/boot/dts/tegra124-nyan.dtsi
index 271505e..30a77ec 100644
--- a/arch/arm/boot/dts/tegra124-nyan.dtsi
+++ b/arch/arm/boot/dts/tegra124-nyan.dtsi
@@ -59,7 +59,7 @@
 			compatible = "maxim,max98090";
 			reg = <0x10>;
 			interrupt-parent = <&gpio>;
-			interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
+			interrupts = <TEGRA_GPIO(H, 4) IRQ_TYPE_EDGE_FALLING>;
 		};
 
 		temperature-sensor@4c {
@@ -325,7 +325,7 @@
 					reg = <0x9>;
 					interrupt-parent = <&gpio>;
 					interrupts = <TEGRA_GPIO(J, 0)
-							GPIO_ACTIVE_HIGH>;
+							IRQ_TYPE_EDGE_BOTH>;
 					ti,ac-detect-gpios = <&gpio
 							TEGRA_GPIO(J, 0)
 							GPIO_ACTIVE_HIGH>;
-- 
2.9.3

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

end of thread, other threads:[~2016-09-21 11:03 UTC | newest]

Thread overview: 71+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-28 17:32 [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions Paul Kocialkowski
2016-08-28 17:32 ` Paul Kocialkowski
2016-08-28 17:32 ` Paul Kocialkowski
2016-08-28 17:32 ` [PATCH 2/4] ARM: tegra: nyan: Use external control for bq24735 charger Paul Kocialkowski
2016-08-28 17:32   ` Paul Kocialkowski
2016-08-28 17:32   ` Paul Kocialkowski
     [not found]   ` <20160828173246.32621-2-contact-W9ppeneeCTY@public.gmane.org>
2016-09-20 17:40     ` Jon Hunter
2016-09-20 17:40       ` Jon Hunter
2016-09-20 17:40       ` Jon Hunter
2016-09-20 18:02       ` Paul Kocialkowski
2016-09-20 18:02         ` Paul Kocialkowski
2016-09-21  7:30         ` Jon Hunter
2016-09-21  7:30           ` Jon Hunter
2016-09-21  7:30           ` Jon Hunter
2016-09-21  7:56           ` Paul Kocialkowski
2016-09-21  7:56             ` Paul Kocialkowski
2016-09-21  7:56             ` Paul Kocialkowski
2016-09-21 10:10             ` Jon Hunter
2016-09-21 10:10               ` Jon Hunter
2016-09-21 10:10               ` Jon Hunter
2016-09-21 11:03               ` Paul Kocialkowski
2016-09-21 11:03                 ` Paul Kocialkowski
2016-08-28 17:32 ` [PATCH 3/4] ARM: tegra: nyan-big: Include compatible revisions for proper detection Paul Kocialkowski
2016-08-28 17:32   ` Paul Kocialkowski
2016-08-28 17:32   ` Paul Kocialkowski
2016-09-20 17:41   ` Jon Hunter
2016-09-20 17:41     ` Jon Hunter
2016-09-20 17:41     ` Jon Hunter
     [not found]     ` <a9485a88-55a5-9dd1-1a1b-a6c0a78ff476-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-09-20 17:53       ` Paul Kocialkowski
2016-09-20 17:53         ` Paul Kocialkowski
2016-09-20 17:53         ` Paul Kocialkowski
2016-09-20 17:56         ` Jon Hunter
2016-09-20 17:56           ` Jon Hunter
2016-09-20 17:56           ` Jon Hunter
     [not found]           ` <d05b8e5a-adf7-9057-b42a-0da1fde84953-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-09-20 18:02             ` Paul Kocialkowski
2016-09-20 18:02               ` Paul Kocialkowski
2016-09-20 18:02               ` Paul Kocialkowski
2016-09-21  7:34               ` Jon Hunter
2016-09-21  7:34                 ` Jon Hunter
2016-09-21  7:34                 ` Jon Hunter
     [not found]                 ` <6501341f-e14c-4876-dcb7-60a33b7621c4-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-09-21  7:43                   ` Paul Kocialkowski
2016-09-21  7:43                     ` Paul Kocialkowski
2016-09-21  7:43                     ` Paul Kocialkowski
2016-09-21  9:15                     ` Jon Hunter
2016-09-21  9:15                       ` Jon Hunter
2016-09-21  9:15                       ` Jon Hunter
2016-09-21  9:31                       ` Paul Kocialkowski
2016-09-21  9:31                         ` Paul Kocialkowski
2016-08-28 17:32 ` [PATCH 4/4] ARM: tegra: nyan-blaze: " Paul Kocialkowski
2016-08-28 17:32   ` Paul Kocialkowski
2016-08-28 17:32   ` Paul Kocialkowski
     [not found]   ` <20160828173246.32621-4-contact-W9ppeneeCTY@public.gmane.org>
2016-09-20 17:42     ` Jon Hunter
2016-09-20 17:42       ` Jon Hunter
2016-09-20 17:42       ` Jon Hunter
     [not found] ` <20160828173246.32621-1-contact-W9ppeneeCTY@public.gmane.org>
2016-09-20 17:15   ` [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions Jon Hunter
2016-09-20 17:15     ` Jon Hunter
2016-09-20 17:15     ` Jon Hunter
     [not found]     ` <ef69b6d2-ce6b-ff76-5c04-ab2176eb6ecc-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-09-20 18:14       ` Paul Kocialkowski
2016-09-20 18:14         ` Paul Kocialkowski
2016-09-20 18:14         ` Paul Kocialkowski
     [not found]         ` <1474395289.1215.20.camel-W9ppeneeCTY@public.gmane.org>
2016-09-21  7:52           ` Jon Hunter
2016-09-21  7:52             ` Jon Hunter
2016-09-21  7:52             ` Jon Hunter
     [not found]             ` <0ca614bf-4d27-9948-03e3-472d059f2153-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-09-21  8:26               ` Paul Kocialkowski
2016-09-21  8:26                 ` Paul Kocialkowski
2016-09-21  8:26                 ` Paul Kocialkowski
     [not found]                 ` <1474446366.1239.17.camel-W9ppeneeCTY@public.gmane.org>
2016-09-21  9:06                   ` Jon Hunter
2016-09-21  9:06                     ` Jon Hunter
2016-09-21  9:06                     ` Jon Hunter
2016-09-21  9:31                     ` Paul Kocialkowski
2016-09-21  9:31                       ` Paul Kocialkowski

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.