linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-13 09:13:02 to 2019-04-17 05:58:34 UTC [more...]

[PATCH v2] x86/PCI: fix a memory leak bug
 2019-04-17  5:58 UTC  (4+ messages)

Linux pci card forcing a remove and restore
 2019-04-17  1:57 UTC  (2+ messages)

[PATCH v3] x86/PCI: fix a memory leak bug
 2019-04-16 21:42 UTC 

[v3 PATCH 1/2] PCI: read fixed bus numbers in EA for type 1 functions
 2019-04-16 20:51 UTC  (2+ messages)

[PATCH v3 12/26] compat_ioctl: move more drivers to compat_ptr_ioctl
 2019-04-16 20:25 UTC 

[PATCH V3 00/16] Add Tegra194 PCIe support
 2019-04-16 19:27 UTC  (17+ messages)
` [PATCH V3 01/16] PCI: Add #defines for some of PCIe spec r4.0 features
` [PATCH V3 02/16] PCI/PME: Export pcie_pme_disable_msi() & pcie_pme_no_msi() APIs
` [PATCH V3 03/16] PCI: Export pcie_bus_config symbol
` [PATCH V3 04/16] PCI: dwc: Perform dbi regs write lock towards the end
` [PATCH V3 05/16] PCI: dwc: Move config space capability search API
` [PATCH V3 06/16] PCI: dwc: Add ext "
` [PATCH V3 07/16] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V3 08/16] PCI: dwc: Add support to enable "
` [PATCH V3 09/16] Documentation/devicetree: Add PCIe supports-clkreq property
` [PATCH V3 10/16] dt-bindings: PCI: tegra: Add device tree support for T194
` [PATCH V3 11/16] dt-bindings: PHY: P2U: Add Tegra 194 P2U block
` [PATCH V3 12/16] arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT
` [PATCH V3 13/16] arm64: tegra: Enable PCIe slots in P2972-0000 board
` [PATCH V3 14/16] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V3 15/16] PCI: tegra: Add Tegra194 PCIe support
` [PATCH V3 16/16] arm64: Add Tegra194 PCIe driver to defconfig

[PATCH] pci: disable nv_msi_ht_cap_quirk_leaf quirk on non-x86 hw
 2019-04-16 19:27 UTC  (6+ messages)
` [PATCH] PCI: disable nv_msi_ht_cap_quirk_leaf quirk on arm/arm64

[PATCH] PCI: pciehp: Fix false command timeouts on boot
 2019-04-16 18:32 UTC  (4+ messages)

[PATCH v3] PCI/ACPI: Improve _OSC control request granularity
 2019-04-16 18:15 UTC  (3+ messages)

[PATCH V2 00/16] Add Tegra194 PCIe support
 2019-04-16 18:14 UTC  (23+ 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 07/16] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V2 10/16] dt-bindings: PCI: tegra: Add device tree support for T194
` [PATCH V2 12/16] arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT
` [PATCH V2 13/16] arm64: tegra: Enable PCIe slots in P2972-0000 board
` [PATCH V2 14/16] phy: tegra: Add PCIe PIPE2UPHY support

[PATCH] drivers: pci: This patch fix the following checkpatch warning
 2019-04-16 16:43 UTC 

[PATCH 00/30] Enable Tegra PCIe root port features
 2019-04-16 16:11 UTC  (94+ messages)
` [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 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 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 28/30] dt-bindings: pci: tegra: Document nvidia,rst-gpio "
` [PATCH 29/30] PCI: tegra: Add support for GPIO based PCIe reset
` [PATCH 30/30] PCI: tegra: Change link retry log level to INFO

Regression causes a hang on boot with a Comtrol PCI card
 2019-04-16 15:00 UTC  (4+ messages)

[PATCH V3] PCI: tegra: Use the DMA-API to get the MSI address
 2019-04-16 14:50 UTC  (3+ messages)

[PATCH V2 0/2] PCI: dwc: Export symbols to support module build
 2019-04-16 14:15 UTC  (3+ messages)
` [PATCH V2 1/2] PCI: dwc: Add API support to de-initialize host
` [PATCH V2 2/2] PCI: dwc: Export APIs to support .remove() implementation

[PATCH v3 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-04-16 14:15 UTC  (15+ messages)
` [PATCH v3 02/26] PCI: keystone: Cleanup error_irq configuration
` [PATCH v3 14/26] PCI: keystone: Add support for PCIe RC in AM654x Platforms
` [PATCH v3 20/26] PCI: dwc: Fix dw_pcie_ep_find_capability to return correct capability offset
` [PATCH v3 24/26] PCI: designware-ep: Use aligned ATU window for raising MSI interrupts

[PATCH v2] PCI: al: Add Amazon Annapurna Labs PCIe host controller driver
 2019-04-16 14:01 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] x86/PCI: fix a memory leak bug
 2019-04-16 13:37 UTC  (3+ messages)

[PATCH 0/2] PCI: dwc: Export symbols to support module build
 2019-04-16 13:43 UTC  (6+ messages)
` [PATCH 1/2] PCI: dwc: Add API support to de-initialize host
` [PATCH 2/2] PCI: dwc: Export APIs to support .remove() implementation

[PATCH v2 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-04-16 13:36 UTC  (8+ messages)
` [PATCH v2 06/26] PCI: keystone: Move initializations to appropriate places
` [PATCH v2 23/26] PCI: designware-ep: Configure RESBAR to advertise the smallest size

[PATCH v4 0/3] PCIe Host request to reserve IOVA
 2019-04-16 11:58 UTC  (3+ messages)

[PATCH V2] PCI: tegra: Use the DMA-API to get the MSI address
 2019-04-16 10:48 UTC  (4+ messages)

[PATCH] PCI: imx6: Allow async probe
 2019-04-16 10:26 UTC  (2+ messages)

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

[PATCH] pci: fix warning for struct hisi_pcie_platform_ops
 2019-04-16 10:05 UTC  (3+ messages)

[PATCH v3 0/5] PCI: Patch series to support Thunderbolt without any BIOS support
 2019-04-15 22:20 UTC  (2+ messages)

[PATCH for-next 0/2] Allow drivers to configure AER registers
 2019-04-15 21:46 UTC  (9+ messages)
` [PATCH for-next 2/2] IB/hfi1: Make Unsupported Request error non-fatal

