linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-08 10:52:44 to 2022-06-10 16:36:10 UTC [more...]

[PATCH v14 0/7] PCI: dwc: Fix higher MSI vectors handling
 2022-06-10 16:35 UTC  (6+ messages)
` [PATCH v14 5/7] dt-bindings: PCI: qcom: Support additional MSI interrupts

[PATCH v2 3/5] PCI: axis: Add ARTPEC-8 PCIe controller driver
 2022-06-10 15:30 UTC 

[PATCH] PM / wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEP
 2022-06-10 15:06 UTC  (3+ messages)

[PATCH] PCI: Align MPS to upstream bridge for SAFE and PERFORMANCE mode
 2022-06-10 15:01 UTC 

[PATCH] PCI: vmd: Use devm_kasprintf instead of simple kasprintf
 2022-06-10 14:47 UTC  (5+ messages)

[PATCH] mm: eliminate ifdef of HAVE_IOREMAP_PROT in .c files
 2022-06-10 14:43 UTC  (5+ messages)
  ` Reply: "
` [PATCH v2] "

[PATCH v4 00/18] PCI: dwc: Various fixes and cleanups
 2022-06-10 14:16 UTC  (21+ messages)
` [PATCH v4 01/18] PCI: dwc: Stop link in the host init error and de-initialization
` [PATCH v4 02/18] PCI: dwc: Add unroll iATU space support to the regions disable method
` [PATCH v4 03/18] PCI: dwc: Disable outbound windows for controllers with iATU
` [PATCH v4 04/18] PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address
` [PATCH v4 05/18] PCI: dwc: Deallocate EPC memory on EP init error
` [PATCH v4 06/18] PCI: dwc: Enable CDM-check independently from the num_lanes value
` [PATCH v4 07/18] PCI: dwc: Add braces to the multi-line if-else statements
` [PATCH v4 08/18] PCI: dwc: Add trailing new-line literals to the log messages
` [PATCH v4 09/18] PCI: dwc: Discard IP-core version checking on unrolled iATU detection
` [PATCH v4 10/18] PCI: dwc: Convert Link-up status method to using dw_pcie_readl_dbi()
` [PATCH v4 11/18] PCI: dwc: Organize local variables usage
` [PATCH v4 12/18] PCI: dwc: Re-use local pointer to the resource data
` [PATCH v4 13/18] PCI: dwc: Add start_link/stop_link inliners
` [PATCH v4 14/18] PCI: dwc: Move io_cfg_atu_shared to the Root Port descriptor
` [PATCH v4 15/18] PCI: dwc: Add dw_ prefix to the pcie_port structure name
` [PATCH v4 16/18] PCI: dwc-plat: Simplify the probe method return value handling
` [PATCH v4 17/18] PCI: dwc-plat: Discard unused regmap pointer
` [PATCH v4 18/18] PCI: dwc-plat: Drop dw_plat_pcie_of_match forward declaration

[PATCH v3 00/17] PCI: dwc: Add generic resources and Baikal-T1 support
 2022-06-10 13:12 UTC  (19+ messages)
` [PATCH v3 01/17] dt-bindings: PCI: dwc: Detach common RP/EP DT bindings
` [PATCH v3 02/17] dt-bindings: PCI: dwc: Remove bus node from the examples
` [PATCH v3 03/17] dt-bindings: PCI: dwc: Add phys/phy-names common properties
` [PATCH v3 04/17] dt-bindings: PCI: dwc: Add max-link-speed common property
` [PATCH v3 05/17] dt-bindings: PCI: dwc: Stop selecting generic bindings by default
` [PATCH v3 06/17] dt-bindings: PCI: dwc: Add max-functions EP property
` [PATCH v3 07/17] dt-bindings: PCI: dwc: Add interrupts/interrupt-names common properties
` [PATCH v3 08/17] dt-bindings: PCI: dwc: Add reg/reg-names "
` [PATCH v3 09/17] dt-bindings: PCI: dwc: Add clocks/resets "
` [PATCH v3 10/17] dt-bindings: PCI: dwc: Add dma-coherent property
` [PATCH v3 11/17] dt-bindings: PCI: dwc: Apply common schema to Rockchip DW PCIe nodes
` [PATCH v3 12/17] dt-bindings: PCI: dwc: Add Baikal-T1 PCIe Root Port bindings
` [PATCH v3 13/17] PCI: dwc: Introduce generic controller capabilities interface
` [PATCH v3 14/17] PCI: dwc: Introduce generic resources getter
` [PATCH v3 15/17] PCI: dwc: Combine iATU detection procedures
` [PATCH v3 16/17] PCI: dwc: Introduce generic platform clocks and resets
` [PATCH v3 17/17] PCI: dwc: Add Baikal-T1 PCIe controller support

[PATCH stable-4.9] PCI: qcom: Fix unbalanced PHY init on probe errors
 2022-06-10 12:04 UTC 

[PATCH stable-4.14] PCI: qcom: Fix unbalanced PHY init on probe errors
 2022-06-10 11:58 UTC 

