linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-12 13:55:11 to 2019-05-17 18:55:50 UTC [more...]

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

[RFC/PATCH 0/4] Initial support for modular IOMMU drivers
 2019-05-17 18:47 UTC  (5+ messages)
` [RFC/PATCH 1/4] of: Export of_phandle_iterator_args() to modules
` [RFC/PATCH 2/4] PCI: Export PCI ACS and DMA searching functions "
` [RFC/PATCH 3/4] iommu: Export core IOMMU functions to kernel modules
` [RFC/PATCH 4/4] iommu: Add probe deferral support for IOMMU "

[PATCH] lspci: Reorder Express Root Complex registers to Cap, Ctl, Sta
 2019-05-17 18:40 UTC 

[PATCH V7 00/15] Add Tegra194 PCIe support
 2019-05-17 17:38 UTC  (18+ messages)
` [PATCH V7 01/15] PCI: Add #defines for some of PCIe spec r4.0 features
` [PATCH V7 02/15] PCI: Disable MSI for Tegra194 root port
` [PATCH V7 03/15] PCI: dwc: Perform dbi regs write lock towards the end
` [PATCH V7 04/15] PCI: dwc: Move config space capability search API
` [PATCH V7 05/15] PCI: dwc: Add ext "
` [PATCH V7 06/15] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V7 07/15] PCI: dwc: Add support to enable "
` [PATCH V7 08/15] dt-bindings: Add PCIe supports-clkreq property
` [PATCH V7 09/15] dt-bindings: PCI: tegra: Add device tree support for Tegra194
` [PATCH V7 10/15] dt-bindings: PHY: P2U: Add Tegra194 P2U block
` [PATCH V7 11/15] arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT
` [PATCH V7 12/15] arm64: tegra: Enable PCIe slots in P2972-0000 board
` [PATCH V7 13/15] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V7 14/15] PCI: tegra: Add Tegra194 PCIe support
` [PATCH V7 15/15] arm64: Add Tegra194 PCIe driver to defconfig

[PATCH 1/1] PCI: mobiveil: Update maintainers list
 2019-05-17 16:50 UTC  (7+ messages)

[PATCH] PCI: PM: Avoid possible suspend-to-idle issue
 2019-05-17 15:57 UTC  (2+ messages)

[ANNOUNCE][CFP] Power Management and Scheduling in the Linux Kernel III edition (OSPM-summit 2019)
 2019-05-17 12:53 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl,ls1028a-pcie"
 2019-05-17 10:44 UTC  (7+ messages)
` [PATCH 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
    ` [EXT] "
` [PATCH 3/3] PCI: layerscape: Add LS1028a support

[PATCH V4 00/28] Enable Tegra PCIe root port features
 2019-05-17  8:38 UTC  (31+ messages)
` [PATCH V4 01/28] soc/tegra: pmc: Export tegra_powergate_power_on()
` [PATCH V4 02/28] PCI: tegra: Handle failure cases in tegra_pcie_power_on()
` [PATCH V4 03/28] PCI: tegra: Rearrange Tegra PCIe driver functions
` [PATCH V4 04/28] PCI: tegra: Mask AFI_INTR in runtime suspend
` [PATCH V4 05/28] PCI: tegra: Fix PCIe host power up sequence
` [PATCH V4 06/28] PCI: tegra: Add PCIe Gen2 link speed support
` [PATCH V4 07/28] PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capability
` [PATCH V4 08/28] PCI: tegra: Program UPHY electrical settings for Tegra210
` [PATCH V4 09/28] PCI: tegra: Enable opportunistic UpdateFC and ACK
` [PATCH V4 10/28] PCI: tegra: Disable AFI dynamic clock gating
` [PATCH V4 11/28] PCI: tegra: Process pending DLL transactions before entering L1 or L2
` [PATCH V4 12/28] PCI: tegra: Enable PCIe xclk clock clamping
` [PATCH V4 13/28] PCI: tegra: Increase the deskew retry time
` [PATCH V4 14/28] PCI: tegra: Add SW fixup for RAW violations
` [PATCH V4 15/28] PCI: tegra: Update flow control timer frequency in Tegra210
` [PATCH V4 16/28] PCI: tegra: Set target speed as Gen1 before starting LTSSM
` [PATCH V4 17/28] PCI: tegra: Fix PLLE power down issue due to CLKREQ# signal
` [PATCH V4 18/28] PCI: tegra: Program AFI_CACHE* registers only for Tegra20
` [PATCH V4 19/28] PCI: tegra: Change PRSNT_SENSE IRQ log to debug
` [PATCH V4 20/28] PCI: tegra: Use legacy IRQ for port service drivers
` [PATCH V4 21/28] PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of soc struct
` [PATCH V4 22/28] PCI: tegra: Access endpoint config only if PCIe link is up
` [PATCH V4 23/28] dt-bindings: pci: tegra: Document PCIe DPD pinctrl optional prop
` [PATCH V4 24/28] arm64: tegra: Add PEX DPD states as pinctrl properties
` [PATCH V4 25/28] PCI: tegra: Put PEX CLK & BIAS pads in DPD mode
` [PATCH V4 26/28] PCI: Add DT binding for "reset-gpios" property
` [PATCH V4 27/28] PCI: tegra: Add support for GPIO based PERST#
` [PATCH V4 28/28] PCI: tegra: Change link retry log level to debug

[PATCH] ACPI/PCI: PM: Add missing wakeup.flags.valid checks
 2019-05-17  7:32 UTC  (2+ messages)

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

[PATCH AUTOSEL 5.0 16/34] PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
 2019-05-16 11:39 UTC 

[PATCH AUTOSEL 4.19 12/25] PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
 2019-05-16 11:40 UTC 

[PATCH v3 0/3] Qualcomm QCS404 PCIe support
 2019-05-16  9:39 UTC  (5+ messages)
` [PATCH v3 1/3] PCI: qcom: Use clk_bulk API for 2.4.0 controllers
` [PATCH v3 3/3] PCI: qcom: Add QCS404 PCIe controller support

Fwd: [Bug 203485] New: PCI can't map correct memory resource if the BAR is 64-bit and then leads to system hang during booting up
 2019-05-16  8:45 UTC  (2+ messages)

[PATCH V3 00/29] Enable Tegra PCIe root port features
 2019-05-16  5:50 UTC  (33+ messages)
` [PATCH V3 01/29] soc/tegra: pmc: Export tegra_powergate_power_on()
` [PATCH V3 02/29] PCI: tegra: Handle failure cases in tegra_pcie_power_on()
` [PATCH V3 03/29] PCI: tegra: Rearrange Tegra PCIe driver functions
` [PATCH V3 04/29] PCI: tegra: Mask AFI_INTR in runtime suspend
` [PATCH V3 05/29] PCI: tegra: Fix PCIe host power up sequence
` [PATCH V3 06/29] PCI: tegra: Add PCIe Gen2 link speed support
` [PATCH V3 07/29] PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capability
` [PATCH V3 08/29] PCI: tegra: Program UPHY electrical settings for Tegra210
` [PATCH V3 09/29] PCI: tegra: Enable opportunistic UpdateFC and ACK
` [PATCH V3 10/29] PCI: tegra: Disable AFI dynamic clock gating
` [PATCH V3 11/29] PCI: tegra: Process pending DLL transactions before entering L1 or L2
` [PATCH V3 12/29] PCI: tegra: Enable PCIe xclk clock clamping
` [PATCH V3 13/29] PCI: tegra: Increase the deskew retry time
` [PATCH V3 14/29] PCI: tegra: Add SW fixup for RAW violations
` [PATCH V3 15/29] PCI: tegra: Update flow control timer frequency in Tegra210
` [PATCH V3 16/29] PCI: tegra: Set target speed as Gen1 before starting LTSSM
` [PATCH V3 17/29] PCI: tegra: Fix PLLE power down issue due to CLKREQ# signal
` [PATCH V3 18/29] PCI: tegra: Program AFI_CACHE* registers only for Tegra20
` [PATCH V3 19/29] PCI: tegra: Change PRSNT_SENSE IRQ log to debug
` [PATCH V3 20/29] PCI: tegra: Use legacy IRQ for port service drivers
` [PATCH V3 21/29] PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of soc struct
` [PATCH V3 22/29] PCI: tegra: Access endpoint config only if PCIe link is up
` [PATCH V3 23/29] dt-bindings: pci: tegra: Document PCIe DPD pinctrl optional prop
` [PATCH V3 24/29] arm64: tegra: Add PEX DPD states as pinctrl properties
` [PATCH V3 25/29] PCI: tegra: Put PEX CLK & BIAS pads in DPD mode
` [PATCH V3 26/29] PCI: Add DT binding for "reset-gpios" property
` [PATCH V3 27/29] PCI: OF: Add of_pci_get_reset_gpio() to parse reset-gpios from DT
` [PATCH V3 28/29] PCI: tegra: Add support for GPIO based PERST#
` [PATCH V3 29/29] PCI: tegra: Change link retry log level to debug

[PATCH] PCI: altera: Allow building as module
 2019-05-16  2:12 UTC  (6+ messages)
` [PATCH] PCI: altera-msi: "

[PATCH v3 0/5] Add Error Disconnect Recover (EDR) support
 2019-05-14 22:18 UTC  (6+ messages)
` [PATCH v3 1/5] PCI/ACPI: Add _OSC based negotiation support for DPC
` [PATCH v3 2/5] PCI/DPC: Allow dpc_probe() even if DPC is handled in firmware
` [PATCH v3 3/5] PCI/DPC: Add dpc_process_error() wrapper function
` [PATCH v3 4/5] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v3 5/5] PCI/ACPI: Expose EDR support via _OSC to BIOS

