Re: [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions

2016-09-21 Thread Paul Kocialkowski
Resending with the right CC chain. Le mercredi 21 septembre 2016 à 10:06 +0100, Jon Hunter a écrit : > On 21/09/16 09:26, Paul Kocialkowski wrote: > > > > > > * PGP Signed by an unknown key > > > > Le mercredi 21 septembre 2016 à 08:52 +0100, Jon Hunter a écrit : > > > > > > > > > On 20/09/16

Re: [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions

2016-09-21 Thread Jon Hunter
On 21/09/16 09:26, Paul Kocialkowski wrote: > * PGP Signed by an unknown key > > Le mercredi 21 septembre 2016 à 08:52 +0100, Jon Hunter a écrit : >> On 20/09/16 19:14, Paul Kocialkowski wrote: >>> Old Signed by an unknown key >>> >>> Le mardi 20 septembre 2016 à 18:15 +0100, Jon Hunter a éc

Re: [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions

2016-09-21 Thread Paul Kocialkowski
Le mercredi 21 septembre 2016 à 08:52 +0100, Jon Hunter a écrit : > On 20/09/16 19:14, Paul Kocialkowski wrote: > > > > * PGP Signed by an unknown key > > > > Le mardi 20 septembre 2016 à 18:15 +0100, Jon Hunter a écrit : > > > > > > On 28/08/16 18:32, Paul Kocialkowski wrote: > > > > > > > >

Re: [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions

2016-09-21 Thread Jon Hunter
On 20/09/16 19:14, Paul Kocialkowski wrote: > * PGP Signed by an unknown key > > Le mardi 20 septembre 2016 à 18:15 +0100, Jon Hunter a écrit : >> On 28/08/16 18:32, Paul Kocialkowski wrote: >>> >>> This switches a few interrupt definitions that were using >>> GPIO_ACTIVE_HIGH as IRQ type, which

Re: [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions

2016-09-20 Thread Paul Kocialkowski
Le mardi 20 septembre 2016 à 18:15 +0100, Jon Hunter a écrit : > On 28/08/16 18:32, Paul Kocialkowski wrote: > > > > This switches a few interrupt definitions that were using > > GPIO_ACTIVE_HIGH as IRQ type, which is invalid. > > May be you are right, but this does not describe why this is inval

Re: [PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions

2016-09-20 Thread Jon Hunter
On 28/08/16 18:32, Paul Kocialkowski wrote: > This switches a few interrupt definitions that were using > GPIO_ACTIVE_HIGH as IRQ type, which is invalid. May be you are right, but this does not describe why this is invalid. Can you elaborate? > Signed-off-by: Paul Kocialkowski > --- > arch/arm

[PATCH 1/4] ARM: tegra: nyan: Use proper IRQ type definitions

2016-08-28 Thread Paul Kocialkowski
This switches a few interrupt definitions that were using GPIO_ACTIVE_HIGH as IRQ type, which is invalid. Signed-off-by: Paul Kocialkowski --- 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