[bugzilla-daemon@kernel.org: [Bug 216109] New: Steam Deck fails to boot when E820 entries clipped out of _CRS]
 2022-06-10 11:14 UTC  (2+ messages)

[PATCH stable-5.17] PCI: qcom: Fix pipe clock imbalance
 2022-06-10 10:19 UTC 

[PATCH v3 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-06-10  9:21 UTC  (26+ messages)
` [PATCH v3 01/24] dmaengine: Fix dma_slave_config.dst_addr description
` [PATCH v3 02/24] dmaengine: dw-edma: Release requested IRQs on failure
` [PATCH v3 03/24] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
` [PATCH v3 04/24] dmaengine: dw-edma: Fix missing src/dst address of the interleaved xfers
` [PATCH v3 05/24] dmaengine: dw-edma: Don't permit non-inc "
` [PATCH v3 06/24] dmaengine: dw-edma: Fix invalid interleaved xfers semantics
` [PATCH v3 07/24] dmaengine: dw-edma: Add CPU to PCIe bus address translation
` [PATCH v3 08/24] dmaengine: dw-edma: Add PCIe bus address getter to the remote EP glue-driver
` [PATCH v3 09/24] dmaengine: dw-edma: Drop chancnt initialization
` [PATCH v3 10/24] dmaengine: dw-edma: Fix DebugFS reg entry type
` [PATCH v3 11/24] dmaengine: dw-edma: Stop checking debugfs_create_*() return value
` [PATCH v3 12/24] dmaengine: dw-edma: Add dw_edma prefix to the DebugFS nodes descriptor
` [PATCH v3 13/24] dmaengine: dw-edma: Convert DebugFS descs to being kz-allocated
` [PATCH v3 14/24] dmaengine: dw-edma: Rename DebugFS dentry variables to 'dent'
` [PATCH v3 15/24] dmaengine: dw-edma: Simplify the DebugFS context CSRs init procedure
` [PATCH v3 16/24] dmaengine: dw-edma: Move eDMA data pointer to DebugFS node descriptor
` [PATCH v3 17/24] dmaengine: dw-edma: Join Write/Read channels into a single device
` [PATCH v3 18/24] dmaengine: dw-edma: Use DMA-engine device DebugFS subdirectory
` [PATCH v3 19/24] dmaengine: dw-edma: Use non-atomic io-64 methods
` [PATCH v3 20/24] dmaengine: dw-edma: Drop DT-region allocation
` [PATCH v3 21/24] dmaengine: dw-edma: Replace chip ID number with device name
` [PATCH v3 22/24] dmaengine: dw-edma: Bypass dma-ranges mapping for the local setup
` [PATCH v3 23/24] dmaengine: dw-edma: Skip cleanup procedure if no private data found
` [PATCH v3 24/24] PCI: dwc: Add DW eDMA engine support

[PATCH v3 00/15] PCI: dwc: Add hw version and dma-ranges support
 2022-06-10  8:49 UTC  (17+ messages)
` [PATCH v3 01/15] PCI: dwc: Add more verbose link-up message
` [PATCH v3 02/15] PCI: dwc: Detect iATU settings after getting "addr_space" resource
` [PATCH v3 03/15] PCI: dwc: Convert to using native IP-core versions representation
` [PATCH v3 04/15] PCI: dwc: Add IP-core version detection procedure
` [PATCH v3 05/15] PCI: dwc: Introduce Synopsys IP-core versions/types interface
` [PATCH v3 06/15] PCI: intel-gw: Drop manual DW PCIe controller version setup
` [PATCH v3 07/15] PCI: tegra194: "
` [PATCH v3 08/15] PCI: dwc: Add host de-initialization callback
` [PATCH v3 09/15] PCI: dwc: Drop inbound iATU types enumeration - dw_pcie_as_type
` [PATCH v3 10/15] PCI: dwc: Drop iATU regions enumeration - dw_pcie_region_type
` [PATCH v3 11/15] PCI: dwc: Simplify in/outbound iATU setup methods
` [PATCH v3 12/15] PCI: dwc: Add iATU regions size detection procedure
` [PATCH v3 13/15] PCI: dwc: Verify in/out regions against iATU constraints
` [PATCH v3 14/15] PCI: dwc: Check iATU in/outbound ranges setup methods status
` [PATCH v3 15/15] PCI: dwc: Introduce dma-ranges property support for RC-host

[PATCH v4 0/2] Add support for Xilinx Versal CPM5 Root Port
 2022-06-10  8:50 UTC  (10+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: xilinx-cpm: Add "
` [PATCH v4 2/2] PCI: xilinx-cpm: Add support for "

[PATCH v9 0/8] PCI: imx6: refine codes and add compliance tests mode support
 2022-06-10  7:09 UTC  (27+ messages)
` [PATCH v9 5/8] PCI: imx6: Refine the regulator usage
` [PATCH v9 6/8] PCI: imx6: Disable clocks and regulators after link is down
` [PATCH v9 7/8] PCI: imx6: Move the phy driver callbacks to the proper places
` [PATCH v9 8/8] PCI: imx6: Add compliance tests mode support

[PATCH v2] [RFC PATCH] PCI: Update LTR threshold based on LTRME bit
 2022-06-10  5:08 UTC  (4+ messages)
` [PATCH v4] PCI/ASPM: Update LTR threshold based upon reported max latencies
  ` [PATCH v5] "

[PATCH v4 1/1] MAINTAINERS: add polarfire rng, pci and clock drivers
 2022-06-09 22:53 UTC  (3+ messages)

[PATCH V10 0/9] CXL: Read CDAT and DSMAS data
 2022-06-09 22:03 UTC  (16+ messages)
` [PATCH V10 5/9] cxl/port: Find a DOE mailbox which supports CDAT
` [PATCH V10 6/9] cxl/port: Read CDAT table
` [PATCH V10 8/9] cxl/port: Retry reading CDAT on failure
` [PATCH V10 9/9] cxl/port: Parse out DSMAS data from CDAT table

[PATCH] powerpc/pci: Add config option for using OF 'reg' for PCI domain
 2022-06-09 20:50 UTC  (8+ messages)

[PATCH] PCI: Add ACS quirk for Broadcom BCM5750x NICs
 2022-06-09 18:58 UTC  (2+ messages)

[PATCH v2] drivers: pci: Directly use ida_alloc()/free()
 2022-06-09 17:31 UTC  (4+ messages)

[PATCH v3] PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains
 2022-06-09 17:25 UTC  (4+ messages)

(SPDM) Device attestation, secure channels from host to device etc: Discuss at Plumbers?
 2022-06-09 14:22 UTC  (2+ messages)

[PATCH v6 0/3] PCI: IPQ6018 platform support
 2022-06-09 13:10 UTC  (3+ messages)

[PATCH v1] PCI: qcom: Allow L1 and its sub states on qcom dwc wrapper
 2022-06-09 11:26 UTC  (3+ messages)

[PATCH v6 0/3] PCI: IPQ6018 platform support
 2022-06-09  8:47 UTC  (5+ messages)
` [PATCH v6 2/3] PCI: qcom: Define slot capabilities using PCI_EXP_SLTCAP_*

[PATCH v9 2/8] PCI: imx6: Add the error propagation from host_init
 2022-06-09  6:19 UTC  (3+ messages)

[PATCH v9 1/8] PCI: imx6: Encapsulate the clock enable into one standalone function
 2022-06-09  6:18 UTC  (3+ messages)

[PATCH v7 1/2] PCI/PM: refactor pci_pm_suspend_noirq()
 2022-06-09  0:10 UTC  (2+ messages)
` [PATCH v7 2/2] PCI/PM: Disable PTM on all devices

[PATCH v3 29/33] PCI/P2PDMA: Convert to printbuf
 2022-06-08 23:40 UTC  (5+ messages)

[PATCH] PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep
 2022-06-08 21:18 UTC  (2+ messages)

[PATCH] PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains
 2022-06-08 20:27 UTC  (2+ messages)

[PATCH v2] PCI: brcmstb: Fix refcount leak in brcm_pcie_probe
 2022-06-08 20:25 UTC  (2+ messages)

[PATCH v2 1/6] x86/amd_nb: Add AMD Family 17h A0-AF IDs
 2022-06-08 20:13 UTC  (2+ messages)

[PATCH] PCI/ERR: handle disconnected devices in report_error_detected
 2022-06-08 20:11 UTC  (2+ messages)

[PATCH V13 5/6] PCI: Add quirk for LS7A to avoid reboot failure
 2022-06-08 19:31 UTC  (2+ messages)

[PATCH v11 0/5] PCI: qcom: Rework pipe_clk/pipe_clk_src handling
 2022-06-08 19:22 UTC  (7+ messages)
` [PATCH v11 1/5] clk: qcom: regmap: add PHY clock source implementation
` [PATCH v11 2/5] clk: qcom: gcc-sm8450: use new clk_regmap_phy_mux_ops for PCIe pipe clocks
` [PATCH v11 3/5] clk: qcom: gcc-sc7280: "
` [PATCH v11 4/5] PCI: qcom: Remove unnecessary pipe_clk handling
` [PATCH v11 5/5] PCI: qcom: Drop manual pipe_clk_src handling

[PATCH v4 1/2] PCI/portdrv: Add option to setup IRQs for platform-specific Service Errors
 2022-06-08 18:39 UTC  (2+ messages)

[RFC v2 24/39] PCI/sysfs: make I/O resource depend on HAS_IOPORT
 2022-06-08 18:32 UTC  (2+ messages)

[RFC v2 23/39] PCI: make quirk using inw() depend on HAS_IOPORT
 2022-06-08 18:30 UTC  (2+ messages)

[PATCH v6 2/2] PCI/PM: disable PTM on all devices
 2022-06-08 18:29 UTC  (3+ messages)

[PATCH 0/2] video: fbdev: Convert from PCI to generic power management
 2022-06-08 18:09 UTC  (3+ messages)

[PATCH v2] PCI: Fix no-op wait after secondary bus reset
 2022-06-08 15:23 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2] firewire: ohci: Convert to generic power management
 2022-06-08 14:24 UTC  (2+ 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).