summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint/functions
Commit message (Expand)AuthorAgeFilesLines
* PCI: endpoint: Clear BAR before freeing its spaceAlan Mikhak2019-06-111-1/+1
* PCI: endpoint: Skip odd BAR when skipping 64bit BARAlan Mikhak2019-06-111-13/+12Star
* PCI: endpoint: Allocate enough space for fixed size BARAlan Mikhak2019-06-111-1/+7
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-05-141-0/+5
|\
| * PCI: endpoint: Fix a potential NULL pointer dereferenceKangjie Lu2019-04-121-0/+5
* | PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I2019-04-151-2/+3
|/
* PCI: pci-epf-test: Use pci_epc_get_features() to get EPC featuresKishon Vijay Abraham I2019-02-151-33/+54
* PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64BitKishon Vijay Abraham I2019-02-151-0/+4
* PCI: pci-epf-test: Remove setting epf_bar flags in function driverKishon Vijay Abraham I2019-02-151-4/+0Star
* PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()Wen Yang2019-02-131-2/+2
* pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2018-07-191-2/+27
* pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGustavo Pimentel2018-07-191-20/+41
* Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas2018-06-061-14/+14
|\
| * PCI: endpoint: functions/pci-epf-test: Replace lower into upper case charactersGustavo Pimentel2018-05-151-13/+13
| * PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write()Jia-Ju Bai2018-05-081-1/+1
* | PCI: dwc: Add support for EP modeGustavo Pimentel2018-05-151-0/+7
|/
* PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel2018-04-031-1/+4
* PCI: endpoint: Handle 64-bit BARs properlyNiklas Cassel2018-04-031-0/+7
* PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel2018-04-031-6/+2Star
* PCI: endpoint: BAR width should not depend on sizeof dma_addr_tNiklas Cassel2018-04-031-5/+7
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-013-12/+3Star
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-12/+1Star
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-262-0/+2
* | PCI: endpoint: Add the function number as argument to EPC opsCyrille Pitchen2018-01-311-18/+23
|/
* PCI: endpoint: Use correct "end of test" interruptJohn Keeping2017-09-201-7/+6Star
* PCI: endpoint: Remove the ->remove() callbackShawn Lin2017-08-291-9/+0Star
* PCI: endpoint: Add support to poll early for host commandsKishon Vijay Abraham I2017-08-291-1/+11
* PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regsKishon Vijay Abraham I2017-08-291-18/+42
* PCI: endpoint: Do not reset *command* inadvertentlyKishon Vijay Abraham I2017-08-291-9/+11
* PCI: endpoint: Add "volatile" to pci_epf_test_regKishon Vijay Abraham I2017-08-291-1/+1
* PCI: endpoint: Select CRC32 to fix test build errorRandy Dunlap2017-06-121-0/+1
* PCI: endpoint: functions: Add an EP function to test PCIKishon Vijay Abraham I2017-04-113-0/+527