linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-27 01:54:13 to 2024-04-30 21:56:05 UTC [more...]

[PATCH 00/17] Add support for the LAN966x PCI device using a DT overlay
 2024-04-30 21:55 UTC  (32+ messages)
` [PATCH 01/17] mfd: syscon: Add reference counting and device managed support
` [PATCH 02/17] reset: mchp: sparx5: Remove dependencies and allow building as a module
` [PATCH 03/17] reset: mchp: sparx5: Release syscon when not use anymore
` [PATCH 04/17] reset: core: add get_device()/put_device on rcdev
` [PATCH 05/17] reset: mchp: sparx5: set the dev member of the reset controller
` [PATCH 06/17] dt-bindings: net: mscc-miim: Add resets property
` [PATCH 07/17] net: mdio: mscc-miim: Handle the switch reset
` [PATCH 08/17] net: lan966x: remove debugfs directory in probe() error path
` [PATCH 09/17] dt-bindings: interrupt-controller: Add support for Microchip LAN966x OIC
` [PATCH 10/17] irqdomain: Add missing parameter descriptions in docs
` [PATCH 11/17] irqdomain: Introduce irq_domain_alloc() and irq_domain_publish()
` [PATCH 12/17] irqchip: Add support for LAN966x OIC
` [PATCH 13/17] MAINTAINERS: Add the Microchip LAN966x OIC driver entry
` [PATCH 14/17] of: dynamic: Introduce of_changeset_add_prop_bool()
` [PATCH 15/17] pci: of_property: Add the interrupt-controller property in PCI device nodes
` [PATCH 16/17] mfd: Add support for LAN966x PCI device
` [PATCH 17/17] MAINTAINERS: Add the Microchip LAN966x PCI driver entry

[PATCH v3 0/7] ipq9574: Enable PCI-Express support
 2024-04-30 21:51 UTC  (10+ messages)
` [PATCH v3 6/7] phy: qcom-qmp-pcie: add support for ipq9574 gen3x2 PHY

[PATCH v9 0/4] PCI: brcmstb: Configure appropriate HW CLKREQ# mode
 2024-04-30 21:02 UTC  (2+ messages)

[PATCH v3 0/3] Add 16GT/s equalization and margining settings
 2024-04-30 20:37 UTC  (4+ messages)
` [PATCH v3 3/3] PCI: qcom: Add rx margining settings for 16GT/s

[PATCH] dt-bindings: Drop unnecessary quotes on keys
 2024-04-30 20:36 UTC  (5+ messages)

[PATCH] dt-bindings: PCI: qcom,pcie-sm8350: Drop redundant 'oneOf' sub-schema
 2024-04-30 20:35 UTC  (3+ messages)

[PATCH v2] Documentation: PCI: add vmd documentation
 2024-04-30 20:30 UTC 

[PATCH 00/10] PCI: Add generic Conf Type 0/1 helpers
 2024-04-30 18:43 UTC  (22+ messages)
` [PATCH 01/10] ARM: orion5x: Rename PCI_CONF_{REG,FUNC}() out of the way
` [PATCH 02/10] PCI: Add helpers to calculate PCI Conf Type 0/1 addresses
` [PATCH 03/10] ARM: orion5x: Pass devfn to orion5x_pci_hw_{rd,wr}_conf()
` [PATCH 04/10] ARM: orion5x: Use generic PCI Conf Type 1 helper
` [PATCH 05/10] PCI: ixp4xx: Use generic PCI Conf Type 0 helper
` [PATCH 06/10] PCI: ixp4xx: Replace 1 with PCI_CONF1_TRANSACTION
` [PATCH 07/10] PCI: Replace PCI_CONF1{,_EXT}_ADDRESS() with the new helpers
` [PATCH 08/10] PCI: tegra: Use generic PCI Conf Type 1 helper
` [PATCH 09/10] PCI: mvebu: "
` [PATCH 10/10] PCI: v3: Use generic PCI Conf Type 0/1 helpers

[PATCH v5 4/4] PCI/ASPM: Fix L1.2 parameters when enable link state
 2024-04-30 18:26 UTC  (4+ messages)

[PATCH] libpci: sysfs: Fix segmentation fault by including libgen.h
 2024-04-30 16:51 UTC 

[PATCH v11 0/3] arm64: qcom: sa8775p: add support for EP PCIe
 2024-04-30 15:55 UTC  (4+ messages)
` [PATCH v11 1/3] dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC
` [PATCH v11 2/3] PCI: qcom-ep: Add support for SA8775P SOC
` [PATCH v11 3/3] arm64: dts: qcom: sa8775p: Add ep pcie0 controller node

[PATCH 0/3] Enable PCIe ATS for devicetree boot
 2024-04-30 13:57 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: PCI: generic: Add ats-supported property
` [PATCH 2/3] iommu/of: Support ats-supported device-tree property
` [PATCH 3/3] arm64: dts: fvp: Enable PCIe ATS for Base RevC FVP

