From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E071CC2D0CF for ; Mon, 23 Dec 2019 11:36:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B819D2075B for ; Mon, 23 Dec 2019 11:36:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="aThz1c95" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727436AbfLWLgk (ORCPT ); Mon, 23 Dec 2019 06:36:40 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:55768 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727425AbfLWLgj (ORCPT ); Mon, 23 Dec 2019 06:36:39 -0500 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id xBNBaQd4076186; Mon, 23 Dec 2019 05:36:26 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1577100986; bh=7PM2ExdFmOb9fTnrkCAvPvStWpyhC4HlYdlnuYMgkPA=; h=Subject:From:To:CC:References:Date:In-Reply-To; b=aThz1c95Y01tgz3j5uHahRmYXBp091MoH635BZu0AoiA+dT7LaZgv/+Q3tLXAwTVQ eE2l2Gdi15/vc3ZGHVFzWR5hRYEJRYFv8vrfOi6AJuqwfFzvzYqQw0emR+58sRb2uC lUZ91GQPf/+I1DrqFJjCnu0X9OBdGn9A0FIW5wFQ= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id xBNBaQ8p064888 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 23 Dec 2019 05:36:26 -0600 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Mon, 23 Dec 2019 05:36:26 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Mon, 23 Dec 2019 05:36:26 -0600 Received: from [192.168.2.6] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id xBNBaM2E039852; Mon, 23 Dec 2019 05:36:23 -0600 Subject: Re: [PATCH v8 14/18] of: irq: Export of_msi_get_domain From: Peter Ujfalusi To: , , , , Matthias Brugger CC: , , , , , , , , , , , References: <20191223110458.30766-1-peter.ujfalusi@ti.com> <20191223110458.30766-15-peter.ujfalusi@ti.com> Message-ID: Date: Mon, 23 Dec 2019 13:36:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191223110458.30766-15-peter.ujfalusi@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Matthias, On 23/12/2019 13.04, Peter Ujfalusi wrote: > From: Matthias Brugger > > Export of_mis_get_domain to enable it for users from outside. FYI, I have picked this old patch from you. I can not find the history why it is not in the kernel... > Signed-off-by: Matthias Brugger > Acked-by: Rob Herring > Signed-off-by: Peter Ujfalusi > --- > drivers/of/irq.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/of/irq.c b/drivers/of/irq.c > index a296eaf52a5b..73017506ef00 100644 > --- a/drivers/of/irq.c > +++ b/drivers/of/irq.c > @@ -673,6 +673,7 @@ struct irq_domain *of_msi_get_domain(struct device *dev, > > return NULL; > } > +EXPORT_SYMBOL_GPL(of_msi_get_domain); > > /** > * of_msi_configure - Set the msi_domain field of a device > - Péter Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki