linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-21 07:28:41 to 2019-01-07 06:44:38 UTC [more...]

[PATCH 00/15] PCI: endpoint: Cleanup EPC features
 2019-01-07  6:41 UTC  (13+ messages)
` [PATCH 01/15] PCI: endpoint: Add new pci_epc_ops to get "
` [PATCH 02/15] PCI: dwc: Add ->get_features() callback function in dw_pcie_ep_ops
` [PATCH 03/15] PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops
` [PATCH 04/15] PCI: pci-dra7xx: "
` [PATCH 06/15] PCI: cadence: Populate ->get_features() cdns_pcie_epc_ops
` [PATCH 09/15] PCI: pci-epf-test: Remove setting epf_bar flags in function driver
` [PATCH 10/15] PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit
` [PATCH 11/15] PCI: pci-epf-test: Use pci_epc_get_features to get EPC features
` [PATCH 12/15] PCI: cadence: Remove pci_epf_linkup from Cadence EP driver
` [PATCH 13/15] PCI: rockchip: Remove pci_epf_linkup from Rockchip "
` [PATCH 14/15] PCI: designware-plat: Remove setting epc->features in Designware plat "
` [PATCH 15/15] PCI: endpoint: Remove features member in struct pci_epc

[PATCHv2 0/4] NVMe IRQ sets fixups
 2019-01-06  2:56 UTC  (18+ messages)
` [PATCHv2 1/4] nvme-pci: Set tagset nr_maps just once
` [PATCHv2 2/4] nvme-pci: Distribute io queue types after creation
` [PATCHv2 3/4] PCI/MSI: Handle vector reduce and retry
` [PATCHv2 4/4] nvme-pci: Use PCI to handle IRQ "

[GIT PULL] PCI changes for v4.21
 2019-01-06  2:40 UTC  (2+ messages)

[PATCH] PCI: Add no-D3 quirk for Mellanox ConnectX-[45]
 2019-01-05 22:43 UTC  (5+ messages)

unsubsribe
 2019-01-05  0:43 UTC 

[REGRESSION, BISECTED] pci: nvme device with HMB fails on arm64
 2019-01-05  0:32 UTC  (3+ messages)

[PATCH] PCI: dwc: fix MSI IRQ handler ordering
 2019-01-05  0:15 UTC  (5+ messages)

[PATCH 00/21] i.MX6, DesignWare PCI improvements
 2019-01-04 18:52 UTC  (32+ messages)
` [PATCH 01/21] PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()
` [PATCH 02/21] PCI: imx6: Remove redundant debug tracing
` [PATCH 03/21] PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()
` [PATCH 04/21] PCI: imx6: Remove duplicate macro definitions
` [PATCH 05/21] PCI: imx6: Remove PCIE_PL_PFLR_* constants
` [PATCH 06/21] PCI: imx6: Remove PCIE_PHY_RX_ASIC_OUT* constants
` [PATCH 07/21] PCI: designware: Make use of IS_ALIGNED()
` [PATCH 08/21] PCI: designware: Share code for dw_pcie_rd/wr_other_conf()
` [PATCH 09/21] PCI: imx6: Drop imx6_pcie_link_up()
` [PATCH 11/21] PCI: designware: Make use of BIT() in constant definitions
` [PATCH 12/21] PCI: imx6: "
` [PATCH 13/21] PCI: imx6: Simplify bit operations in PHY functions
` [PATCH 14/21] PCI: imx6: Simplify pcie_phy_poll_ack()
` [PATCH 15/21] PCI: imx6: Restrict PHY register data to 16-bit
` [PATCH 16/21] PCI: imx6: Pass data to dw_pcie_writel_dbi() directly
` [PATCH 17/21] PCI: imx6: Use common mask in imx6_pcie_reset_phy()
` [PATCH 18/21] PCI: imx6: Simplify bit operations in imx6_setup_phy_mpll()
` [PATCH 20/21] PCI: designware: Make use of GENMASK/FIELD_PREP
` [PATCH 21/21] PCI: designware: Remove superfluous shifting in definitions

[PATCH 1/4] nvme-pci: Set tagset nr_maps just once
 2019-01-04 18:19 UTC  (8+ messages)
` [PATCH 2/4] nvme-pci: Distribute io queue types after creation
` [PATCH 3/4] pci/irq: Handle vector reduce and retry
` [PATCH 4/4] nvme-pci: Use PCI to handle IRQ "

