linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-08 06:44:30 to 2013-04-12 22:44:42 UTC [more...]

[PATCH v4 00/29] PCI: Add for_each_pci_resource and addon_res support
 2013-04-12 22:44 UTC  (20+ messages)
` [PATCH v4 01/29] PCI: Clean up quirk_io_region
` [PATCH v4 03/29] PCI: Update pci_resource_start etc to use pci_dev_resource_n()
` [PATCH v4 04/29] PCI: Add pci_dev_resource_idx() helper
` [PATCH v4 05/29] PCI: Add is_pci_*_resource_idx() helpers
` [PATCH v4 09/29] PCI: Use for_each_pci_resource() with IOV releated functions
` [PATCH v4 10/29] PCI, acpiphp: Use for_each_pci_resource() helper
` [PATCH v4 11/29] PCI, pciehp: "
` [PATCH v4 12/29] PCI: Use for_each_pci_resource() in pci_enable_dev
` [PATCH v4 14/29] PCI: Use for_each_pci_resource() with pci bar reassign funcs
` [PATCH v4 17/29] PCI: Use for_each_pci_resource() in pci_dev_driver()
` [PATCH v4 18/29] PCI: Use for_each_pci_resource() in pci resource release
` [PATCH v4 19/29] PCI: Use for_each_pci_resource() in pci bases reading
` [PATCH v4 20/29] PCI, x86: Use for_each_pci_resource() with mrst
` [PATCH v4 22/29] PCI: Add addon_resource support for pci devices
` [PATCH v4 23/29] PCI: Treat addon res as std resources
` [PATCH v4 24/29] PCI: Add helpers to add addon_resource
` [PATCH v4 25/29] PCI: Update pci_resource_bar() to support addon_resource
` [PATCH v4 26/29] PCI: Assign/update resource to addon_res
` [PATCH v4 28/29] PCI: Make quirk_io_region to use addon_res

[PATCH v9 00/16] Get rid of the ACPI PCI subdriver mechanism
 2013-04-12 22:17 UTC  (18+ messages)
` [PATCH v9 01/16] PCI: do not check is_added flag in pci_remove_bus()
` [PATCH v9 02/16] pci: clean up usages of pci_bus->is_added
` [PATCH v9 03/16] PCI/acpiphp: use list_for_each_entry_safe() in acpiphp_sanitize_bus()
` [PATCH v9 04/16] PCI/acpiphp: don't rely on function 0 in disable_device()
` [PATCH v9 05/16] ACPI/acpiphp: replace local macros with standard ACPI macros
` [PATCH v9 06/16] PCI: introduce platform dependent hooks for creating/destroying PCI busses
` [PATCH v9 07/16] PCI, ACPI: prepare stub functions to handle ACPI PCI (hotplug) slots
` [PATCH v9 08/16] PCI, IA64: implement pcibios_{add|remove}_bus() hooks
` [PATCH v9 09/16] PCI, x86: "
` [PATCH v9 10/16] PCI, ACPI: handle PCI slot devices when creating/destroying PCI busses
` [PATCH v9 11/16] PCI/acpiphp: convert acpiphp as a builtin driver
` [PATCH v9 12/16] PCI/acpiphp: do not use ACPI PCI subdriver mechanism
` [PATCH v9 13/16] PCI/acpiphp: use normal list to simplify implementation
` [PATCH v9 14/16] PCI/acpiphp: protect acpiphp data structures from concurrent updating
` [PATCH v9 15/16] PCI/acpiphp: introduce a kernel option to disable the acpiphp driver
` [PATCH v9 16/16] PCI, ACPI: remove support of ACPI PCI subdrivers

Apparent bug in pci_platform_power_transition() [drivers/pci/pci.c]
 2013-04-12 22:12 UTC  (3+ messages)

[PATCHv2 5/5] ACPI / pcie: suppress compiler warning in portdrv_acpi.c
 2013-04-12 20:54 UTC  (2+ messages)

[PATCH 0/6] PCI warning cleanups
 2013-04-12 20:48 UTC  (7+ messages)
` [PATCH 1/6] PCI: Make local functions/structs static
` [PATCH 2/6] PCI: Remove unused variables
` [PATCH 3/6] PCI: Fix __must_check annotation on pci_create_sysfs_dev_files()
` [PATCH 4/6] PCI: Remove __must_check from definitions
` [PATCH 5/6] PCI: Warn about failures instead of "must_check" functions
` [PATCH 6/6] PCI: Remove "extern" from function declarations

[PATCH] pci: Remove unnecessary dependency between PME and ACPI
 2013-04-12 19:03 UTC  (5+ messages)

[PATCH 1/3] ARM: tegra: pcie: Add tegra3 support
 2013-04-12 18:29 UTC  (17+ messages)
` [PATCH 2/3] ARM: dts: tegra: Correct PCIe entry
` [PATCH 3/3] ARM: dts: tegra: Add PCIe entry for cardhu

[Question] Failed to access the BAR MMIO space of PCI device
 2013-04-12 15:28 UTC  (5+ messages)

[PATCH v8 00/13] Get rid of the ACPI PCI subdriver mechanism
 2013-04-12  1:04 UTC  (8+ messages)
` [PATCH v8 10/13] PCI/acpiphp: do not use "

