linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] PCI: double remove fixing and allocate 64bit mmio pref
@ 2013-11-20  1:51 Yinghai Lu
  2013-11-20  1:51 ` [PATCH 1/6] PCI: move back pci_proc_attach_devices calling Yinghai Lu
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Yinghai Lu @ 2013-11-20  1:51 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Gu Zheng, Guo Chao, linux-pci, Yinghai Lu

First 3 are for Gu Zheng <guz.fnst@cn.fujitsu.com> to help double pci
device removing via sysfs.

Second 3 are about mmio 64 allocation that could help Guo Chao <yan@linux.vnet.ibm.com> on powerpc mmio allocation.
It will try to assign 64 bit resource above 4g at first.

I extracted them from big piles of pci related...

Could be found:
        git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-yinghai.git for-pci-3.14

And it is based on current pci/for-linus, and should be applied without
problem on 3.13-rc1 after linus pull pci/for-linus.

Thanks

Yinghai

Yinghai Lu (6):
  PCI: move back pci_proc_attach_devices calling
  PCI: move resources and bus_list releasing to pci_release_dev
  PCI: Destroy pci dev only once
  PCI: pcibus address to resource converting take bus directly
  PCI: Add pcibios_bus_addr_to_res()
  PCI: Try to allocate mem64 above 4G at first

 arch/x86/include/asm/pci.h |  1 -
 drivers/pci/bus.c          | 43 +++++++++++++++++++++++++++++++++--------
 drivers/pci/host-bridge.c  | 48 +++++++++++++++++++++++++++++++++-------------
 drivers/pci/pci.h          |  2 ++
 drivers/pci/probe.c        | 23 ++++++++++++++++++----
 drivers/pci/remove.c       | 24 ++++-------------------
 include/linux/pci.h        | 10 ++++++----
 7 files changed, 101 insertions(+), 50 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2013-11-22  7:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20  1:51 [PATCH 0/6] PCI: double remove fixing and allocate 64bit mmio pref Yinghai Lu
2013-11-20  1:51 ` [PATCH 1/6] PCI: move back pci_proc_attach_devices calling Yinghai Lu
2013-11-20  1:51 ` [PATCH 2/6] PCI: move resources and bus_list releasing to pci_release_dev Yinghai Lu
2013-11-20  1:51 ` [PATCH 3/6] PCI: Destroy pci dev only once Yinghai Lu
2013-11-20  1:51 ` [PATCH 4/6] PCI: pcibus address to resource converting take bus directly Yinghai Lu
2013-11-20  1:51 ` [PATCH 5/6] PCI: Add pcibios_bus_addr_to_res() Yinghai Lu
2013-11-20  1:51 ` [PATCH 6/6] PCI: Try to allocate mem64 above 4G at first Yinghai Lu
2013-11-21 10:30   ` Guo Chao
2013-11-21 20:18     ` Yinghai Lu
2013-11-21 21:05       ` Linus Torvalds
2013-11-21 21:34         ` Yinghai Lu
2013-11-21 21:42           ` Linus Torvalds
2013-11-22  6:11             ` Yinghai Lu
2013-11-22  7:08               ` Guo Chao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).