linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-05 11:42:42 to 2019-04-12 08:36:42 UTC [more...]

[PATCHv5 00/20] PCI: mobiveil: fixes for Mobiveil PCIe Host Bridge IP driver
 2019-04-12  8:36 UTC  (14+ messages)
` [PATCHv5 01/20] PCI: mobiveil: Unify register accessors
` [PATCHv5 02/20] PCI: mobiveil: Format the code without functionality change
` [PATCHv5 03/20] PCI: mobiveil: Correct the returned error number
` [PATCHv5 04/20] PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI
` [PATCHv5 05/20] PCI: mobiveil: Correct PCI base address in MEM/IO outbound windows
` [PATCHv5 06/20] PCI: mobiveil: Replace the resource list iteration function
` [PATCHv5 07/20] PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound window
` [PATCHv5 08/20] PCI: mobiveil: Use the 1st inbound window for MEM inbound transactions
` [PATCHv5 09/20] PCI: mobiveil: Correct inbound/outbound window setup routines
` [PATCHv5 10/20] PCI: mobiveil: Fix the INTx process errors
` [PATCHv5 11/20] PCI: mobiveil: Correct the fixup of Class Code field
` [PATCHv5 12/20] PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()
` [PATCHv5 14/20] PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbers

[PATCH 00/30] Enable Tegra PCIe root port features
 2019-04-12  7:01 UTC  (39+ messages)
` [PATCH 01/30] soc/tegra: pmc: Export tegra_powergate_power_on()
` [PATCH 02/30] PCI: tegra: Fix PCIe host power up sequence
` [PATCH 03/30] PCI: tegra: Move REFCLK pad settings out of phy_power_on()
` [PATCH 04/30] PCI: tegra: Add PCIe Gen2 link speed support
` [PATCH 05/30] PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capability
` [PATCH 06/30] PCI: tegra: Program UPHY electrical settings for Tegra210
` [PATCH 07/30] PCI: tegra: Enable opportunistic update FC and ACK
` [PATCH 08/30] PCI: tegra: Disable AFI dynamic clock gating
` [PATCH 09/30] PCI: tegra: Process pending DLL transactions before entering L1 or L2
` [PATCH 10/30] PCI: tegra: Enable PCIe xclk clock clamping
` [PATCH 11/30] PCI: tegra: Increase the deskew retry time
` [PATCH 12/30] PCI: tegra: Add SW fixup for RAW violations
` [PATCH 13/30] PCI: tegra: Update flow control threshold in Tegra210
` [PATCH 14/30] PCI: tegra: Set target speed as Gen1 before link up
` [PATCH 15/30] PCI: tegra: Fix PLLE powerdown issue due to CLKREQ# signal
` [PATCH 16/30] PCI: tegra: Program AFI_CACHE* registers only for Tegra20
` [PATCH 17/30] PCI: tegra: Use switch statements in tegra_pcie_isr()
` [PATCH 18/30] PCI: tegra: Change PRSNT_SENSE irq log to debug
` [PATCH 19/30] PCI: tegra: Use legacy irq for port service drivers
` [PATCH 20/30] PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of soc struct
` [PATCH 21/30] PCI: tegra: Add "pci" type check before parsing child device tree node
` [PATCH 22/30] PCI: tegra: Access endpoint config only if PCIe link is up
` [PATCH 23/30] dt-bindings: pci: tegra: Document PCIe DPD pinctrl optional prop
` [PATCH 24/30] arm64: tegra: Add PEX DPD states as pinctrl properties
` [PATCH 25/30] PCI: tegra: Put PEX CLK & BIAS pads in DPD mode
` [PATCH 26/30] dt-bindings: pci: tegra: Document nvidia,plat-gpios optional prop
` [PATCH 27/30] PCI: tegra: Add support to configure platform GPIOs
` [PATCH 28/30] dt-bindings: pci: tegra: Document nvidia,rst-gpio optional prop
` [PATCH 29/30] PCI: tegra: Add support for GPIO based PCIe reset
` [PATCH 30/30] PCI: tegra: Change link retry log level to INFO

[PATCH] PCI: Make pci_aer_init() when !CONFIG_PCIEAER void too
 2019-04-12  6:43 UTC 

[PATCH v4 0/3] PCIe Host request to reserve IOVA
 2019-04-12  3:13 UTC  (4+ messages)
` [PATCH v4 1/3] PCI: Add dma_ranges window list
` [PATCH v4 2/3] iommu/dma: Reserve IOVA for PCIe inaccessible DMA address
` [PATCH v4 3/3] PCI: iproc: Add sorted dma ranges resource entries to host bridge