[PATCHv8 00/19] PCIe support for the Armada 370 and Armada XP SoCs
 2013-04-12  0:48 UTC  (26+ messages)
` [PATCHv8 01/19] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC
` [PATCHv8 02/19] of/pci: Provide support for parsing PCI DT ranges property
` [PATCHv8 03/19] of/pci: mips: convert to common of_pci_range_parser
` [PATCHv8 04/19] of/pci: Add of_pci_get_devfn() function
` [PATCHv8 05/19] of/pci: Add of_pci_parse_bus_range() function
` [PATCHv8 06/19] pci: infrastructure to add drivers in drivers/pci/host
` [PATCHv8 07/19] arm: pci: add a align_resource hook
` [PATCHv8 08/19] clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
` [PATCHv8 09/19] clk: mvebu: add more PCIe clocks for Armada XP
` [PATCHv8 10/19] pci: PCIe driver for Marvell Armada 370/XP systems
` [PATCHv8 11/19] arm: mvebu: PCIe support is now available on mvebu
` [PATCHv8 12/19] arm: mvebu: add PCIe Device Tree informations for Armada 370
` [PATCHv8 13/19] arm: mvebu: add PCIe Device Tree informations for Armada XP
` [PATCHv8 14/19] arm: mvebu: PCIe Device Tree informations for OpenBlocks AX3-4
` [PATCHv8 15/19] arm: mvebu: PCIe Device Tree informations for Armada XP DB
` [PATCHv8 16/19] arm: mvebu: PCIe Device Tree informations for Armada 370 Mirabox
` [PATCHv8 17/19] arm: mvebu: PCIe Device Tree informations for Armada 370 DB
` [PATCHv8 18/19] arm: mvebu: PCIe Device Tree informations for Armada XP GP
` [PATCHv8 19/19] arm: mvebu: update defconfig with PCI and USB support

[PATCH repost for-3.9] pci: avoid work_on_cpu for nested SRIOV probes
 2013-04-11 21:52 UTC  (9+ messages)

[PATCH] pci_ids.h: add PCI_VENDOR_ID_AMCC
 2013-04-11 19:52 UTC  (2+ messages)

[PATCH 1/2] pci/of: remove weak annotation of pcibios_get_phb_of_node
 2013-04-11 17:39 UTC  (7+ messages)
` [PATCH 2/2] MIPS: implement pcibios_get_phb_of_node

PCI warning on boot 3.8.0-rc1
 2013-04-11 17:23 UTC  (10+ messages)

[PATCH v5 0/3] of/pci: Provide common support for PCI DT parsing
 2013-04-11 16:57 UTC  (12+ messages)
