public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-15 05:57:39 to 2024-08-20 14:36:18 UTC [more...]

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-08-20 14:36 UTC  (6+ messages)
` [PATCH 01/11] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH 02/11] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
` [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
` [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init

[PATCH] PCI: host-generic: Fix NULL pointer dereference on 32-bit CAM systems
 2024-08-20 14:04 UTC 

[PATCH v4 0/4] Add Airoha EN7581 PCIe support
 2024-08-20 14:01 UTC  (3+ messages)

[PATCH v6 2/3] PCI/NPEM: Add Native PCIe Enclosure Management support
 2024-08-20 13:52 UTC  (4+ messages)

Question about AER in latest kernels (text format)
 2024-08-20 11:57 UTC  (3+ messages)
  ` AW: "

[PATCH 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-20 11:14 UTC  (36+ messages)
` [PATCH 1/9] PCI: Make pcim_release_region() a public function
` [PATCH 2/9] PCI: Make pcim_iounmap_region() "
` [PATCH 3/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH 4/9] block: mtip32xx: "
` [PATCH 5/9] gpio: "
` [PATCH 6/9] ethernet: cavium: "
` [PATCH 7/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH RFC 0/8] pci: rescan/remove locking rework
 2024-08-15 17:05 UTC  (18+ messages)
` [PATCH RFC 1/8] pci: make pci_stop_dev concurrent safe
` [PATCH RFC 2/8] pci: make pci_destroy_dev "
` [PATCH RFC 3/8] pci: move the walk bus lock to where its needed
` [PATCH RFC 4/8] pci: walk bus recursively
` [PATCH RFC 5/8] pci: unexport pci_walk_bus_locked
` [PATCH RFC 6/8] pci: add helpers for stop and remove bus
` [PATCH RFC 7/8] pci: reference count subordinate
` [PATCH RFC 8/8] pci: use finer grain locking for bus protection

[PATCH v3 0/1] PCI: endpoint: pci-epf-test: Call
 2024-08-20  9:23 UTC  (6+ messages)
` [PATCH v3 1/1] PCI: endpoint: pci-epf-test: Call pci_epf_test_raise_irq() on failed DMA check

[PATCH v1 0/3] PCI: imx6: reset link after suspend/resume
 2024-08-20  7:07 UTC  (12+ messages)
` [PATCH v1 1/3] PCI: imx6: Add a function to deassert the reset gpio
` [PATCH v1 2/3] PCI: imx6: move the wait for clock stabilization to enable ref clk
` [PATCH v1 3/3] PCI: imx6: reset link on resume

[PATCH v2] PCI: endpoint: pci-epf-test: Move DMA check into read/write/copy functions
 2024-08-20  6:19 UTC  (4+ messages)

[PATCH v5 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
 2024-08-20  6:00 UTC  (13+ messages)
` [PATCH v5 3/4] PCI: Decouple D3Hot and D3Cold handling for bridges
` [PATCH v5 4/4] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms

[PATCH v6 00/13] PCI: brcnstb: Enable STB 7712 SOC
 2024-08-19 21:49 UTC  (38+ messages)
` [PATCH v6 01/13] dt-bindings: PCI: Change brcmstb maintainer and cleanup
` [PATCH v6 02/13] dt-bindings: PCI: Use maxItems for reset controllers
` [PATCH v6 03/13] dt-bindings: PCI: brcmstb: Add 7712 SoC description
` [PATCH v6 04/13] PCI: brcmstb: Use common error handling code in brcm_pcie_probe()
` [PATCH v6 05/13] PCI: brcmstb: Use bridge reset if available
` [PATCH v6 06/13] PCI: brcmstb: Use swinit "
` [PATCH v6 07/13] PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific
` [PATCH v6 08/13] PCI: brcmstb: Remove two unused constants from driver
` [PATCH v6 09/13] PCI: brcmstb: Don't conflate the reset rescal with phy ctrl
` [PATCH v6 10/13] PCI: brcmstb: Refactor for chips with many regular inbound windows
` [PATCH v6 11/13] PCI: brcmstb: Check return value of all reset_control_xxx calls
` [PATCH v6 12/13] PCI: brcmstb: Change field name from 'type' to 'soc_base'
` [PATCH v6 13/13] PCI: brcmstb: Enable 7712 SOCs

[RFC PATCH 1/9] PCI/AER: Update AER driver to call root port and downstream port UCE handlers
 2024-08-19 18:35 UTC  (4+ messages)

[PATCH 1/3] dt-bindings: PCI: hisilicon,kirin-pcie: add top-level constraints
 2024-08-19 17:14 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: PCI: renesas,pci-rcar-gen2: "
` [PATCH 3/3] dt-bindings: PCI: socionext,uniphier-pcie-ep: "

[PATCH v3 00/10] Remove pcim_iomap_regions_request_all()
 2024-08-19 15:03 UTC  (13+ messages)
` [PATCH v3 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH v3 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH v3 03/10] crypto: qat - replace "
` [PATCH v3 04/10] crypto: marvell "
` [PATCH v3 05/10] intel_th: pci: Replace "
` [PATCH v3 06/10] wifi: iwlwifi: replace "
` [PATCH v3 07/10] ntb: idt: Replace "
` [PATCH v3 08/10] serial: rp2: "
` [PATCH v3 09/10] ALSA: korg1212: "
` [PATCH v3 10/10] PCI: Remove pcim_iomap_regions_request_all()

[PATCH v3] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
 2024-08-19 11:33 UTC  (5+ messages)

`powertop --auto-tune` results in `WARN: xHC restore state timeout` and lost USB devices
 2024-08-19  8:52 UTC 

[PATCH v2 0/2] PCI/pwrctl: fixes for v6.11
 2024-08-19  8:24 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: don't rely on of_platform_depopulate() for reused OF-nodes
` [PATCH v2 2/2] PCI/pwrctl: put the bus rescan on a different thread

[PATCH 1/2] PCI: ASPM: Allow OS to configure ASPM where BIOS is incapable of
 2024-08-19  5:31 UTC  (3+ messages)

[PATCH v4] PCI: Enable runtime pm of the host bridge
 2024-08-19  4:49 UTC  (5+ messages)

[PATCH] PCI: hotplug: check the return of hotplug bridge
 2024-08-17 13:24 UTC 

[PATCH v4 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
 2024-08-17 13:22 UTC  (9+ messages)
` [PATCH v4 2/3] PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function
` [PATCH v4 3/3] PCI: rockchip: Refactor rockchip_pcie_disable_clocks function signature

[PATCH 0/2] PCI: {qcom-ep/tegra194}: Move endpoint cleanups to PERST# deassert handler
 2024-08-17  5:39 UTC  (3+ messages)
` [PATCH 1/2] PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()
` [PATCH 2/2] PCI: tegra194: Move controller cleanups to pex_ep_event_pex_rst_deassert()

[PATCH] PCI: hotplug: check the return of hotplug bridge In some pci drivers, when the pci bridge is added if the process return an error, the drivers don't check this and continue your execute normally. Then, this patch change this drivers for check return of pci_hp_add_bridge(), and if has an error, then the drivers call goto lable , free your mutex and return the error for your caller
 2024-08-17  5:20 UTC  (2+ messages)
` [PATCH] PCI: hotplug: check the return of hotplug bridge

[PATCH] PCI: hotplug: check the return of hotplug bridge In some pci drivers, when the pci bridge is added if the process return an error, the drivers don't check this and continue your execute normally. Then, this patch change this drivers for check return of pci_hp_add_bridge(), and if has an error, then the drivers call goto lable , free your mutex and return the error for your caller
 2024-08-17  3:18 UTC 

[PATCH] PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()
 2024-08-17  2:01 UTC  (5+ messages)

[PATCH 0/4] PCI: mobivel: Drop layerscape gen4 support
 2024-08-16 23:14 UTC  (9+ messages)
` [PATCH 4/4] MAINTAINERS: drop NXP LAYERSCAPE GEN4 CONTROLLER

[PATCH RESEND] Documentation: devres: fix error about PCI devres
 2024-08-16 22:33 UTC  (2+ messages)

PCI: Work around PCIe link training failures
 2024-08-16 13:57 UTC  (3+ messages)

[PATCH] ACPI: PCI: check if the io space is page aligned
 2024-08-16 12:44 UTC  (3+ messages)

[PATCH] PCI: qcom-ep: Do not enable resources during probe()
 2024-08-16 12:02 UTC  (4+ messages)

[PATCH 2/2] PCI: vmd: Let OS control ASPM for devices under VMD domain
 2024-08-16  6:17 UTC  (4+ messages)

[PATCH v8 2/3] PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver
 2024-08-15 22:47 UTC  (2+ messages)

[PATCH v3] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-15 19:07 UTC 

[PATCH v2] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-15 19:05 UTC  (3+ messages)

[PATCH v2 1/1] PCI: mobivel: Mark layerscape gen4 support as Obsolete
 2024-08-15 18:24 UTC 

[PATCH] x86/amd_nb: Add a new PCI ID for AMD family 1Ah model 60h
 2024-08-15 17:31 UTC  (4+ messages)

[PATCH v3 05/13] PCI: endpoint: Assign PCI domain number for endpoint controllers
 2024-08-15 15:59 UTC  (3+ messages)

[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-08-15 14:56 UTC  (4+ messages)

[PATCH v2 2/4] PCI: Revert to the original speed after PCIe failed link retraining
 2024-08-15  5:57 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