All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove dead code
@ 2014-01-30 19:20 Bjorn Helgaas
  2014-01-30 19:20 ` [PATCH 1/2] PCI: Remove unused MMIO exclusivity support Bjorn Helgaas
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bjorn Helgaas @ 2014-01-30 19:20 UTC (permalink / raw)
  To: linux-pci; +Cc: e1000-devel, Stephen Hemminger, Arjan van de Ven, linux-kernel

This is a rework of part of Stephen's patch [1].

This removes the MMIO exclusivity support that was added as part of an
e1000e bug hunt.

The e1000e driver still uses pci_request_selected_regions_exclusive(), but
there are no callers of pci_request_region_exclusive() and
pci_request_regions_exclusive().  I thought it was cleaner to remove the
whole thing than to leave parts of it in place.  But I could easily be
convinced to leave part or all of this in place if people think it's still
useful.

It also removes SR-IOV migration support, which is completely unused, as
far as I can tell.

[1] http://lkml.kernel.org/r/20131227132710.7190647c@nehalam.linuxnetplumber.net

---

Bjorn Helgaas (2):
      PCI: Remove unused MMIO exclusivity support
      PCI: Remove unused SR-IOV VF Migration support


 Documentation/PCI/pci-iov-howto.txt        |    4 -
 Documentation/kernel-parameters.txt        |    4 -
 arch/x86/mm/init.c                         |    2 
 drivers/net/ethernet/intel/e1000e/netdev.c |    3 -
 drivers/pci/iov.c                          |  119 ----------------------------
 drivers/pci/pci-sysfs.c                    |    3 -
 drivers/pci/pci.c                          |  112 +++-----------------------
 drivers/pci/pci.h                          |    4 -
 include/linux/ioport.h                     |    5 -
 include/linux/pci.h                        |    7 --
 kernel/resource.c                          |   54 -------------
 11 files changed, 14 insertions(+), 303 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-02-14 21:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30 19:20 [PATCH 0/2] Remove dead code Bjorn Helgaas
2014-01-30 19:20 ` [PATCH 1/2] PCI: Remove unused MMIO exclusivity support Bjorn Helgaas
2014-02-14 21:00   ` Bjorn Helgaas
2014-01-30 19:20 ` [PATCH 2/2] PCI: Remove unused SR-IOV VF Migration support Bjorn Helgaas
2014-01-31  9:10 ` [E1000-devel] [PATCH 0/2] Remove dead code Brown, Aaron F
2014-01-31  9:10   ` Brown, Aaron F
2014-01-31 17:59   ` Bjorn Helgaas
2014-01-31 17:59     ` Bjorn Helgaas
2014-01-31 19:20     ` Brown, Aaron F
2014-01-31 19:20       ` Brown, Aaron F

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.