From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756597AbcIOXDK (ORCPT ); Thu, 15 Sep 2016 19:03:10 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:35372 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754029AbcIOXDB (ORCPT ); Thu, 15 Sep 2016 19:03:01 -0400 Message-ID: <1473980577.17787.21.camel@gmail.com> Subject: Re: genirq: Setting trigger mode 0 for irq 11 failed (txx9_irq_set_type+0x0/0xb8) From: Alban Browaeys To: Geert Uytterhoeven , Atsushi Nemoto Cc: Linux MIPS Mailing List , "linux-kernel@vger.kernel.org" , Marc Zyngier , Thomas Gleixner Date: Fri, 16 Sep 2016 01:02:57 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le mercredi 14 septembre 2016 à 21:25 +0200, Geert Uytterhoeven a écrit : > JFYI, with v4.8-rc6 I'm seeing > >     genirq: Setting trigger mode 0 for irq 11 failed > (txx9_irq_set_type+0x0/0xb8) > > on rbtx4927. This did not happen with v4.8-rc3. txx9_irq_set_type receives a type IRQ_TYPE_NONE from the call to __irq_set_trigger added in: 1e12c4a939 ("genirq: Correctly configure the trigger on chained interrupts") This patch is a regression fix for : Desc: irqdomain: Don't set type when mapping an IRQ breaks nexus7 gpio buttons Repo: 2016-07-30 https://marc.info/?l=linux-kernel&m=146985356305280&w=2 I am seeing this on arm odroid u2 devicetree : genirq: Setting trigger mode 0 for irq 16 failed (gic_set_type+0x0/0x64) Alban