Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/9] PCI: Remove use of CONFIG_HOTPLUG
@ 2012-11-21 20:34 Bill Pemberton
  2012-11-21 20:34 ` [PATCH 1/9] microblaze/PCI: Remove CONFIG_HOTPLUG ifdefs Bill Pemberton
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Bill Pemberton @ 2012-11-21 20:34 UTC (permalink / raw)
  To: gregkh; +Cc: linux-pci, Bjorn Helgaas

This is a respin of the patches to remove CONFIG_HOTPLUG for the PCI
subsystem.  The end result is the same as the patches in the big
patchset I sent out earlier this week but the changelog entries have
been changed to be consistent with the capitalization of PCI.  The
removal of the __dev* entries has also been squashed into a single
patch.

Bill Pemberton (9):
  microblaze/PCI: Remove CONFIG_HOTPLUG ifdefs
  mips/PCI: Remove CONFIG_HOTPLUG ifdefs
  powerpc/PCI: Remove CONFIG_HOTPLUG ifdefs
  sh/PCI: Remove CONFIG_HOTPLUG ifdefs
  unicore32/PCI: Remove CONFIG_HOTPLUG ifdefs
  PCI: Remove CONFIG_HOTPLUG ifdefs
  PCI: Move pci_uevent into pci-driver.c
  PCI: Always build setup-bus when PCI is enabled
  PCI: Remove __dev* markings

 arch/microblaze/pci/pci-common.c    |   4 --
 arch/mips/pci/pci.c                 |   2 -
 arch/powerpc/kernel/pci-common.c    |   4 --
 arch/powerpc/kernel/pci_64.c        |   4 --
 arch/sh/drivers/pci/pci.c           |   2 -
 arch/unicore32/kernel/pci.c         |   2 -
 drivers/pci/Makefile                |   7 +-
 drivers/pci/hotplug.c               |  37 ----------
 drivers/pci/hotplug/cpcihp_zt5550.c |   4 +-
 drivers/pci/ioapic.c                |   6 +-
 drivers/pci/pci-driver.c            |  42 +++++++----
 drivers/pci/pci-sysfs.c             |   7 --
 drivers/pci/pci.c                   |   4 +-
 drivers/pci/pci.h                   |   5 --
 drivers/pci/pcie/aer/aerdrv.c       |   4 +-
 drivers/pci/pcie/portdrv_pci.c      |   2 +-
 drivers/pci/probe.c                 |  20 +++---
 drivers/pci/quirks.c                | 134 ++++++++++++++++++------------------
 drivers/pci/xen-pcifront.c          |  10 +--
 include/linux/pci.h                 |   8 +--
 20 files changed, 125 insertions(+), 183 deletions(-)
 delete mode 100644 drivers/pci/hotplug.c

-- 
1.8.0


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

end of thread, other threads:[~2012-11-29  1:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 20:34 [PATCH 0/9] PCI: Remove use of CONFIG_HOTPLUG Bill Pemberton
2012-11-21 20:34 ` [PATCH 1/9] microblaze/PCI: Remove CONFIG_HOTPLUG ifdefs Bill Pemberton
2012-11-21 20:34 ` [PATCH 2/9] mips/PCI: " Bill Pemberton
2012-11-21 20:34 ` [PATCH 3/9] powerpc/PCI: " Bill Pemberton
2012-11-21 20:34 ` [PATCH 4/9] sh/PCI: " Bill Pemberton
2012-11-21 20:34 ` [PATCH 5/9] unicore32/PCI: " Bill Pemberton
2012-11-29  2:02   ` guanxuetao
2012-11-21 20:34 ` [PATCH 6/9] PCI: " Bill Pemberton
2012-11-21 20:34 ` [PATCH 7/9] PCI: Move pci_uevent into pci-driver.c Bill Pemberton
2012-11-21 20:34 ` [PATCH 8/9] PCI: Always build setup-bus when PCI is enabled Bill Pemberton
2012-11-21 20:35 ` [PATCH 9/9] PCI: Remove __dev* markings Bill Pemberton
2012-11-28 19:01 ` [PATCH 0/9] PCI: Remove use of CONFIG_HOTPLUG Greg KH
2012-11-28 20:04   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox