summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint
AgeCommit message (Expand)AuthorLines
2025-01-23Merge branch 'pci/endpoint-test'Bjorn Helgaas-3/+22
2025-01-21PCI: endpoint: pci-epf-test: Add support for capabilitiesNiklas Cassel-0/+19
2025-01-21PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY testManivannan Sadhasivam-2/+2
2025-01-21PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on errorMohamed Khalfella-1/+1
2024-12-18PCI: endpoint: Verify that requested BAR size is a power of twoNiklas Cassel-0/+3
2024-12-18PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar()Niklas Cassel-2/+9
2024-12-12PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf()Zijun Hu-0/+1
2024-12-12PCI: endpoint: Simplify pci_epc_get()Zijun Hu-15/+6
2024-12-12PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy()Zijun Hu-1/+1
2024-11-18PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf()Zijun Hu-3/+3
2024-11-18PCI: endpoint: Fix PCI domain ID release in pci_epc_destroy()Zijun Hu-3/+2
2024-11-16PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio'Zhongqiu Han-0/+6
2024-11-16PCI: endpoint: Remove surplus return statement from pci_epf_test_clean_dma_ch...Wang Jiang-2/+0
2024-11-04PCI: endpoint: test: Synchronously cancel command handler workDamien Le Moal-2/+2
2024-10-16PCI: endpoint: test: Use pci_epc_mem_map/unmap()Damien Le Moal-179/+193
2024-10-16PCI: endpoint: Introduce pci_epc_mem_map()/unmap()Damien Le Moal-0/+103
2024-10-12PCI: endpoint: Improve pci_epc_mem_alloc_addr()Damien Le Moal-3/+6
2024-10-12PCI: endpoint: Introduce pci_epc_function_is_valid()Damien Le Moal-48/+31
2024-09-13PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam-1/+1
2024-09-01PCI: endpoint: Assign PCI domain number for endpoint controllersManivannan Sadhasivam-0/+14
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2024-07-19Merge branch 'pci/controller/qcom'Bjorn Helgaas-0/+1
2024-07-04PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()Dan Carpenter-2/+5
2024-07-04PCI: endpoint: Clean up error handling in vpci_scan_bus()Dan Carpenter-3/+9
2024-07-04PCI: endpoint: Make pci_epc_class struct constantGreg Kroah-Hartman-12/+7
2024-07-04PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF driversManivannan Sadhasivam-2/+59
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-05-28PCI: endpoint: pci-epf-test: Handle Link Down eventManivannan Sadhasivam-0/+10
2024-05-28PCI: endpoint: pci-epf-{mhi/test}: Move DMA initialization to EPC init callbackManivannan Sadhasivam-14/+14
2024-05-28PCI: endpoint: pci-epf-test: Refactor pci_epf_test_unbind() functionManivannan Sadhasivam-19/+39
2024-05-28PCI: endpoint: Rename BME to Bus Master EnableManivannan Sadhasivam-13/+14
2024-05-28PCI: endpoint: Rename core_init() callback in 'struct pci_epc_event_ops' to e...Manivannan Sadhasivam-12/+12
2024-05-28PCI: endpoint: pci-epf-test: Use 'msix_capable' flag directly in pci_epf_test...Manivannan Sadhasivam-6/+2
2024-05-28PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_tes...Manivannan Sadhasivam-11/+3
2024-05-28PCI: endpoint: Remove unused field in struct pci_epf_groupChristophe JAILLET-1/+0
2024-05-28PCI: epf-mhi: Enable HDMA for SA8775P SoCMrinmay Sarkar-0/+1
2024-05-16Merge branch 'pci/endpoint'Bjorn Helgaas-50/+21
2024-04-10PCI: endpoint: pci-epf-test: Clean up pci_epf_test_unbind()Niklas Cassel-8/+6
2024-04-10PCI: endpoint: pci-epf-test: Simplify pci_epf_test_set_bar() loopNiklas Cassel-17/+4
2024-04-10PCI: endpoint: pci-epf-test: Remove superfluous codeNiklas Cassel-14/+0
2024-04-10PCI: endpoint: Allocate a 64-bit BAR if that is the only optionNiklas Cassel-3/+6
2024-04-10PCI: endpoint: pci-epf-test: Simplify pci_epf_test_alloc_space() loopNiklas Cassel-8/+5
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam-13/+36
2024-02-16PCI: endpoint: Drop only_64bit on reserved BARsNiklas Cassel-7/+0
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel-30/+31
2024-02-16PCI: epf-mhi: Add support for SA8775P SoCMrinmay Sarkar-0/+17
2024-02-16PCI: epf-mhi: Add "pci_epf_mhi_" prefix to the function namesManivannan Sadhasivam-2/+2
2024-02-16PCI: epf-vntb: Return actual error code during pci_vntb_probe() failureYang Yingliang-1/+1
2024-02-16NTB: fix possible name leak in ntb_register_device()Yang Yingliang-5/+1
2024-02-09PCI: endpoint: pci-epf-vntb: Remove superfluous checks for pci_epf_alloc_spac...Niklas Cassel-11/+0