[PATCH 1/2] PCI: dra7xx: Fix cpu_addr_fixup parameter name
 2024-04-30 13:19 UTC  (3+ messages)
` [PATCH 2/2] PCI: artpec6: "

[PATCH v2 00/14] PCI: dw-rockchip: Add endpoint mode support
 2024-04-30 12:01 UTC  (15+ messages)
` [PATCH v2 01/14] dt-bindings: PCI: snps,dw-pcie-ep: Add vendor specific reg-name
` [PATCH v2 02/14] dt-bindings: PCI: snps,dw-pcie-ep: Add vendor specific interrupt-names
` [PATCH v2 03/14] dt-bindings: PCI: snps,dw-pcie-ep: Add tx_int{a,b,c,d} legacy irqs
` [PATCH v2 04/14] dt-bindings: PCI: rockchip-dw-pcie: Prepare for Endpoint mode support
` [PATCH v2 05/14] dt-bindings: PCI: rockchip-dw-pcie: Fix description of legacy irq
` [PATCH v2 06/14] dt-bindings: rockchip: Add DesignWare based PCIe Endpoint controller
` [PATCH v2 07/14] PCI: dw-rockchip: Fix weird indentation
` [PATCH v2 08/14] PCI: dw-rockchip: Add rockchip_pcie_ltssm() helper
` [PATCH v2 09/14] PCI: dw-rockchip: Refactor the driver to prepare for EP mode
` [PATCH v2 10/14] PCI: dw-rockchip: Add explicit rockchip,rk3588-pcie compatible
` [PATCH v2 11/14] PCI: dw-rockchip: Add endpoint mode support
` [PATCH v2 12/14] misc: pci_endpoint_test: Add support for rockchip rk3588
` [PATCH v2 13/14] arm64: dts: rockchip: Add PCIe endpoint mode support
` [PATCH v2 14/14] arm64: dts: rockchip: Add rock5b overlays for PCIe endpoint mode

[pci:misc] BUILD SUCCESS 4c407392c1aff30025457972b173a0729830945f
 2024-04-30 11:53 UTC 

[PATCH 00/12] PCI: dw-rockchip: Add endpoint mode support
 2024-04-30 11:42 UTC  (7+ messages)
` [PATCH 04/12] dt-bindings: rockchip: Add DesignWare based PCIe Endpoint controller
` [PATCH 10/12] misc: pci_endpoint_test: Add support for rockchip rk3588

[PATCH v3] PCI: dw-rockchip: Fix initial PERST# GPIO value
 2024-04-30  8:38 UTC  (2+ messages)

[PATCH v4 00/10] PCI: endpoint: Make host reboot handling more robust
 2024-04-30  8:05 UTC  (12+ messages)
` [PATCH v4 01/10] PCI: qcom-ep: Disable resources unconditionally during PERST# assert
` [PATCH v4 02/10] PCI: endpoint: Rename core_init() callback in 'struct pci_epc_event_ops' to epc_init()
` [PATCH v4 03/10] PCI: endpoint: Rename BME to Bus Master Enable
` [PATCH v4 04/10] PCI: qcom-ep: Drop 'Link is enabled' from the debug message for BME event
` [PATCH v4 05/10] PCI: endpoint: pci-epf-test: Refactor pci_epf_test_unbind() function
` [PATCH v4 06/10] PCI: endpoint: pci-epf-{mhi/test}: Move DMA initialization to EPC init callback
` [PATCH v4 07/10] PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
` [PATCH v4 08/10] PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down event
` [PATCH v4 09/10] PCI: qcom-ep: Use the "
` [PATCH v4 10/10] PCI: endpoint: pci-epf-test: Handle "

[PATCH] PCI: qcom: Switch to devm_clk_bulk_get_all() API to get the clocks from Devicetree
 2024-04-30  5:29 UTC  (3+ messages)

[PATCH v12 0/6] PCI: qcom: Add support for OPP
 2024-04-30  5:26 UTC  (8+ messages)
` [PATCH v12 2/6] PCI: qcom: Add ICC bandwidth vote for CPU to PCIe path
` [PATCH v12 3/6] dt-bindings: pci: qcom: Add OPP table
` [PATCH v12 4/6] arm64: dts: qcom: sm8450: Add OPP table support to PCIe
` [PATCH v12 5/6] PCI: Bring the PCIe speed to MBps logic to new pcie_link_speed_to_mbps()
` [PATCH v12 6/6] PCI: qcom: Add OPP support to scale performance

[PATCH v3 0/5] PCI: controller: Move to agnostic GPIO API
 2024-04-30  5:16 UTC  (8+ messages)
