From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules Date: Mon, 18 Jul 2016 16:24:21 -0500 Message-ID: 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 Return-path: In-Reply-To: <1468867177-15007-4-git-send-email-okaya-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sinan Kaya Cc: dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Timur Tabi , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Christopher Covington , Vinod Koul , "jcm-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org" , Eric Auger , Andy Gross , Arnd Bergmann , linux-arm-msm , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Frank Rowand , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-arm-msm@vger.kernel.org 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 devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751988AbcGRVYr (ORCPT ); Mon, 18 Jul 2016 17:24:47 -0400 Received: from mail.kernel.org ([198.145.29.136]:37564 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751603AbcGRVYn (ORCPT ); Mon, 18 Jul 2016 17:24:43 -0400 MIME-Version: 1.0 In-Reply-To: <1468867177-15007-4-git-send-email-okaya@codeaurora.org> References: <1468867177-15007-1-git-send-email-okaya@codeaurora.org> <1468867177-15007-4-git-send-email-okaya@codeaurora.org> From: Rob Herring Date: Mon, 18 Jul 2016 16:24:21 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules To: Sinan Kaya 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" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh+dt@kernel.org (Rob Herring) Date: Mon, 18 Jul 2016 16:24:21 -0500 Subject: [PATCH 03/10] of: irq: make of_msi_configure accessible from modules In-Reply-To: <1468867177-15007-4-git-send-email-okaya@codeaurora.org> References: <1468867177-15007-1-git-send-email-okaya@codeaurora.org> <1468867177-15007-4-git-send-email-okaya@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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