From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net-next 1/3] net: dsa: mv88e6xxx: Remove OF check for IRQ domain Date: Sat, 19 May 2018 15:47:51 -0700 Message-ID: <20ecbe03-7fd3-d90b-96f0-a05229e5c5da@gmail.com> References: <1526761895-15839-1-git-send-email-andrew@lunn.ch> <1526761895-15839-2-git-send-email-andrew@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Vivien Didelot , netdev To: Andrew Lunn , David Miller Return-path: Received: from mail-oi0-f67.google.com ([209.85.218.67]:38130 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752280AbeESWry (ORCPT ); Sat, 19 May 2018 18:47:54 -0400 Received: by mail-oi0-f67.google.com with SMTP id k17-v6so10140739oih.5 for ; Sat, 19 May 2018 15:47:54 -0700 (PDT) In-Reply-To: <1526761895-15839-2-git-send-email-andrew@lunn.ch> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 05/19/2018 01:31 PM, Andrew Lunn wrote: > An IRQ domain will work without an OF node. It is not possible to > reference interrupts via a phandle, but C code can still use > irq_find_mapping() to get an interrupt from the domain. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli -- Florian