[PATCH v2 00/20] i.MX6, DesignWare PCI improvements
 2019-01-04 17:49 UTC  (21+ messages)
` [PATCH v2 01/20] PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()
` [PATCH v2 02/20] PCI: imx6: Remove redundant debug tracing
` [PATCH v2 03/20] PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()
` [PATCH v2 04/20] PCI: imx6: Remove duplicate macro definitions
` [PATCH v2 05/20] PCI: imx6: Remove PCIE_PL_PFLR_* constants
` [PATCH v2 06/20] PCI: imx6: Remove PCIE_PHY_RX_ASIC_OUT* constants
` [PATCH v2 07/20] PCI: dwc: Make use of IS_ALIGNED()
` [PATCH v2 08/20] PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()
` [PATCH v2 09/20] PCI: dwc: imx6: Share PHY debug register definitions
` [PATCH v2 10/20] PCI: dwc: Make use of BIT() in constant definitions
` [PATCH v2 11/20] PCI: imx6: "
` [PATCH v2 12/20] PCI: imx6: Simplify bit operations in PHY functions
` [PATCH v2 13/20] PCI: imx6: Simplify pcie_phy_poll_ack()
` [PATCH v2 14/20] PCI: imx6: Restrict PHY register data to 16-bit
` [PATCH v2 15/20] PCI: imx6: Pass data to dw_pcie_writel_dbi() directly
` [PATCH v2 16/20] PCI: imx6: Use common mask in imx6_pcie_reset_phy()
` [PATCH v2 17/20] PCI: imx6: Simplify bit operations in imx6_setup_phy_mpll()
` [PATCH v2 18/20] PCI: imx6: Remove magic numbers from imx6_pcie_establish_link()
` [PATCH v2 19/20] PCI: dwc: Make use of GENMASK/FIELD_PREP
` [PATCH v2 20/20] PCI: dwc: Remove superfluous shifting in definitions

[PATCH v4 0/4] PCIE support for i.MX8MQ
 2019-01-04 16:53 UTC  (5+ messages)
` [PATCH v4 1/4] PCI: imx6: introduce drvdata
` [PATCH v4 2/4] PCI: imx6: Mark PHY functions as i.MX6 specific
` [PATCH v4 3/4] PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag
` [PATCH v4 4/4] PCI: imx6: Add support for i.MX8MQ

[PATCH] PCI: amlogic: fix build failure due to missing linux/gpio/consumer.h header
 2019-01-04 11:17 UTC  (4+ messages)

[RFC] avoid indirect calls for DMA direct mappings v2
 2019-01-04  8:09 UTC  (6+ messages)
` [PATCH 02/15] swiotlb: remove dma_mark_clean

[PATCH V2] PCI: dwc ep: cache config until DBI regs available
 2019-01-04  8:02 UTC  (7+ messages)

[PATCH 0/6] PAXB INTx support with proper model
 2019-01-03 20:58 UTC  (8+ messages)
` [PATCH 1/6] PCI: iproc: Update iProc PCI binding for INTx support

[RFC 0/6] dma: Add Synopsys eDMA IP driver (version 0)
 2019-01-03 18:00 UTC  (13+ messages)
` [RFC 1/6] dma: Add Synopsys eDMA IP core driver
` [RFC 4/6] dma: Add Synopsys eDMA IP PCIe glue-logic

[RFC PATCH 0/2] Support HiSilicon PCIe Transport Layer PMU
 2019-01-03 15:44 UTC  (7+ messages)
` [RFC PATCH 2/2] PCI/portdrv Hisilicon PCIe transport layer Port PMU driver

[PATCH -next] PCI: amlogic: Use PTR_ERR_OR_ZERO
 2019-01-03  3:12 UTC 

[PATCH] PCI/MSI: preference to returning -ENOSPC from pci_alloc_irq_vectors_affinity
 2019-01-03  1:31 UTC 

[PATCH V2 0/3] nvme pci: two fixes on nvme_setup_irqs
 2019-01-02 22:46 UTC  (7+ messages)
` [PATCH V2 1/3] PCI/MSI: preference to returning -ENOSPC from pci_alloc_irq_vectors_affinity

