linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-08 13:22:28 to 2019-05-15 07:36:10 UTC [more...]

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

[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

[PATCH V3 00/29] Enable Tegra PCIe root port features
 2019-05-14 18:31 UTC  (32+ 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

[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  (16+ messages)
` [PATCH V5 03/16] PCI: Export pcie_bus_config symbol
` [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 V6 00/15] Add Tegra194 PCIe support
 2019-05-14  6:02 UTC  (22+ 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

[PATCH] PCI: altera: Allow building as module
 2019-05-14  5:35 UTC  (4+ messages)
` [PATCH] PCI: altera-msi: "

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

[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 1/1] PCI: mobiveil: Update maintainers list
 2019-05-13  4:50 UTC  (4+ messages)

[PATCH RFC v2 0/3] PCI/ASPM: add sysfs attribute for controlling ASPM
 2019-05-12 20:18 UTC  (9+ messages)
` [PATCH RFC v2 1/3] PCI/ASPM: add L1 sub-state support to pci_disable_link_state
` [PATCH RFC v2 2/3] PCI/ASPM: allow to re-enable Clock PM
` [PATCH RFC v2 3/3] PCI/ASPM: add sysfs attribute for controlling ASPM

[PATCH v7 0/7] Add virtio-iommu driver
 2019-05-12 17:15 UTC  (3+ messages)

[PATCH RFC v3 0/3] PCI/ASPM: add sysfs attribute for controlling ASPM
 2019-05-12 13:54 UTC  (4+ messages)
` [PATCH RFC v3 1/3] PCI/ASPM: add L1 sub-state support to pci_disable_link_state
` [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 v4 00/10] PCI: Log with pci_dev, not pcie_device
 2019-05-10  2:22 UTC  (25+ messages)
` [PATCH 01/10] PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()
` [PATCH 02/10] PCI/PME: "
` [PATCH 03/10] PCI/DPC: Log messages with pci_dev, not pcie_device
` [PATCH 04/10] PCI/AER: "
` [PATCH 05/10] PCI: pciehp: Remove pciehp_debug uses
` [PATCH 06/10] PCI: pciehp: Replace pciehp_debug module param with dyndbg
` [PATCH 07/10] PCI: pciehp: Log messages with pci_dev, not pcie_device
` [PATCH 08/10] PCI: pciehp: Remove unused dbg/err/info/warn() wrappers
` [PATCH 09/10] PCI: pciehp: Remove pointless PCIE_MODULE_NAME definition
` [PATCH 10/10] PCI: pciehp: Remove pointless MY_NAME definition

AMD IO_PAGE_FAULT w/NTB on Write ops?
 2019-05-09 20:03 UTC  (4+ messages)
  ` Fwd: "

[PATCH] PCI: Always allow probing with driver_override
 2019-05-09 19:27 UTC 

[PATCH V2 00/28] Enable Tegra PCIe root port features
 2019-05-09 15:57 UTC  (55+ messages)
` [PATCH V2 01/28] soc/tegra: pmc: Export tegra_powergate_power_on()
` [PATCH V2 02/28] PCI: tegra: Handle failure cases in tegra_pcie_power_on()
` [PATCH V2 03/28] PCI: tegra: Rearrange Tegra PCIe driver functions
` [PATCH V2 04/28] PCI: tegra: Disable PCIe interrupts in runtime suspend
` [PATCH V2 05/28] PCI: tegra: Fix PCIe host power up sequence
` [PATCH V2 06/28] PCI: tegra: Add PCIe Gen2 link speed support
` [PATCH V2 07/28] PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capability
` [PATCH V2 08/28] PCI: tegra: Program UPHY electrical settings for Tegra210
` [PATCH V2 12/28] PCI: tegra: Enable PCIe xclk clock clamping
` [PATCH V2 13/28] PCI: tegra: Increase the deskew retry time
` [PATCH V2 14/28] PCI: tegra: Add SW fixup for RAW violations
` [PATCH V2 15/28] PCI: tegra: Update flow control timer frequency in Tegra210
` [PATCH V2 16/28] PCI: tegra: Set target speed as Gen1 before starting LTSSM
` [PATCH V2 17/28] PCI: tegra: Fix PLLE power down issue due to CLKREQ# signal
` [PATCH V2 18/28] PCI: tegra: Program AFI_CACHE* registers only for Tegra20
` [PATCH V2 19/28] PCI: tegra: Change PRSNT_SENSE irq log to debug
` [PATCH V2 20/28] PCI: tegra: Use legacy irq for port service drivers
` [PATCH V2 22/28] PCI: tegra: Access endpoint config only if PCIe link is up
` [PATCH V2 23/28] dt-bindings: pci: tegra: Document PCIe DPD pinctrl optional prop
` [PATCH V2 24/28] arm64: tegra: Add PEX DPD states as pinctrl properties
` [PATCH V2 25/28] PCI: tegra: Put PEX CLK & BIAS pads in DPD mode
` [PATCH V2 26/28] dt-bindings: pci: tegra: Document reset-gpio optional prop
` [PATCH V2 27/28] PCI: tegra: Add support for GPIO based PCIe reset
` [PATCH V2 28/28] PCI: tegra: Change link retry log level to info

[PATCH v2 0/9] PCI: Use PCIe service name in dmesg logs
 2019-05-09 14:12 UTC  (5+ messages)
` [PATCH v2 4/9] PCI/LINK: Prefix dmesg logs with PCIe service name
` [PATCH v2 9/9] PCI: hotplug: Prefix ctrl_*() dmesg logs with pciehp slot name

[PATCH v2 0/4] Potential fix for runpm issues on various laptops
 2019-05-08 19:10 UTC  (3+ messages)
` [PATCH v2 1/4] drm: don't set the pci power state if the pci subsystem handles the ACPI bits


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