From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752760AbdGEKfY (ORCPT ); Wed, 5 Jul 2017 06:35:24 -0400 Received: from mx3.molgen.mpg.de ([141.14.17.11]:48923 "EHLO mx1.molgen.mpg.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751811AbdGEKfW (ORCPT ); Wed, 5 Jul 2017 06:35:22 -0400 Message-ID: <1499250919.1353.3.camel@molgen.mpg.de> Subject: irq: Invalid fwnode type (2) for irqdomain From: Paul Menzel To: linux-kernel@vger.kernel.org Cc: Thomas Gleixner , Marc Zyngier Date: Wed, 05 Jul 2017 12:35:19 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-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 Dear Linux folks, On a Lenovo X60t with coreboot based firmware testing the latest master branch from Linus, the message below is new, and isn’t there with Linux 4.12. ``` irq: Invalid fwnode type (2) for irqdomain ``` `git blame kernel/irq/irqdomain.c` shows, the message is added in commit d59f661 (genirq: Allow fwnode to carry name information only). The commit message describes the warning. > Warn if an invalid node is supplied and treat it like no node. This > happens e.g. with i2 devices on x86 which hand in an ACPI type node > which has no interface for retrieving the name. How can I find out, how the ACPI/ASL has to be fixed? Kind regards, Paul