summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-keystone.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge branch 'pci/controller/dwc-keystone'Bjorn Helgaas1-1/+5
2026-08-13PCI: dwc: Handle return value from endpoint .init callbackMarek Vasut1-1/+3
2026-07-15PCI: keystone: Fix OF node reference leak in initYuho Choi1-1/+5
2026-03-15PCI: dwc: Replace certain BAR_RESERVED with BAR_DISABLED in glue driversNiklas Cassel1-0/+12
2026-01-28PCI: dwc: Advertise dynamic inbound mapping supportKoichiro Den1-0/+1
2025-11-13PCI: keystone: Add support to build as a loadable moduleSiddharth Vadapalli1-33/+45
2025-11-13PCI: keystone: Exit ks_pcie_probe() for invalid modeSiddharth Vadapalli1-0/+2
2025-10-03Merge branch 'pci/controller/keystone'Bjorn Helgaas1-4/+4
2025-09-29PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exitSiddharth Vadapalli1-2/+2
2025-08-27PCI: keystone: Use kcalloc() instead of kzalloc()Qianfeng Rong1-2/+2
2025-08-14PCI: endpoint: Drop superfluous pci_epc_features initializationNiklas Cassel1-1/+0
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2025-05-16PCI: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)1-1/+1
2025-05-13PCI: dwc: Return bool from link up checkHans Zhang1-3/+2
2025-03-08PCI: keystone: Specify correct alignment requirementNiklas Cassel1-1/+1
2025-03-08PCI: keystone: Describe Resizable BARs as Resizable BARsNiklas Cassel1-2/+2
2024-11-25Merge branch 'pci/controller/keystone'Bjorn Helgaas1-0/+12
2024-11-07PCI: keystone: Add link up check to ks_pcie_other_map_bus()Kishon Vijay Abraham I1-0/+11
2024-11-07PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatibleKishon Vijay Abraham I1-0/+1
2024-10-03PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2024-09-19Merge branch 'pci/controller/keystone'Bjorn Helgaas1-1/+1
2024-08-13PCI: keystone: Fix if-statement expression in ks_pcie_quirk()Dan Carpenter1-1/+1
2024-07-29PCI: dwc: Silence 'set affinity failed' warningMarek Vasut1-7/+0
2024-07-19Merge branch 'pci/controller/keystone'Bjorn Helgaas1-82/+118
2024-07-09PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapperManivannan Sadhasivam1-1/+1
2024-06-28PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)Kishon Vijay Abraham I1-1/+43
2024-05-28PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_se...Aleksandr Mishin1-5/+15
2024-05-28PCI: keystone: Don't enable BAR 0 for AM654xSiddharth Vadapalli1-34/+18
2024-05-28PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()Siddharth Vadapalli1-42/+42
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam1-0/+2
2024-04-10PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...Manivannan Sadhasivam1-0/+9
2024-02-16PCI: endpoint: Drop only_64bit on reserved BARsNiklas Cassel1-1/+1
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel1-6/+6
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas1-45/+41
2024-01-15Merge branch 'pci/controller/remove-void-return'Bjorn Helgaas1-4/+2
2024-01-15Merge branch 'pci/controller/keystone'Bjorn Helgaas1-0/+9
2024-01-09PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli1-0/+9
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda1-1/+1
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda1-3/+3
2023-12-19PCI: keystone: Use INTX instead of legacyDamien Le Moal1-40/+37
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal1-5/+4
2023-12-16PCI: keystone: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-10PCI: keystone: Don't discard .probe() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: keystone: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+0
2022-08-04Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2022-08-01PCI: dwc: Add macros to compare Synopsys IP core versionsSerge Semin1-1/+1
2022-08-01PCI: dwc: Use native DWC IP core version representationSerge Semin1-6/+6
2022-07-06PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas1-1/+1
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-10/+10