[PATCH] lspci: Fix extra newline if L1.2 is not supported
 2019-01-02 19:39 UTC 

[PATCH 00/10] PCI: DWC/Keystone: MSI configuration cleanup
 2019-01-02 10:13 UTC  (7+ messages)
` [PATCH 07/10] PCI: dwc: Add support to use non default msi_irq_chip
` [PATCH 09/10] PCI: dwc: Remove Keystone specific dw_pcie_host_ops
` [PATCH 10/10] PCI: dwc: Do not write to MSI control registers if the platform doesn't use it

[PATCH v3 0/2] Add Stratix 10 PCIe Root Port support
 2019-01-02  6:16 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: altera: Add Stratix 10 PCIe support
` [PATCH v3 2/2] dt-bindings: PCI: altera: Add altr,pcie-root-port-2.0

[PATCH] PCI: Mediatek: Use resource_size function on resource object
 2019-01-02  6:03 UTC 

[PATCH v2 0/2] Add Stratix10 PCIe Root Port support
 2019-01-02  1:47 UTC  (8+ messages)
` [PATCH v2 1/2] pci: altera: Add Stratix10 PCIe support
` [PATCH v2 2/2] Documentation: dt-bindings: pci: altera: Add altr,pcie-root-port-2.0

[v6] PCI: imx: make msi work without CONFIG_PCIEPORTBUS=y
 2019-01-02  1:28 UTC  (3+ messages)

[PATCH 2/2] s390/pci: handle function enumeration after sriov enablement
 2019-01-02  1:14 UTC  (8+ messages)
` [PATCH 1/2] PCI/IOV: provide flag to skip VF scanning
    ` [PATCH 1/3] PCI/IOV: factor out sriov_add_vfs
    ` [PATCH 2/3] PCI/IOV: provide flag to skip VF scanning
    ` [PATCH 3/3] s390/pci: "

How to force RC to forward p2p TLPs
 2019-01-02  1:07 UTC  (5+ messages)

[PATCH 2/2] nvme pci: try to allocate multiple irq vectors again in case of -EINVAL
 2018-12-31 21:51 UTC  (4+ messages)

[PATCH] pci: dwc: add a check for resetting gpio
 2018-12-31 20:40 UTC  (2+ messages)

RFC: Breaking changes around pci.ids
 2018-12-31 15:42 UTC 

[PATCH] arm: cns3xxx: fix writing to wrong PCI registers after alignment
 2018-12-31 15:29 UTC  (3+ messages)

[PATCH RFC] PCI/PME: fix PME runtime PM handling
 2018-12-31 13:30 UTC  (6+ messages)

[PATCH 0/2] Add StratixXX PCIe Rootport support
 2018-12-31  2:01 UTC  (5+ messages)
` [PATCH 1/2] pci: altera: Add StratixXX PCIe support
` [PATCH 2/2] Documentation: dt-bindings: pci: altera: Add altr,pcie-root-port-2.0

[PATCH 0/3] irq/core: Fix and expand the irq affinity descriptor
 2018-12-28  9:54 UTC  (4+ messages)

[PATCH] PCI: pciehp: Report degraded links via link bandwidth notification
 2018-12-27 19:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] PCI/MSI: Don't touch MSI bits when the PCI device is disconnected
 2018-12-27 19:28 UTC  (4+ messages)

[GIT PULL] ACPI updates for v4.21-rc1
 2018-12-25 23:20 UTC  (2+ messages)

[PATCH v1 03/11] vga-switcheroo: make PCI dependency explicit
 2018-12-25 13:33 UTC  (4+ messages)
  ` [PATCH v1 06/11] platform/x86: apple-gmux: hide PCI specific code

[PATCH 0/2] PCI: mediatek: Add support for MT7629
 2018-12-24 11:40 UTC  (11+ messages)
` [PATCH 2/2] PCI: mediatek: Add controller "

[PATCH v2 03/11] vga-switcheroo: make PCI dependency explicit
 2018-12-24  9:27 UTC  (5+ 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).