Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1224460

Re: [PATCH 6/6] ARM: dts: set up trigger type for edt-ft5x06 interrupts

From Felipe Balbi <balbi@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH 6/6] ARM: dts: set up trigger type for edt-ft5x06 interrupts
Date 2015-09-14 23:30 +0200
Message-ID <q8Ju1-1pD-7@gated-at.bofh.it> (permalink)
References <q7X61-7w7-5@gated-at.bofh.it> <q7X62-7w7-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Sat, Sep 12, 2015 at 10:45:51AM -0700, Dmitry Torokhov wrote:
> Now that the driver respects IRQ trigger settings from device tree, let's
> fix them up in individual DTSes (note that the driver is still compatible
> with older DTSes).
> 
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> ---
>  arch/arm/boot/dts/am437x-sk-evm.dts   | 2 +-
>  arch/arm/boot/dts/imx28-tx28.dts      | 3 ++-
>  arch/arm/boot/dts/imx53-tx53-x03x.dts | 3 ++-
>  arch/arm/boot/dts/imx6qdl-tx6.dtsi    | 3 ++-
>  4 files changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
> index c17097d..d83fdcd 100644
> --- a/arch/arm/boot/dts/am437x-sk-evm.dts
> +++ b/arch/arm/boot/dts/am437x-sk-evm.dts
> @@ -471,7 +471,7 @@
>  
>  		reg = <0x38>;
>  		interrupt-parent = <&gpio0>;
> -		interrupts = <31 0>;
> +		interrupts = <31 IRQ_TYPE_EDGE_FALLING>;

for AM437x SK:

Acked-by: Felipe Balbi <balbi@ti.com>

Seems like there are no changes considering driver was always using
IRQF_TRIGGER_FALLING.

-- 
balbi

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/6] Input: edt-ft5x06 - switch to newer gpio framework Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-09-12 19:50 +0200
  [PATCH 6/6] ARM: dts: set up trigger type for edt-ft5x06 interrupts Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-09-12 19:50 +0200
    Re: [PATCH 6/6] ARM: dts: set up trigger type for edt-ft5x06  interrupts Felipe Balbi <balbi@ti.com> - 2015-09-14 23:30 +0200
      Re: [PATCH 6/6] ARM: dts: set up trigger type for edt-ft5x06  interrupts Tony Lindgren <tony@atomide.com> - 2015-09-15 17:50 +0200
  [PATCH 2/6] Input: edt-ft5x06 - drop parsing of irq gpio Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-09-12 19:50 +0200
  [PATCH 4/6] Input: edt-ft5x06 - use generic properties API Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-09-12 19:50 +0200
  [PATCH 3/6] Input: edt-ft5x06 - remove support for platform data Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-09-12 19:50 +0200
  Re: [PATCH 1/6] Input: edt-ft5x06 - switch to newer gpio framework Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-09-22 01:00 +0200

csiph-web