[GIT PULL] PCI changes for v5.2
 2019-05-14 17:50 UTC  (2+ messages)

Business Contact
 2019-05-14 16:29 UTC 

[PATCH v5 0/8] powerpc/powernv/pci: Make hotplug self-sufficient, independent of FW and DT
 2019-05-14 14:44 UTC  (4+ messages)
` [PATCH v5 5/8] powerpc/pci/IOV: Add support for runtime enabling the VFs

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

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

[PATCH V5 00/16] Add Tegra194 PCIe support
 2019-05-14  6:25 UTC  (11+ messages)
` [PATCH V5 07/16] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V5 10/16] dt-bindings: PCI: tegra: Add device tree support for T194

[PATCH v4 00/12] Include linux PCI docs into Sphinx TOC tree
 2019-05-13 14:18 UTC  (4+ messages)
` [PATCH v4 07/12] Documentation: PCI: convert pci-error-recovery.txt to reST

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-13  7:00 UTC  (8+ messages)
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro

[PATCH RFC v2 0/3] PCI/ASPM: add sysfs attribute for controlling ASPM
 2019-05-12 20:18 UTC  (6+ messages)
` [PATCH RFC v2 3/3] "

[PATCH v7 0/7] Add virtio-iommu driver
 2019-05-12 17:15 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).