linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-18 18:23:28 to 2017-12-21 16:47:28 UTC [more...]

[PATCH v6 00/18] dwc MSI fixes, ARTPEC-6 EP mode support, ARTPEC-7 SoC support
 2017-12-21 16:47 UTC  (36+ messages)
` [PATCH v6 01/18] PCI: dwc: Use the DMA-API to get the MSI address
` [PATCH v6 02/18] PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bits
` [PATCH v6 03/18] PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writable
` [PATCH v6 04/18] PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_init
` [PATCH v6 05/18] PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()
` [PATCH v6 06/18] PCI: designware-ep: Add generic function for raising MSI irq
` [PATCH v6 07/18] PCI: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep mode
` [PATCH v6 08/18] PCI: dwc: dra7xx: Assign pp->ops in dra7xx_add_pcie_port() rather than in probe
` [PATCH v6 09/18] PCI: dwc: dra7xx: Help compiler to remove unused code
` [PATCH v6 10/18] PCI: dwc: artpec6: Remove unused defines
` [PATCH v6 11/18] PCI: dwc: artpec6: Use BIT and GENMASK macros
` [PATCH v6 12/18] PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functions
` [PATCH v6 13/18] bindings: PCI: artpec: Add support for endpoint mode
` [PATCH v6 14/18] PCI: dwc: artpec6: "
` [PATCH v6 15/18] PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argument
` [PATCH v6 16/18] PCI: dwc: artpec6: Deassert the core before waiting for PHY
` [PATCH v6 17/18] bindings: PCI: artpec: Add support for the ARTPEC-7 SoC
` [PATCH v6 18/18] PCI: dwc: artpec6: "

[PATCH] PCI: dwc: designware: don't sleep in atomic context
 2017-12-21 16:39 UTC  (2+ messages)

[PATCH] PCI: designware: move dw_pcie_iatu_unroll_enabled to pcie-designware.c
 2017-12-21 16:34 UTC  (2+ messages)

[PATCH] PCI: exynos: remove redundant code in exynos_pcie_establish_link
 2017-12-21 16:31 UTC  (3+ messages)

[RFC 1/2] pci: dwc: pci-exynos: modify the Kconfig dependency
 2017-12-21 16:27 UTC  (5+ messages)
    ` [RFC 2/2] pci: dwc: pci-exynos: add the codes to support the exynos5433
    ` [RFC 2/2] pci: dwc: pci-exynos: add the coedes "

[PATCH 0/7] ARM: dts: dra7: Enable x2 lane mode support
 2017-12-21 15:13 UTC  (9+ messages)
` [PATCH 1/7] ARM: dts: dra7: Add properties to enable PCIe x2 lane mode
` [PATCH 2/7] ARM: dts: DRA74x: Use PCIe compatible specific to dra74
` [PATCH 3/7] ARM: dts: DRA72x: Use PCIe compatible specific to dra72
` [PATCH 4/7] ARM: dts: dra76-evm: Enable x2 PCIe lanes
` [PATCH 5/7] ARM: dts: dra7: Remove deprecated PCI compatible string
` [PATCH 6/7] ARM: omap2plus_defconfig: Enable CONFIG_PCI_DRA7XX (Host & Device modes)
` [PATCH 7/7] ARM: multi_v7_defconfig: "

[PATCH 1/4] PCI/AER: Return approrpiate value when AER is not supported
 2017-12-21 14:59 UTC  (9+ messages)
` [PATCH 2/4] PCI/AER: Provide API for getting AER information
` [PATCH 3/4] PCI/DPC: Enable DPC in conjuction with AER
` [PATCH 4/4] PCI/DPC: Print AER status in DPC event handling

Re-activate task to add MSI-X to pcie-designware
 2017-12-21 14:08 UTC  (6+ messages)

[PATCH V3 00/12] Enable Tegra root port features and apply SW fixups
 2017-12-21 19:48 UTC  (7+ messages)
` [PATCH V3 02/12] PCI: tegra: Move REFCLK pad settings out of phy_power_on()
` [PATCH V3 03/12] PCI: tegra: Retrain link for Gen2 speed

[PATCH v3 0/2] PCI: mediatek: Fixups for the IRQ handle routine and MT7622's class code
 2017-12-21 11:38 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: mediatek: Clear IRQ status after IRQ dispatched to avoid reentry
