From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:37808 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932306AbdAIUho (ORCPT ); Mon, 9 Jan 2017 15:37:44 -0500 From: Christoph Hellwig To: linux-pci@vger.kernel.org Cc: Mauro Carvalho Chehab , netdev@vger.kernel.org, linux-media@vger.kernel.org Subject: kill off pci_enable_msi_{exact,range} Date: Mon, 9 Jan 2017 21:37:37 +0100 Message-Id: <1483994260-19797-1-git-send-email-hch@lst.de> Sender: linux-pci-owner@vger.kernel.org List-ID: I had hope that we could kill these old interfaces of for 4.10-rc, but as of today Linus tree still has two users: (1) the cobalt media driver, for which I sent a patch long time ago, it got missed in the merge window. (2) the new xgbe driver was merged in 4.10-rc but used the old interfaces anyway This series resend the patch for (1) and adds a new one for (2), as well as having the final removal patch behind it. Maybe we should just queue up all three together in the PCI tree for 4.11?