` [PATCH v5 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC
` [PATCH v5 2/3] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH v5 3/3] of/pci: mips: convert to common of_pci_range_parser

[PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing
 2013-04-11 16:55 UTC  (5+ messages)
` [PATCH v6 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC
` [PATCH v6 2/3] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH v6 3/3] of/pci: mips: convert to common of_pci_range_parser

[PATCH] module: add kset_obj_exists() and use it
 2013-04-11 15:39 UTC  (10+ messages)

[PATCH] pciehp: Add pciehp_surprise module option
 2013-04-11 13:40 UTC  (5+ messages)

[PATCH -v2] PCI/VFIO: use pcie_flags_reg instead of access PCI-E Capabilities Register
 2013-04-11 11:54 UTC  (2+ messages)

[PATCH v3 00/12] Rewrite Tegra PCIe driver
 2013-04-10 23:05 UTC  (8+ messages)
` [PATCH v3 07/12] PCI: tegra: Move PCIe driver to drivers/pci/host

[PATCH] PCI / PM: Make pci_pme_active() ignore devices without PME support
 2013-04-10 20:32 UTC 

FAILED: Patch Upstream: Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"
 2013-04-10 20:18 UTC  (2+ messages)

Question: ioremap of PCI resources
 2013-04-10 16:39 UTC 

[PATCH v3 00/27] PCI: Add for_each_pci_resource and addon_res support
 2013-04-10 16:12 UTC  (9+ messages)
` [PATCH v3 03/27] PCI: pci resource iterator
` [PATCH v3 26/27] PCI: Make quirk_io_region to use addon_res

[PATCH] powerpc/pci: fix PCI-e devices rescan issue on powerpc platform
 2013-04-10  9:08 UTC  (4+ messages)

[PATCHv7 00/17] PCIe support for the Armada 370 and Armada XP SoCs
 2013-04-10  8:09 UTC  (18+ messages)
` [PATCHv7 04/17] pci: infrastructure to add drivers in drivers/pci/host
` [PATCHv7 06/17] clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
` [PATCHv7 07/17] clk: mvebu: add more PCIe clocks for Armada XP
` [PATCHv7 08/17] pci: PCIe driver for Marvell Armada 370/XP systems

[PATCH] irq: add quirk for broken interrupt remapping on 55XX chipsets
 2013-04-09 10:08 UTC  (7+ messages)
` [PATCH v6] "

[RFCv1 00/11] MSI support for Marvell EBU PCIe driver
 2013-04-09  8:25 UTC  (9+ messages)
` [RFCv1 08/11] PCI: Introduce new MSI chip infrastructure
` [RFCv1 09/11] pci: mvebu: add MSI support

[PATCH 0/3] PCI: Handle device quirks when accessing sysfs resource<N> entries
 2013-04-08 18:40 UTC  (11+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] PCI, scsi, ahci: Unify usages of 0x1b4b vendor ID to use PCI_VENDOR_ID_MARVELL_EXT

[PATCH 1/2] pci: Set dev->dev.type in alloc_pci_dev
 2013-04-08 17:20 UTC  (2+ messages)

[PATCH v3] of/pci: Provide support for parsing PCI DT ranges property
 2013-04-08 16:58 UTC  (2+ messages)

[PATCH 1/6] of/pci: Provide support for parsing PCI DT ranges property
 2013-04-08 16:56 UTC  (4+ messages)
` [PATCH 6/6] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC

is L1 really disabled in iwlwifi
 2013-04-08 16:28 UTC  (11+ messages)

[PATCH 2/3] powerpc: Enable boot_vga sysfs attribute for graphics adapters on Power
 2013-04-08 13:07 UTC  (4+ messages)

[PATCH 2/2] powerpc: Set default VGA device
 2013-04-08 13:05 UTC 

[PATCH 3/3] powerpc: Set default VGA device
 2013-04-08  6:39 UTC  (4+ messages)


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).