` [PATCH v3 2/2] PCI: mediatek: Fixup class type for MT7622

[PATCH V4 0/7] Add loadable kernel module and power management support
 2017-12-21 10:46 UTC  (5+ messages)
` [PATCH V4 3/7] PCI: tegra: Remove PCI_REASSIGN_ALL_BUS flag for Tegra PCIe

[PATCH v4] PCI: tegra: Refactor configuration space mapping code
 2017-12-21 10:01 UTC  (2+ messages)

[PATCH v2 0/2] PCI: mediatek: Fixups for the IRQ handle routine and MT7622's class code
 2017-12-21  7:01 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: mediatek: Clear IRQ status after IRQ dispatched to avoid reentry
` [PATCH v2 2/2] PCI: mediatek: Fixup class type for MT7622

[PATCH v1 0/7] SR-IOV Enablement on PowerVM
 2017-12-21  3:04 UTC  (15+ messages)
` [PATCH v1 2/7] powerpc/kernel: Add uevents in EEH error/resume
` [PATCH v1 3/7] platforms/pseries: Set eeh_pe of EEH_PE_VF type
` [PATCH v1 4/7] powerpc/kernel Add EEH operations to notify resume
` [PATCH v1 7/7] pseries/setup: Add Initialization of VF Bars

[PATCH v1 0/7] SR-IOV Enablement on PowerVM
 2017-12-21  3:04 UTC  (13+ messages)
` [PATCH v2 1/7] platform/pseries: Update VF config space after EEH
` [PATCH v2 2/7] powerpc/kernel: Add uevents in EEH error/resume
` [PATCH v2 3/7] platforms/pseries: Set eeh_pe of EEH_PE_VF type
` [PATCH v2 4/7] powerpc/kernel Add EEH operations to notify resume
` [PATCH v2 5/7] powerpc/kernel: Add EEH notify resume sysfs
` [PATCH v2 6/7] pseries/pci: Associate PEs to VFs in configure SR-IOV
` [PATCH v2 7/7] pseries/setup: Add Initialization of VF Bars

PROBLEM: 4.15.0-rc3 APIC causes lockups on Core 2 Duo laptop
 2017-12-21  2:23 UTC  (6+ messages)

[PATCH] PCI: Mediatek: clear irq status after irq dispathed to avoid reentry
 2017-12-21  1:37 UTC  (4+ messages)

[PATCH 0/2] ti-pipe3: PCIe x2 lane mode configuration in dra72
 2017-12-20 20:55 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: ti-pipe3: Add dt binding to use USB3 PHY for PCIe
` [PATCH 2/2] phy: ti-pipe3: configure usb3 phy to be used as pcie phy

[PATCH 0/4] PCI: tegra: Configuration space mapping cleanups and fixes
 2017-12-20 20:39 UTC  (3+ messages)

[RFC PATCH v2 0/3] PCI: rockchip: Move PCIE_WAKE handling into rockchip pcie driver
 2017-12-20 19:19 UTC  (9+ messages)
` [RFC PATCH v2 1/3] PCI: rockchip: Add support for pcie wake irq

[GIT PULL] Power management fixes for v4.15-rc5
 2017-12-20 19:06 UTC 

[PATCH v2 0/3] PCI: dra7xx: Support PCIe x2 lane mode
 2017-12-20 18:57 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: dra7xx: Add SoC specific compatible strings
` [PATCH v2 2/3] dt-bindings: PCI: dra7xx: Add properties to enable x2 lane in dra7
` [PATCH v2 3/3] PCI: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72x

[PATCH v5 2/3] PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver
 2017-12-20 17:03 UTC  (2+ messages)

[PATCH] PCI: xgene: Fix the error return code
 2017-12-20 12:14 UTC  (2+ messages)

[PATCH] pci: dwc: pci-dra7xx: Make shutdown handler static
 2017-12-20 11:59 UTC  (6+ messages)

[PATCH V1 0/1] Fix kernel panic caused by device ID duplication presented to the IOMMU
 2017-12-20 10:28 UTC  (6+ messages)
` [PATCH V1 1/1] iommu: Make sure device's ID array elements are unique

[PATCH 0/4] pci-dra7xx: Fix legacy IRQ handling and errata handling
 2017-12-20  4:15 UTC  (4+ messages)
` [PATCH 1/4] pci: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode

[PATCH] lspci: Decode "VGA 16-bit decode" in bridge control register
 2017-12-19 23:57 UTC  (3+ messages)

