Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1670955 > unrolled thread
| Started by | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| First post | 2017-06-20 19:00 +0200 |
| Last post | 2017-06-21 10:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v5 3/4] ARM: dts: at91: sama5d2: add ADC hw trigger edge type Jonathan Cameron <jic23@kernel.org> - 2017-06-20 19:00 +0200
Re: [PATCH v5 3/4] ARM: dts: at91: sama5d2: add ADC hw trigger edge type Nicolas Ferre <nicolas.ferre@microchip.com> - 2017-06-21 10:00 +0200
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2017-06-20 19:00 +0200 |
| Subject | Re: [PATCH v5 3/4] ARM: dts: at91: sama5d2: add ADC hw trigger edge type |
| Message-ID | <tUuFs-2G9-25@gated-at.bofh.it> |
On Thu, 15 Jun 2017 16:24:56 +0300 Eugen Hristev <eugen.hristev@microchip.com> wrote: > Added ADTRG edge type property as interrupt edge type value > > Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> > Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> Driver support heading upstream. Acked-by: Jonathan Cameron <jic23@kernel.org> > --- > Changes in v4: > - Modified bindings to be similar with interrupts > > arch/arm/boot/dts/sama5d2.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi > index 8067c71..483a387 100644 > --- a/arch/arm/boot/dts/sama5d2.dtsi > +++ b/arch/arm/boot/dts/sama5d2.dtsi > @@ -1267,6 +1267,7 @@ > atmel,min-sample-rate-hz = <200000>; > atmel,max-sample-rate-hz = <20000000>; > atmel,startup-time-ms = <4>; > + atmel,trigger-edge-type = <IRQ_TYPE_EDGE_RISING>; > status = "disabled"; > }; >
[toc] | [next] | [standalone]
| From | Nicolas Ferre <nicolas.ferre@microchip.com> |
|---|---|
| Date | 2017-06-21 10:00 +0200 |
| Message-ID | <tUIIr-3hT-29@gated-at.bofh.it> |
| In reply to | #1670955 |
On 20/06/2017 at 18:56, Jonathan Cameron wrote: > On Thu, 15 Jun 2017 16:24:56 +0300 > Eugen Hristev <eugen.hristev@microchip.com> wrote: > >> Added ADTRG edge type property as interrupt edge type value >> >> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> >> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> > Driver support heading upstream. > > Acked-by: Jonathan Cameron <jic23@kernel.org> Thanks, Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> >> --- >> Changes in v4: >> - Modified bindings to be similar with interrupts >> >> arch/arm/boot/dts/sama5d2.dtsi | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi >> index 8067c71..483a387 100644 >> --- a/arch/arm/boot/dts/sama5d2.dtsi >> +++ b/arch/arm/boot/dts/sama5d2.dtsi >> @@ -1267,6 +1267,7 @@ >> atmel,min-sample-rate-hz = <200000>; >> atmel,max-sample-rate-hz = <20000000>; >> atmel,startup-time-ms = <4>; >> + atmel,trigger-edge-type = <IRQ_TYPE_EDGE_RISING>; >> status = "disabled"; >> }; >> > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Nicolas Ferre
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web