` [PATCH v3 1/5] PCI: dra7xx: Add missing header inclusion
` [PATCH v3 2/5] PCI: aardvark: Remove unused of_gpio.h
` [PATCH v3 3/5] PCI: dwc: "
` [PATCH v3 4/5] PCI: imx6: Convert to agnostic GPIO API
` [PATCH v3 5/5] PCI: kirin: "

[PATCH v16 00/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2024-04-30  1:10 UTC  (5+ messages)
` [PATCH v16 15/22] PCI: microchip: Add event irqchip field to host port and add PLDA irqchip
` 回复: [PATCH v16 00/22] Refactoring Microchip PCIe driver and add StarFive PCIe

[PATCH] PCI/MSI: Fix UAF in msi_capability_init
 2024-04-29 23:32 UTC  (3+ messages)

[PATCH v5 0/4] PCI: Add Secondary Bus Reset (SBR) support for CXL
 2024-04-29 22:35 UTC  (5+ messages)
` [PATCH v5 1/4] PCI/cxl: Move PCI CXL vendor Id to a common location from CXL subsystem
` [PATCH v5 2/4] PCI: Add check for CXL Secondary Bus Reset
` [PATCH v5 3/4] PCI: Create new reset method to force SBR for CXL
` [PATCH v5 4/4] cxl: Add post reset warning if reset results in loss of previously committed HDM decoders

[PATCH v3 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-04-29 21:23 UTC  (33+ messages)
` [PATCH v3 01/11] PCI: imx6: Fix PCIe link down when i.MX8MM and i.MX8MP PCIe is EP mode
` [PATCH v3 02/11] PCI: imx6: Fix i.MX8MP PCIe EP can not trigger MSI
` [PATCH v3 03/11] PCI: imx6: Rename imx6_* with imx_*
` [PATCH v3 04/11] PCI: imx6: Rename pci-imx6.c to pcie-imx.c
` [PATCH v3 05/11] MAINTAINERS: pci: imx: update imx6* to imx* since rename driver file
` [PATCH v3 06/11] PCI: imx: Simplify switch-case logic by involve set_ref_clk callback
` [PATCH v3 07/11] PCI: imx: Simplify switch-case logic by involve core_reset callback
` [PATCH v3 08/11] PCI: imx: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
` [PATCH v3 09/11] PCI: imx: Consolidate redundant if-checks
` [PATCH v3 10/11] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string
` [PATCH v3 11/11] PCI: imx6: Add i.MX8Q PCIe support

[PATCH] PCI/ASPM: Clarify that pcie_aspm=off means leave ASPM untouched
 2024-04-29 19:18 UTC 

[PATCH 1/1] cxl/acpi.c: Add buggy BIOS hint for CXL ACPI lookup failure
 2024-04-29 18:35 UTC  (4+ messages)

[PATCH 0/3] sysfs: Group visibility fixups
 2024-04-29 17:47 UTC  (13+ messages)
` [PATCH 1/3] sysfs: Fix crash on empty group attributes array

[PATCH] PCI: Add a mutex to protect the global list pci_domain_busn_res_list
 2024-04-29 17:03 UTC  (2+ messages)

[PATCH 1/2] PCI/ERR: Cleanup misleading indentation inside if conditions
 2024-04-29 15:49 UTC  (3+ messages)
` [PATCH 2/2] PCI: Cleanup accessor macros formatting

pcie-mediatek slot calculation correct?
 2024-04-29 10:22 UTC 

[PATCH v2 0/4] PCI: controller: Move to agnostic GPIO API
 2024-04-29  8:47 UTC  (8+ messages)
` [PATCH v2 1/4] PCI: aardvark: Remove unused of_gpio.h
` [PATCH v2 3/4] PCI: imx6: Convert to agnostic GPIO API
` [PATCH v2 4/4] PCI: kirin: "

[PATCH] PCI: dwc: keystone: Fix potential NULL dereference
 2024-04-29  6:53 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH v4 00/20] RISC-V: ACPI: Add external interrupt controller support
 2024-04-29  6:41 UTC  (4+ messages)

[Query] ACS enablement in the DT based boot flow
 2024-04-28  7:23 UTC  (3+ messages)

[PATCH v3 0/3] PCI/AER: Handle Advisory Non-Fatal error
 2024-04-28  3:31 UTC  (6+ messages)
` [PATCH v3 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info

PCIE BAR resizing blocked by another BAR on same device?
 2024-04-27 20:42 UTC  (8+ messages)

[pci:msi] BUILD SUCCESS 0ba5cd94bbc2d21ffb392b6a3b23ee288b4778d5
 2024-04-27 19:06 UTC 

[PATCH 0/4 v4] PCI: Add Secondary Bus Reset (SBR) support for CXL
 2024-04-27 17:07 UTC  (5+ messages)
` [PATCH v4 3/4] PCI: Create new reset method to force SBR "

[PATCH v4] PCI: Relabel JHL6540 on Lenovo X1 Carbon 7,8
 2024-04-27 15:09 UTC  (15+ messages)

[RFC PATCH v2 0/6] Towards a shared TSM sysfs-ABI for Confidential Computing
 2024-04-27  2:58 UTC  (4+ messages)
` [RFC PATCH v2 5/6] PCI/TSM: Authenticate devices via platform TSM


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