* Changes for v3.8 merge window
@ 2012-11-15 3:54 Bjorn Helgaas
0 siblings, 0 replies; only message in thread
From: Bjorn Helgaas @ 2012-11-15 3:54 UTC (permalink / raw)
To: linux-pci
Below are the patches currently in my "next" branch, planned for release in
v3.8. If I'm missing something important, let me know.
next-20121115 will be the last linux-next release until next-20121126,
which will probably be just after -rc7. That means we won't have much
chance for integration testing of patches I merge between now and the merge
window, so I probably won't merge major pieces.
I've been busy with other work this cycle, so I haven't been able to review
and merge as much as I'd hoped. I'll start putting things on branches
destined for v3.9. After the v3.8 merge window closes, I will rebase these
branches and fold them into my "next" branch for v3.9.
Andrew Cooks (1):
PCI: Add GPL license for drivers/pci/ioapic module
Bjorn Helgaas (11):
ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus
PCI/ACPI: Add _PRT interrupt routing info before enumerating devices
x86/PCI: Ignore _SEG on HP xw9300
Merge branch 'pci/misc' into next
Merge branch 'pci/yinghai-for-pci-root-bus-hotplug' into next
Merge branch 'pci/taku-prt-cleanup' into next
Merge branch 'pci/mike-x86-tra' into next
PCI: Use spec names for SR-IOV capability fields
PCI: Remove useless "!dev" tests
Merge branch 'pci/don-sriov' into next
Merge branch 'pci/misc' into next
Dave Airlie (1):
PCI: Don't touch card regs after runtime suspend D3
Donald Dutile (2):
PCI: SRIOV control and status via sysfs
PCI: Provide method to reduce the number of total VFs supported
Huang Ying (2):
PCI/PM: Add comments for PME poll support for PCIe
PCI/ACPI: Notify PCI devices when their power resource is turned on
Ian Abbott (2):
PCI: Add workaround for PLX PCI 9050 BAR alignment erratum
PCI: Add PLX PCI 9050 workaround for some Meilhaus DAQ cards
Jingoo Han (1):
PCI: Fix bit definitions of PCI_EXP_LNKCAP2 register
Joe Perches (1):
PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Mike Yoknis (1):
x86/PCI: Allow x86 platforms to use translation offsets
Taku Izumi (2):
PCI: Don't pass pci_dev to pci_ext_cfg_avail()
PCI/ACPI: Request _OSC control before scanning PCI root bus
Yinghai Lu (10):
PCI: Separate out pci_assign_unassigned_bus_resources()
PCI: Move pci_rescan_bus() back to probe.c
PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res
PCI/ACPI: Assign unassigned resource for hot-added root bus
PCI: Add pci_stop_and_remove_root_bus()
PCI/ACPI: Make acpi_pci_root_remove() stop/remove pci root bus
PCI/ACPI: Delete host bridge _PRT during hot remove path
PCI/ACPI: Remove acpi_root_driver in reverse order
PCI: Add pci_device_type to pdev's device struct
PCI: Use is_visible() with boot_vga attribute for pci_dev
arch/x86/pci/acpi.c | 46 +++++++++--
arch/x86/pci/common.c | 2 +-
drivers/acpi/pci_bind.c | 12 +--
drivers/acpi/pci_irq.c | 17 ++---
drivers/acpi/pci_root.c | 165 +++++++++++++++++++++++-----------------
drivers/pci/ioapic.c | 2 +
drivers/pci/iov.c | 87 ++++++++++++++++-----
drivers/pci/irq.c | 10 +--
drivers/pci/pci-driver.c | 6 +-
drivers/pci/pci-stub.c | 2 +-
drivers/pci/pci-sysfs.c | 172 +++++++++++++++++++++++++++++++++++++++---
drivers/pci/pci.c | 33 +++++---
drivers/pci/pci.h | 8 +-
drivers/pci/pcie/aspm.c | 7 +-
drivers/pci/probe.c | 23 ++++++
drivers/pci/quirks.c | 39 ++++++++++
drivers/pci/remove.c | 36 +++++++++
drivers/pci/setup-bus.c | 22 +-----
include/acpi/acpi_drivers.h | 4 +-
include/linux/pci.h | 16 +++-
include/uapi/linux/pci_regs.h | 6 +-
21 files changed, 538 insertions(+), 177 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-15 3:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 3:54 Changes for v3.8 merge window Bjorn Helgaas
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).