From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 3/3] of: pci: remove unused MSI controller helpers Date: Thu, 8 Sep 2016 08:45:35 -0500 Message-ID: References: <1472744284-18305-1-git-send-email-thomas.petazzoni@free-electrons.com> <1472744284-18305-4-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1472744284-18305-4-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thomas Petazzoni Cc: Bjorn Helgaas , "linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Marc Zyngier , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Nadav Haklai , Shadi Ammouri , Marcin Wojtas , Victor Gu List-Id: devicetree@vger.kernel.org On Thu, Sep 1, 2016 at 10:38 AM, Thomas Petazzoni wrote: > All the users of the small MSI controller API have been migrated to use > the generic MSI infrastructure instead. We no longer need a global > chained list of msi_controller. Instead, MSI controllers are now > represented as irq domains attached to OF nodes, and the resolution > between a device requesting an MSI and the corresponding MSI controller > is done by the generic interrupt resolution logic. > > Therefore, this API is now completely useless, and can be removed from > the kernel. > > Signed-off-by: Thomas Petazzoni > --- > drivers/of/of_pci.c | 45 --------------------------------------------- > include/linux/of_pci.h | 11 ----------- > 2 files changed, 56 deletions(-) This is to both Bjorn and me, but I'm assuming you want Bjorn to take the series. Acked-by: Rob Herring Rob -- 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: from mail.kernel.org ([198.145.29.136]:46008 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756863AbcIHNqB (ORCPT ); Thu, 8 Sep 2016 09:46:01 -0400 MIME-Version: 1.0 In-Reply-To: <1472744284-18305-4-git-send-email-thomas.petazzoni@free-electrons.com> References: <1472744284-18305-1-git-send-email-thomas.petazzoni@free-electrons.com> <1472744284-18305-4-git-send-email-thomas.petazzoni@free-electrons.com> From: Rob Herring Date: Thu, 8 Sep 2016 08:45:35 -0500 Message-ID: Subject: Re: [PATCH 3/3] of: pci: remove unused MSI controller helpers To: Thomas Petazzoni Cc: Bjorn Helgaas , "linux-pci@vger.kernel.org" , Marc Zyngier , "devicetree@vger.kernel.org" , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , "linux-arm-kernel@lists.infradead.org" , Nadav Haklai , Shadi Ammouri , Marcin Wojtas , Victor Gu Content-Type: text/plain; charset=UTF-8 Sender: linux-pci-owner@vger.kernel.org List-ID: On Thu, Sep 1, 2016 at 10:38 AM, Thomas Petazzoni wrote: > All the users of the small MSI controller API have been migrated to use > the generic MSI infrastructure instead. We no longer need a global > chained list of msi_controller. Instead, MSI controllers are now > represented as irq domains attached to OF nodes, and the resolution > between a device requesting an MSI and the corresponding MSI controller > is done by the generic interrupt resolution logic. > > Therefore, this API is now completely useless, and can be removed from > the kernel. > > Signed-off-by: Thomas Petazzoni > --- > drivers/of/of_pci.c | 45 --------------------------------------------- > include/linux/of_pci.h | 11 ----------- > 2 files changed, 56 deletions(-) This is to both Bjorn and me, but I'm assuming you want Bjorn to take the series. Acked-by: Rob Herring Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh+dt@kernel.org (Rob Herring) Date: Thu, 8 Sep 2016 08:45:35 -0500 Subject: [PATCH 3/3] of: pci: remove unused MSI controller helpers In-Reply-To: <1472744284-18305-4-git-send-email-thomas.petazzoni@free-electrons.com> References: <1472744284-18305-1-git-send-email-thomas.petazzoni@free-electrons.com> <1472744284-18305-4-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Sep 1, 2016 at 10:38 AM, Thomas Petazzoni wrote: > All the users of the small MSI controller API have been migrated to use > the generic MSI infrastructure instead. We no longer need a global > chained list of msi_controller. Instead, MSI controllers are now > represented as irq domains attached to OF nodes, and the resolution > between a device requesting an MSI and the corresponding MSI controller > is done by the generic interrupt resolution logic. > > Therefore, this API is now completely useless, and can be removed from > the kernel. > > Signed-off-by: Thomas Petazzoni > --- > drivers/of/of_pci.c | 45 --------------------------------------------- > include/linux/of_pci.h | 11 ----------- > 2 files changed, 56 deletions(-) This is to both Bjorn and me, but I'm assuming you want Bjorn to take the series. Acked-by: Rob Herring Rob