From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Subject: [PATCH 0/3] pci: remove msi_controller registration API Date: Thu, 1 Sep 2016 17:38:01 +0200 Message-ID: <1472744284-18305-1-git-send-email-thomas.petazzoni@free-electrons.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bjorn Helgaas , linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Marc Zyngier , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Nadav Haklai , Shadi Ammouri , Marcin Wojtas , Victor Gu , Thomas Petazzoni List-Id: devicetree@vger.kernel.org Hello, This small patch series aims at removing the small msi_controller registration API implemented in drivers/of/of_pci.c. In order to do so, it moves the last two users of this API to the generic MSI support: - The pci-aardvark driver is moved to use the generic MSI support. This driver is both the provider of the MSI capability and the consumer of this capability. - The pci-mvebu driver is cleaned up from using the msi_controller registration API. This driver is only consuming MSI capabilies from another driver (irq-armada-370-xp) which was migrated to the generic MSI support some time ago. Therefore, this patch is simply removing dead code. Finally, the last commit removed the now unused API. Thanks, Thomas Thomas Petazzoni (3): pci: pci-aardvark: move to MSI handling using generic MSI support pci: pci-mvebu: remove useless MSI enabling code of: pci: remove unused MSI controller helpers drivers/of/of_pci.c | 45 ----------- drivers/pci/host/pci-aardvark.c | 172 ++++++++++++++++------------------------ drivers/pci/host/pci-mvebu.c | 17 ---- include/linux/of_pci.h | 11 --- 4 files changed, 67 insertions(+), 178 deletions(-) -- 2.7.4 -- 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 down.free-electrons.com ([37.187.137.238]:49745 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754972AbcIAPiR (ORCPT ); Thu, 1 Sep 2016 11:38:17 -0400 From: Thomas Petazzoni To: Bjorn Helgaas , linux-pci@vger.kernel.org, Marc Zyngier , devicetree@vger.kernel.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , linux-arm-kernel@lists.infradead.org, Nadav Haklai , Shadi Ammouri , Marcin Wojtas , Victor Gu , Thomas Petazzoni Subject: [PATCH 0/3] pci: remove msi_controller registration API Date: Thu, 1 Sep 2016 17:38:01 +0200 Message-Id: <1472744284-18305-1-git-send-email-thomas.petazzoni@free-electrons.com> Sender: linux-pci-owner@vger.kernel.org List-ID: Hello, This small patch series aims at removing the small msi_controller registration API implemented in drivers/of/of_pci.c. In order to do so, it moves the last two users of this API to the generic MSI support: - The pci-aardvark driver is moved to use the generic MSI support. This driver is both the provider of the MSI capability and the consumer of this capability. - The pci-mvebu driver is cleaned up from using the msi_controller registration API. This driver is only consuming MSI capabilies from another driver (irq-armada-370-xp) which was migrated to the generic MSI support some time ago. Therefore, this patch is simply removing dead code. Finally, the last commit removed the now unused API. Thanks, Thomas Thomas Petazzoni (3): pci: pci-aardvark: move to MSI handling using generic MSI support pci: pci-mvebu: remove useless MSI enabling code of: pci: remove unused MSI controller helpers drivers/of/of_pci.c | 45 ----------- drivers/pci/host/pci-aardvark.c | 172 ++++++++++++++++------------------------ drivers/pci/host/pci-mvebu.c | 17 ---- include/linux/of_pci.h | 11 --- 4 files changed, 67 insertions(+), 178 deletions(-) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni) Date: Thu, 1 Sep 2016 17:38:01 +0200 Subject: [PATCH 0/3] pci: remove msi_controller registration API Message-ID: <1472744284-18305-1-git-send-email-thomas.petazzoni@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello, This small patch series aims at removing the small msi_controller registration API implemented in drivers/of/of_pci.c. In order to do so, it moves the last two users of this API to the generic MSI support: - The pci-aardvark driver is moved to use the generic MSI support. This driver is both the provider of the MSI capability and the consumer of this capability. - The pci-mvebu driver is cleaned up from using the msi_controller registration API. This driver is only consuming MSI capabilies from another driver (irq-armada-370-xp) which was migrated to the generic MSI support some time ago. Therefore, this patch is simply removing dead code. Finally, the last commit removed the now unused API. Thanks, Thomas Thomas Petazzoni (3): pci: pci-aardvark: move to MSI handling using generic MSI support pci: pci-mvebu: remove useless MSI enabling code of: pci: remove unused MSI controller helpers drivers/of/of_pci.c | 45 ----------- drivers/pci/host/pci-aardvark.c | 172 ++++++++++++++++------------------------ drivers/pci/host/pci-mvebu.c | 17 ---- include/linux/of_pci.h | 11 --- 4 files changed, 67 insertions(+), 178 deletions(-) -- 2.7.4