[PATCH] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
 2019-04-15 18:07 UTC  (8+ messages)

[PATCH v3 1/5] PCI: Consider alignment of hot-added bridges when distributing available resources
 2019-04-15 17:10 UTC  (5+ messages)
` [PATCH v3 2/5] PCI: Cleanup comments in setup-bus.c to meet kernel coding style guidelines
` [PATCH v3 3/5] PCI: Fix serious bug when sizing bridges with additional size
` [PATCH v3 4/5] PCI: modify kernel parameters to differentiate between MMIO and MMIO_PREF sizes
` [PATCH v3 5/5] PCI: Rename pci=hpiosize,hpmemsize,hpmemprefsize to be more readable

[PATCH] pci/switchtec: fix stream_open.cocci warnings (fwd)
 2019-04-15 15:41 UTC  (7+ messages)

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

[PATCH] PCI: dwc: skip MSI init if MSIs have been explicitly disabled
 2019-04-15 14:34 UTC  (5+ messages)

[PATCH RESEND] PCI: disable runtime PM for PLX switches
 2019-04-15 14:15 UTC  (2+ messages)

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

[PATCH] PCI: rockchip: fix bitwise operations on status and ROCKCHIP_PCIE_EP_CMD_STATUS_IS
 2019-04-15 10:03 UTC  (4+ messages)

[PATCH] PCI/LINK: Disable bandwidth notification interrupt during suspend
 2019-04-15  8:41 UTC 

[PATCH v4 00/11] i.MX6, DesignWare PCI improvements
 2019-04-15  8:38 UTC  (15+ messages)
` [PATCH v4 01/11] PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()
` [PATCH v4 02/11] PCI: imx6: Drop imx6_pcie_wait_for_link()
` [PATCH v4 03/11] PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()
` [PATCH v4 04/11] PCI: imx6: Remove PCIE_PL_PFLR_* constants
` [PATCH v4 05/11] PCI: dwc: imx6: Share PHY debug register definitions
` [PATCH v4 06/11] PCI: imx6: Make use of BIT() in constant definitions
` [PATCH v4 07/11] PCI: imx6: Simplify bit operations in PHY functions
` [PATCH v4 08/11] PCI: imx6: Simplify pcie_phy_poll_ack()
` [PATCH v4 09/11] PCI: imx6: Restrict PHY register data to 16-bit
` [PATCH v4 10/11] PCI: imx6: Use flags to indicate support for suspend
` [PATCH v4 11/11] PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()

[Bug 203303] New: PCIe Bus Error
 2019-04-14 22:24 UTC 

[PATCH v3 00/11] i.MX6, DesignWare PCI improvements
 2019-04-14 18:48 UTC  (10+ messages)
` [PATCH v3 02/11] PCI: imx6: Remove redundant debug tracing
` [PATCH v3 08/11] PCI: imx6: Simplify pcie_phy_poll_ack()
` [PATCH v3 11/11] PCI: imx6: Replace calls to udelay() with usleep_range()

[PATCHv5 0/6] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-04-14 11:16 UTC  (4+ messages)
` [PATCHv5 4/6] PCI: mobiveil: Add PCIe Gen4 RC "
    ` [EXT] "

[GIT PULL] PCI fixes for v5.1
 2019-04-13 22:00 UTC  (2+ messages)

[PATCH RFC 0/3] PCI/ASPM: add sysfs attribute for controlling ASPM
 2019-04-13  9:12 UTC  (3+ messages)
` [PATCH RFC 2/3] PCI/ASPM: allow to re-enable Clock PM
` [PATCH RFC 3/3] PCI/ASPM: add sysfs attribute for controlling ASPM


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