summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/misc'Bjorn Helgaas2023-10-281-1/+0
|\
| * PCI: endpoint: Fix double free in __pci_epc_create()Dan Carpenter2023-10-261-1/+0
* | PCI: endpoint: Use IS_ERR_OR_NULL() helper functionRuan Jinjie2023-10-051-6/+6
|/
* Merge branch 'pci/misc'Bjorn Helgaas2023-08-292-17/+16
|\
| * PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-16/+16
| * PCI: Explicitly include correct DT includesRob Herring2023-07-181-1/+0
* | PCI: endpoint: Add kernel-doc for pci_epc_mem_init() APIManivannan Sadhasivam2023-08-261-0/+10
* | PCI: epf-mhi: Use iATU for small transfersManivannan Sadhasivam2023-08-261-0/+6
* | PCI: epf-mhi: Add support for SM8450Manivannan Sadhasivam2023-08-261-3/+19
* | PCI: epf-mhi: Add eDMA supportManivannan Sadhasivam2023-08-261-6/+231
* | PCI: epf-mhi: Make use of the alignment restriction from EPF coreManivannan Sadhasivam2023-08-261-7/+14
|/
* Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds2023-07-091-0/+1
|\
| * NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie2023-07-081-0/+1
* | PCI: endpoint: pci-epf-vntb: Fix typo in commentsFrank Li2023-06-231-5/+5
* | PCI: endpoint: Add PCI Endpoint function driver for MHI busManivannan Sadhasivam2023-06-233-0/+469
* | PCI: endpoint: Add BME notifier supportManivannan Sadhasivam2023-06-231-0/+26
* | PCI: endpoint: Add linkdown notifier supportManivannan Sadhasivam2023-06-231-0/+26
* | PCI: endpoint: Return error if EPC is started/stopped multiple timesManivannan Sadhasivam2023-06-231-0/+3
* | PCI: endpoint: Pass EPF device ID to the probe functionManivannan Sadhasivam2023-06-234-8/+13
* | PCI: endpoint: Add missing documentation about the MSI/MSI-X rangeManivannan Sadhasivam2023-06-231-2/+2
* | PCI: endpoint: Improve pci_epf_type_add_cfs()Damien Le Moal2023-06-231-1/+1
* | PCI: endpoint: functions/pci-epf-test: Fix dma_chan directionYoshihiro Shimoda2023-06-231-1/+1
* | PCI: epf-test: Simplify transfers result printDamien Le Moal2023-06-231-25/+14
* | PCI: epf-test: Simplify DMA support checksDamien Le Moal2023-06-231-30/+15
* | PCI: epf-test: Cleanup request result handlingDamien Le Moal2023-06-231-25/+21
* | PCI: epf-test: Cleanup pci_epf_test_cmd_handler()Damien Le Moal2023-06-231-16/+14
* | PCI: epf-test: Improve handling of command and status registersDamien Le Moal2023-06-231-4/+9
* | PCI: epf-test: Simplify IRQ test commands executionDamien Le Moal2023-06-231-26/+17
* | PCI: epf-test: Simplify pci_epf_test_raise_irq()Damien Le Moal2023-06-231-13/+8
* | PCI: epf-test: Simplify read/write/copy test functionsDamien Le Moal2023-06-231-12/+9
* | PCI: epf-test: Use dmaengine_submit() to initiate DMA transferDamien Le Moal2023-06-231-1/+1
* | PCI: epf-test: Fix DMA transfer completion detectionDamien Le Moal2023-06-231-11/+27
* | PCI: epf-test: Fix DMA transfer completion initializationDamien Le Moal2023-06-231-1/+1
* | PCI: endpoint: Move pci_epf_type_add_cfs() codeDamien Le Moal2023-06-232-32/+36
* | PCI: endpoint: Automatically create a function specific attributes groupDamien Le Moal2023-06-231-22/+20
* | PCI: endpoint: Fix a Kconfig prompt of vNTB driverShunsuke Mie2023-06-231-1/+1
|/
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge branch 'pci/misc'Bjorn Helgaas2023-02-221-0/+1
|\
| * PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-docYang Yingliang2023-01-181-0/+1
* | Merge branch 'pci/endpoint'Bjorn Helgaas2023-02-222-33/+37
|\ \
| * | PCI: endpoint: Use link_up() callback in place of LINK_UP notifierManivannan Sadhasivam2023-02-142-25/+20
| * | PCI: endpoint: Use callback mechanism for passing events from EPC to EPFManivannan Sadhasivam2023-02-142-8/+16
| * | PCI: endpoint: Use a separate lock for protecting epc->pci_epf listManivannan Sadhasivam2023-02-141-4/+5
| |/
* / PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock2023-02-174-4/+0
|/
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2022-12-102-10/+10
|\
| * PCI: endpoint: Fix Kconfig indent styleShunsuke Mie2022-11-111-9/+9
| * PCI: pci-epf-test: Register notifier if only core_init_notifier is enabledKunihiko Hayashi2022-10-271-1/+1
* | PCI: endpoint: pci-epf-vntb: Fix sparse ntb->reg build warningFrank Li2022-11-231-4/+4
* | PCI: endpoint: pci-epf-vntb: Fix sparse build warning for epf_dbFrank Li2022-11-231-6/+4
* | PCI: endpoint: pci-epf-vntb: Replace hardcoded 4 with sizeof(u32)Frank Li2022-11-231-12/+12