[PATCH v5 00/18] dwc MSI fixes, ARTPEC-6 EP mode support, ARTPEC-7 SoC support
 2017-12-19 23:55 UTC  (18+ messages)
` [PATCH v5 01/18] PCI: dwc: Use the DMA-API to get the MSI address
` [PATCH v5 15/18] PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argument

[PATCH v2 0/9] PCI: Add support to the Cadence PCIe controller
 2017-12-19 23:29 UTC  (7+ messages)
` [PATCH v2 2/9] PCI: OF: Add generic function to parse and allocate PCI resources
` [PATCH v2 5/9] dt-bindings: PCI: cadence: Add DT bindings for Cadence PCIe host controller
` [PATCH v2 8/9] dt-bindings: PCI: cadence: Add DT bindings for Cadence PCIe endpoint controller
` [PATCH v2 9/9] PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controller

[PATCH] PCI: dwc: Use {upper,lower}_32_bits() macros for clarity
 2017-12-19 20:16 UTC  (3+ messages)

[PATCH] PCI: designware: add a check of msi_desc in irqchip
 2017-12-19 16:20 UTC  (6+ messages)

[PATCH V4 00/26] PCI: deprecate pci_get_bus_and_slot()
 2017-12-19 14:53 UTC  (38+ messages)
` [PATCH V4 01/26] alpha/PCI: "
` [PATCH V4 02/26] powerpc/PCI: "
` [PATCH V4 03/26] x86/PCI: "
` [PATCH V4 04/26] ata: "
` [PATCH V4 05/26] agp: nvidia: "
` [PATCH V4 06/26] edd: "
` [PATCH V4 07/26] ibft: "
` [PATCH V4 08/26] drm/gma500: "
` [PATCH V4 09/26] drm/nouveau: "
` [PATCH V4 10/26] Drivers: ide: "
` [PATCH V4 11/26] iommu/amd: "
` [PATCH V4 12/26] powerpc/powermac: "
` [PATCH V4 13/26] bnx2x: "
` [PATCH V4 14/26] pch_gbe: "
` [PATCH V4 15/26] PCI: cpqhp: "
` [PATCH V4 16/26] PCI: ibmphp: "
` [PATCH V4 17/26] PCI/quirks: "
` [PATCH V4 18/26] PCI/syscall: "
` [PATCH V4 19/26] xen: "
` [PATCH V4 20/26] openprom: "
` [PATCH V4 21/26] backlight: "
` [PATCH V4 22/26] video: fbdev: intelfb: "
` [PATCH V4 23/26] video: fbdev: nvidia: "
` [PATCH V4 24/26] video: fbdev: riva: "
` [PATCH V4 25/26] i7300_idle: remove unused file
` [PATCH V4 26/26] PCI: Remove pci_get_bus_and_slot() function

[PATCH 0/2] PCI: rcar: Misc error path fixes
 2017-12-19 11:40 UTC  (3+ messages)
` [PATCH 2/2] PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures

[PATCH v2] PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
 2017-12-19 11:38 UTC  (2+ messages)

[PATCH] PCI: Add #defines for Completion Timeout Disable feature
 2017-12-19 11:24 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Use EPC's device in dma_alloc_coherent/dma_free_coherent
 2017-12-19  8:36 UTC 

[PATCH v6] mfd: Add support for RTS5250S power saving
 2017-12-19  8:15 UTC  (4+ messages)
  ` 答复: "
      ` 答复: "

[PATCH 0/2] PCI: Add and use pci_<level>: dev_<level> equivalents
 2017-12-19  1:16 UTC  (3+ messages)
` [PATCH 1/2] PCI: Create minor pci_dev log wrapper functions
` [PATCH 2/2] PCI: Replace calls from dev_<level> to pci_<level>

[PATCH] qed: Remove unused QED_RDMA_DEV_CAP_* symbols and dev->dev_caps
 2017-12-18 20:25 UTC  (3+ messages)

[PATCH] cxgb4: Simplify PCIe Completion Timeout setting
 2017-12-18 20:13 UTC  (2+ messages)

[PATCH v16 0/4] Replace PCI pool by DMA pool API
 2017-12-18 20:07 UTC  (5+ messages)
` [PATCH v16 2/4] net: e100: Replace PCI pool old API
` [PATCH v16 3/4] hinic: "


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