From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sinan Kaya Subject: Re: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules Date: Tue, 19 Jul 2016 17:40:02 -0400 Message-ID: <0fcc2c31-bd94-4a64-0456-9a35b692d2d8@codeaurora.org> References: <1468867177-15007-1-git-send-email-okaya@codeaurora.org> <1468867177-15007-4-git-send-email-okaya@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:53486 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751720AbcGSVkG (ORCPT ); Tue, 19 Jul 2016 17:40:06 -0400 In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Rob Herring Cc: dmaengine@vger.kernel.org, Timur Tabi , "devicetree@vger.kernel.org" , Christopher Covington , Vinod Koul , "jcm@redhat.com" , Eric Auger , Andy Gross , Arnd Bergmann , linux-arm-msm , "linux-arm-kernel@lists.infradead.org" , Frank Rowand , "linux-kernel@vger.kernel.org" On 7/18/2016 5:24 PM, Rob Herring wrote: > On Mon, Jul 18, 2016 at 1:39 PM, Sinan Kaya wrote: >> The of_msi_configure routine is only accessible by the built-in >> kernel drivers. Export this function so that modules can use it >> too. >> >> This function is useful for configuring MSI on child device tree >> nodes on hierarchical objects. >> >> Signed-off-by: Sinan Kaya >> --- >> drivers/of/irq.c | 1 + >> 1 file changed, 1 insertion(+) > > Acked-by: Rob Herring > -- > To unsubscribe from this list: send the line "unsubscribe dmaengine" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Thanks Rob -- Sinan Kaya Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752018AbcGSVkL (ORCPT ); Tue, 19 Jul 2016 17:40:11 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:53486 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751720AbcGSVkG (ORCPT ); Tue, 19 Jul 2016 17:40:06 -0400 Subject: Re: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules To: Rob Herring References: <1468867177-15007-1-git-send-email-okaya@codeaurora.org> <1468867177-15007-4-git-send-email-okaya@codeaurora.org> Cc: dmaengine@vger.kernel.org, Timur Tabi , "devicetree@vger.kernel.org" , Christopher Covington , Vinod Koul , "jcm@redhat.com" , Eric Auger , Andy Gross , Arnd Bergmann , linux-arm-msm , "linux-arm-kernel@lists.infradead.org" , Frank Rowand , "linux-kernel@vger.kernel.org" From: Sinan Kaya Message-ID: <0fcc2c31-bd94-4a64-0456-9a35b692d2d8@codeaurora.org> Date: Tue, 19 Jul 2016 17:40:02 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/18/2016 5:24 PM, Rob Herring wrote: > On Mon, Jul 18, 2016 at 1:39 PM, Sinan Kaya wrote: >> The of_msi_configure routine is only accessible by the built-in >> kernel drivers. Export this function so that modules can use it >> too. >> >> This function is useful for configuring MSI on child device tree >> nodes on hierarchical objects. >> >> Signed-off-by: Sinan Kaya >> --- >> drivers/of/irq.c | 1 + >> 1 file changed, 1 insertion(+) > > Acked-by: Rob Herring > -- > To unsubscribe from this list: send the line "unsubscribe dmaengine" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Thanks Rob -- Sinan Kaya Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. From mboxrd@z Thu Jan 1 00:00:00 1970 From: okaya@codeaurora.org (Sinan Kaya) Date: Tue, 19 Jul 2016 17:40:02 -0400 Subject: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules In-Reply-To: References: <1468867177-15007-1-git-send-email-okaya@codeaurora.org> <1468867177-15007-4-git-send-email-okaya@codeaurora.org> Message-ID: <0fcc2c31-bd94-4a64-0456-9a35b692d2d8@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 7/18/2016 5:24 PM, Rob Herring wrote: > On Mon, Jul 18, 2016 at 1:39 PM, Sinan Kaya wrote: >> The of_msi_configure routine is only accessible by the built-in >> kernel drivers. Export this function so that modules can use it >> too. >> >> This function is useful for configuring MSI on child device tree >> nodes on hierarchical objects. >> >> Signed-off-by: Sinan Kaya >> --- >> drivers/of/irq.c | 1 + >> 1 file changed, 1 insertion(+) > > Acked-by: Rob Herring > -- > To unsubscribe from this list: send the line "unsubscribe dmaengine" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Thanks Rob -- Sinan Kaya Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.