[PATCH v3 0/2] PCI: Describe external-facing ports in device tree
 2019-04-11 21:18 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: Add external-facing PCIe port property
` [PATCH v3 2/2] PCI: OF: Support external-facing property

[PATCH for-next 0/2] Allow drivers to configure AER registers
 2019-04-11 20:37 UTC  (8+ messages)
` [PATCH for-next 1/2] PCI/AER: Helper function for configuring "
` [PATCH for-next 2/2] IB/hfi1: Make Unsupported Request error non-fatal

[PATCH v3 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-04-11 15:32 UTC  (7+ messages)
` [PATCH v3 12/26] PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
` [PATCH v3 16/26] PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint drivers
` [PATCH v3 18/26] PCI: endpoint: Add support to allocate aligned buffers to be mapped in BARs

[PATCH v2] arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes
 2019-04-11 14:55 UTC  (5+ messages)
` [PATCH v3] "

[PATCH RESEND 0/1] PCI: Add ATS-disable quirk for AMD Radeon R7 GPUs
 2019-04-11 13:59 UTC  (10+ messages)
` [PATCH RESEND 1/1] "

[PATCH 2/2] x86/pci: Clean up usage of X86_DEV_DMA_OPS
 2019-04-11 13:35 UTC  (5+ messages)

[PATCH] MAINTAINERS: Update remaining @linux.vnet.ibm.com addresses
 2019-04-11 13:12 UTC  (6+ messages)

[PATCH V2 00/16] Add Tegra194 PCIe support
 2019-04-11 10:16 UTC  (5+ messages)
` [PATCH V2 01/16] PCI: Add #defines for PCIe spec r4.0 features
` [PATCH V2 02/16] PCI/PME: Export pcie_pme_disable_msi() API

[PATCH V2] PCI: tegra: Use the DMA-API to get the MSI address
 2019-04-11  9:40 UTC  (5+ messages)

[PATCH v1 0/3] PCIe and AR8151 on APQ8098/MSM8998
 2019-04-11  9:38 UTC  (6+ messages)
` [PATCH v1 3/3] arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes

[PATCH 0/2] tools: Fixes for pcitest
 2019-04-11  9:28 UTC  (2+ messages)

[v3 PATCH] PCI: mediatek: get optional clock by devm_clk_get_optional()
 2019-04-11  9:08 UTC  (2+ messages)

[PATCH v2 0/2] Add Error Disconnect Recover (EDR) support
 2019-04-10 23:08 UTC  (5+ messages)
` [PATCH v2 2/2] PCI/DPC: "

[PATCH v2 2/4] PCI: Cleanup comments in setup-bus.c to meet kernel coding style guidelines
 2019-04-10 22:52 UTC  (4+ messages)
` [PATCH v2 4/4] PCI: modify kernel parameters to differentiate between MMIO and MMIO_PREF sizes

[pci:pci/enumeration 6/6] drivers/pci/of.c:40 pci_set_bus_of_node() error: we previously assumed 'bus->self' could be null (see line 34)
 2019-04-10 21:59 UTC  (3+ messages)

[PATCH v2] PCI: pciehp: Fix re-enabling the slot marked for safe removal
 2019-04-10 21:22 UTC  (6+ messages)

[PATCH v2 0/2] Fix disable_acs_redir parameter
 2019-04-10 21:05 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
` [PATCH v2 2/2] PCI: Clean up resource_alignment parameter to not require static buffer

[PATCH] PCI: pciehp: Fix false command timeouts on boot
 2019-04-10 18:07 UTC 

[PATCH v5 0/8] PCI: DWC/Keystone: MSI configuration cleanup
 2019-04-10 16:50 UTC  (2+ messages)

