summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2024-07-18Kconfig: reduce the amount of power sequencing noiseBartosz Golaszewski
2024-07-17Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-15Merge tag 'pwrseq-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-07-12PCI: Extend ACS configurabilityVidya Sagar
2024-07-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams
2024-07-11PCI: Add managed pcim_iomap_range()Philipp Stanner
2024-07-11PCI: Remove legacy pcim_release()Philipp Stanner
2024-07-11PCI: Add managed pcim_intx()Philipp Stanner
2024-07-10PCI: vmd: Create domain symlink before pci_bus_add_devices()Jiwei Sun
2024-07-10PCI: qcom: Prevent use of uninitialized data in qcom_pcie_suspend_noirq()Dan Carpenter
2024-07-10PCI: qcom: Prevent potential error pointer dereferenceDan Carpenter
2024-07-10PCI: qcom: Fix missing error code in qcom_pcie_probe()Dan Carpenter
2024-07-10PCI: Give pcim_set_mwi() its own devres cleanup callbackPhilipp Stanner
2024-07-10PCI: Move struct pci_devres.pinned bit to struct pci_devPhilipp Stanner
2024-07-10PCI: Remove struct pci_devres.enabled status bitPhilipp Stanner
2024-07-10PCI: Document hybrid devres hazardsPhilipp Stanner
2024-07-10PCI: Add managed pcim_request_region()Philipp Stanner
2024-07-10PCI: Deprecate pcim_iomap_table(), pcim_iomap_regions_request_all()Philipp Stanner
2024-07-10PCI: Add managed partial-BAR request and map infrastructurePhilipp Stanner
2024-07-10PCI: Add devres helpers for iomap tablePhilipp Stanner
2024-07-10PCI: Add and use devres helper for bit masksPhilipp Stanner
2024-07-09PCI: dw-rockchip: Use pci_epc_init_notify() directlyNiklas Cassel
2024-07-09PCI: dw-rockchip: Add endpoint mode supportNiklas Cassel
2024-07-09PCI: dw-rockchip: Refactor the driver to prepare for EP modeNiklas Cassel
2024-07-09PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helperNiklas Cassel
2024-07-09PCI: dw-rockchip: Fix weird indentationNiklas Cassel
2024-07-09PCI: dw-rockchip: Fix initial PERST# GPIO valueNiklas Cassel
2024-07-09PCI: dw-rockchip: Add error messages in .probe() error pathsUwe Kleine-König
2024-07-09PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpioManivannan Sadhasivam
2024-07-09PCI: rockchip-host: Wait 100ms after reset before starting configurationDamien Le Moal
2024-07-09PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handlingDamien Le Moal
2024-07-09PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitationNiklas Cassel
2024-07-09PCI: layerscape-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link ...Manivannan Sadhasivam
2024-07-09PCI: qcom-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link Down e...Manivannan Sadhasivam
2024-07-09PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapperManivannan Sadhasivam
2024-07-09PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down eventManivannan Sadhasivam
2024-07-09PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...Frank Li
2024-07-09PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macroFrank Li
2024-07-09PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macrosYoshihiro Shimoda
2024-07-09PCI: dwc: Add outbound MSG TLPs supportYoshihiro Shimoda
2024-07-09PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structureYoshihiro Shimoda
2024-07-09PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slotFrank Li
2024-07-09PCI: dwc: Use msleep() in dw_pcie_wait_for_link()Konrad Dybcio
2024-07-09PCI: kirin: Convert to use agnostic GPIO APIAndy Shevchenko
2024-07-09PCI: kirin: Convert kirin_pcie_parse_port() to scoped iteratorJavier Carrasco
2024-07-09PCI: qcom: Add OPP support to scale performanceKrishna chaitanya chundru
2024-07-09PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()Krishna chaitanya chundru
2024-07-09PCI: qcom: Add ICC bandwidth vote for CPU to PCIe pathKrishna chaitanya chundru
2024-07-09PCI: qcom-ep: Disable resources unconditionally during PERST# assertManivannan Sadhasivam
2024-07-09PCI: qcom-ep: Override NO_SNOOP attribute for SA8775P EPMrinmay Sarkar