linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-15 13:32:04 to 2017-12-19 23:31:12 UTC [more...]

[PATCH v6 00/18] dwc MSI fixes, ARTPEC-6 EP mode support, ARTPEC-7 SoC support
 2017-12-19 23:29 UTC  (16+ 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 15/18] PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argument
` [PATCH v6 18/18] PCI: dwc: artpec6: Add support for the ARTPEC-7 SoC

[PATCH v2 0/9] PCI: Add support to the Cadence PCIe controller
 2017-12-19 23:29 UTC  (12+ messages)
` [PATCH v2 1/9] PCI: Regroup all PCI related entries into drivers/pci/Makefile
` [PATCH v2 2/9] PCI: OF: Add generic function to parse and allocate PCI resources
` [PATCH v2 3/9] PCI: Add generic function to probe PCI host controllers
` [PATCH v2 4/9] PCI: Add vendor ID for Cadence
` [PATCH v2 5/9] dt-bindings: PCI: cadence: Add DT bindings for Cadence PCIe host controller
` [PATCH v2 6/9] PCI: cadence: Add host driver for Cadence PCIe controller
` [PATCH v2 7/9] PCI: endpoint: Add the function number as argument to EPC ops
` [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 v5 00/18] dwc MSI fixes, ARTPEC-6 EP mode support, ARTPEC-7 SoC support
 2017-12-19 22:13 UTC  (17+ 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 1/4] PCI/AER: Return approrpiate value when AER is not supported
 2017-12-19 21:06 UTC  (4+ 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

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

[PATCH V1 0/1] Fix kernel panic caused by device ID duplication presented to the IOMMU
 2017-12-19 16:37 UTC  (4+ 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-19 16:24 UTC  (3+ messages)
` [PATCH 1/4] pci: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode

[PATCH] PCI: designware: add a check of msi_desc in irqchip
 2017-12-19 16:20 UTC  (7+ 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 V3 00/12] Enable Tegra root port features and apply SW fixups
 2017-12-19 12:40 UTC  (4+ messages)
` [PATCH V3 02/12] PCI: tegra: Move REFCLK pad settings out of phy_power_on()

[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 0/2] ti-pipe3: PCIe x2 lane mode configuration in dra72
 2017-12-19  9:45 UTC  (3+ 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/7] ARM: dts: dra7: Enable x2 lane mode support
 2017-12-19  9:31 UTC  (8+ 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 v2 0/3] PCI: dra7xx: Support PCIe x2 lane mode
 2017-12-19  8:58 UTC  (4+ 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 v2] PCI: endpoint: Use EPC's device in dma_alloc_coherent/dma_free_coherent
 2017-12-19  8:36 UTC 

PROBLEM: 4.15.0-rc3 APIC causes lockups on Core 2 Duo laptop
 2017-12-19  8:34 UTC 

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

[PATCH v1 0/7] SR-IOV Enablement on PowerVM
 2017-12-19  6:38 UTC  (21+ messages)
` [PATCH v1 1/7] platform/pseries: Update VF config space after EEH
` [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 6/7] pseries/pci: Associate PEs to VFs in configure SR-IOV
` [PATCH v1 7/7] pseries/setup: Add Initialization of VF Bars

[PATCH v1 0/7] SR-IOV Enablement on PowerVM
 2017-12-19  6:27 UTC  (11+ 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

[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>

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

[PATCH] qed: Remove unused QED_RDMA_DEV_CAP_* symbols and dev->dev_caps
 2017-12-18 20:25 UTC  (4+ 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  (7+ messages)
` [PATCH v16 1/4] block: DAC960: Replace PCI pool old API
` [PATCH v16 2/4] net: e100: "
` [PATCH v16 3/4] hinic: "
` [PATCH v16 4/4] PCI: Remove PCI pool macro functions

[PATCH V3 0/2] Xen/PCIback: PCI reset using 'reset' SysFS attribute
 2017-12-18 17:32 UTC  (18+ messages)
` [PATCH V3 1/2] Drivers/PCI: Export pcie_has_flr() interface
        ` [Xen-devel] "
` [PATCH V3 2/2] Xen/PCIback: Implement PCI flr/slot/bus reset with 'reset' SysFS attribute

Re-activate task to add MSI-X to pcie-designware
 2017-12-18 16:01 UTC  (4+ messages)

[PATCH] rapidio/tsi721: use PCI_EXP_DEVCTL2_COMP_TIMEOUT macro
 2017-12-18 15:25 UTC  (2+ messages)

[PATCH 0/9] remove some of unneeded kallsyms includes
 2017-12-18 14:37 UTC  (8+ messages)
` [PATCH 3/9] power: remove unneeded kallsyms include
` [PATCH 5/9] pnp: "

[PATCH V2 0/2] PCI/portdrv: Fix switch devctrl error report enable
 2017-12-18 12:55 UTC  (7+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] PCI/AER: Fix AER device configuration

[bugzilla-daemon@bugzilla.kernel.org: [Bug 198171] New: [AMD][X399] Inconsistent PCIe lane linking count]
 2017-12-18  2:34 UTC 

[bugzilla-daemon@bugzilla.kernel.org: [Bug 198181] New: BUG at drivers/pci/msi.c:352 when unplugging a sysfs authorized thunderbolt 3 dock]
 2017-12-18  2:23 UTC 

[PATCH] SB600 for the Nemo board has non-zero devices on non-root bus
 2017-12-16  7:18 UTC  (12+ messages)

Linux 4.15-rc2: Regression in resume from ACPI S3
 2017-12-15 23:44 UTC  (6+ messages)
    ` [PATCH] PCI / PM: Force devices to D0 in pci_pm_thaw_noirq()

[PATCH] MAINTAINERS: Include more PCI files
 2017-12-15 23:30 UTC  (2+ messages)

[PATCH] [media] netup_unidvb: use PCI_EXP_DEVCTL2_COMP_TIMEOUT macro
 2017-12-15 22:58 UTC 

[PATCH] PCI/ASPM: Unexport internal ASPM interfaces
 2017-12-15 21:30 UTC 

Quirk - broken_intx_masking - Ceton InfiniTV4
 2017-12-15 20:52 UTC  (2+ messages)

[PATCH] PCI: rockchip: Remove redundant "valid device" check
 2017-12-15 20:29 UTC 

[PATCH v3 0/8] PCI: brcmstb: Add Broadcom Settopbox PCIe support (V3)
 2017-12-15 20:14 UTC  (13+ messages)
` [PATCH v3 1/8] SOC: brcmstb: add memory API
` [PATCH v3 3/8] PCI: brcmstb: Add Broadcom STB PCIe host controller driver

Why do we check for "link-up" in *_pcie_valid_device()?
 2017-12-15 20:11 UTC  (4+ messages)

ASPM powersupersave change NVMe SSD Samsung 960 PRO capacity to 0 and read-only
 2017-12-15 19:01 UTC  (6+ messages)

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

[PATCH v5 3/3] PCI: mobiveil: Add MSI support for Mobiveil PCIe Host
 2017-12-15 16:13 UTC  (2+ messages)

[PATCH] PCI: xgene: Remove leftover pci_scan_child_bus() call
 2017-12-15 13:32 UTC  (3+ 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).