[PATCH -next] PCI: mvebu: Make mvebu_pci_bridge_emul_ops static
 2019-04-10 16:36 UTC  (2+ messages)

Device Description for FPGA Components on x86 system
 2019-04-10 15:13 UTC  (6+ messages)

[PATCH 00/10] Add Tegra194 PCIe support
 2019-04-10 11:35 UTC  (15+ messages)
` [PATCH 09/10] PCI: tegra: "

[PATCH] PCI: Add a comment for the is_physfn field
 2019-04-10  7:44 UTC 

[PATCH 0/2] Fix two bugs of switchtec module
 2019-04-09 23:32 UTC  (6+ messages)
` [PATCH 1/2] switchtec: Fix false maximum supported PCIe function number issue
` [PATCH 2/2] switchtec: Fix unintended mask of MRPC event

[PATCH v2 0/2] PCI: Describe external-facing ports in device tree
 2019-04-09 23:11 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: Add external-facing PCIe port property
` [PATCH v2 2/2] PCI: OF: Support external-facing property

[PATCH net] r8169: switch off ASPM by default and add sysfs attribute to control ASPM
 2019-04-09 18:27 UTC  (10+ messages)

[PATCH v3 00/12] Include linux PCI docs into Sphinx TOC tree
 2019-04-09 15:56 UTC  (13+ messages)
` [PATCH v3 01/12] Documentation: add Linux PCI to "
` [PATCH v3 02/12] Documentation: PCI: convert pci.txt to reST
` [PATCH v3 03/12] Documentation: PCI: convert PCIEBUS-HOWTO.txt "
` [PATCH v3 04/12] Documentation: PCI: convert pci-iov-howto.txt "
` [PATCH v3 05/12] Documentation: PCI: convert MSI-HOWTO.txt "
` [PATCH v3 06/12] Documentation: PCI: convert acpi-info.txt "
` [PATCH v3 07/12] Documentation: PCI: convert pci-error-recovery.txt "
` [PATCH v3 08/12] Documentation: PCI: convert pcieaer-howto.txt "
` [PATCH v3 09/12] Documentation: PCI: convert endpoint/pci-endpoint.txt "
` [PATCH v3 10/12] Documentation: PCI: convert endpoint/pci-endpoint-cfs.txt "
` [PATCH v3 11/12] Documentation: PCI: convert endpoint/pci-test-function.txt "
` [PATCH v3 12/12] Documentation: PCI: convert endpoint/pci-test-howto.txt "

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-04-09 13:02 UTC  (4+ messages)

[PATCH v3 0/4] Fix system crash for accessing unmapped IO port regions
 2019-04-09 10:38 UTC  (15+ messages)
` [PATCH v3 3/4] lib: logic_pio: Reject accesses to unregistered CPU MMIO regions

[PATCH v2] PCI: al: Add Amazon Annapurna Labs PCIe host controller driver
 2019-04-08 22:57 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/3] Redundant steps removal and bug fix of ntb_hw_switchtec
 2019-04-08 16:00 UTC  (5+ messages)
` [PATCH 1/3] ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function
` [PATCH 2/3] ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for crosslink case
` [PATCH 3/3] ntb_hw_switchtec: Fix setup MW with failure bug

Regression causes a hang on boot with a Comtrol PCI card
 2019-04-06 15:32 UTC  (3+ messages)

[PATCH v3 0/3] Add a quirk to work around link retrain errata of Pericom PCIe brigdes
 2019-04-06 14:30 UTC  (2+ messages)

[PATCH 1/2] pci: rpadlpar: fix leaked device_node references in add/remove paths
 2019-04-05 23:04 UTC  (2+ messages)

[PATCH] PCI: Fix pci_host_bridge initialization
 2019-04-05 22:51 UTC  (2+ messages)

[PATCH] PCI/IOV: update num_VFs earlier
 2019-04-05 22:33 UTC  (2+ messages)

[PATCH] PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
 2019-04-05 22:11 UTC  (3+ messages)

[PATCH] PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controller
 2019-04-05 21:13 UTC  (2+ messages)

PCI device appears intermittently
 2019-04-05 14:10 UTC  (3+ messages)

[PATCH] PCI: imx6: Allow async probe
 2019-04-05 11:42 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).