| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-11-03 | 1 | -0/+4 |
|\ |
|
| * | misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support | Siddharth Vadapalli | 2023-10-27 | 1 | -0/+4 |
* | | misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller | Yoshihiro Shimoda | 2023-10-23 | 1 | -0/+4 |
|/ |
|
* | misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq() | Damien Le Moal | 2023-06-23 | 1 | -8/+4 |
* | misc: pci_endpoint_test: Do not write status in IRQ handler | Damien Le Moal | 2023-06-23 | 1 | -3/+0 |
* | misc: pci_endpoint_test: Re-init completion for every test | Damien Le Moal | 2023-06-23 | 1 | -0/+4 |
* | misc: pci_endpoint_test: Free IRQs before removing the device | Damien Le Moal | 2023-06-23 | 1 | -3/+3 |
* | Merge branch 'pci/misc' | Bjorn Helgaas | 2023-02-22 | 1 | -1/+1 |
|\ |
|
| * | misc: pci_endpoint_test: Drop initial kernel-doc marker | Randy Dunlap | 2023-01-17 | 1 | -1/+1 |
* | | misc: pci_endpoint_test: Add i.MX8 PCIe EP device support | Richard Zhu | 2023-01-16 | 1 | -0/+2 |
|/ |
|
* | misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic | Shunsuke Mie | 2022-09-09 | 1 | -0/+5 |
* | misc: pci_endpoint_test: Aggregate params checking for xfer | Shunsuke Mie | 2022-09-09 | 1 | -6/+23 |
* | misc: pci_endpoint_test: Terminate statement with semicolon | Ming Wang | 2022-01-11 | 1 | -1/+1 |
* | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-09-07 | 1 | -0/+9 |
|\ |
|
| * | Merge branch 'remotes/lorenzo/pci/endpoint' | Bjorn Helgaas | 2021-09-02 | 1 | -0/+1 |
| |\ |
|
| | * | misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device | Kishon Vijay Abraham I | 2021-08-19 | 1 | -0/+1 |
| * | | misc: pci_endpoint_test: Add deviceID for AM64 and J7200 | Kishon Vijay Abraham I | 2021-08-19 | 1 | -0/+8 |
| |/ |
|
* / | misc: pci_endpoint_test: Ensure relationship between miscdev and PCI | Richard Weinberger | 2021-07-21 | 1 | -0/+1 |
|/ |
|
* | PCI: Add TI J721E device to PCI IDs | Kishon Vijay Abraham I | 2021-02-23 | 1 | -1/+0 |
* | misc: pci_endpoint_test: fix return value of error branch | Xiongfeng Wang | 2020-12-09 | 1 | -2/+6 |
* | misc: pci_endpoint_test: Remove unnecessary verification | Gustavo Pimentel | 2020-11-03 | 1 | -1/+1 |
* | Merge branch 'remotes/lorenzo/pci/rcar' | Bjorn Helgaas | 2020-10-21 | 1 | -2/+7 |
|\ |
|
| * | misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controller | Lad Prabhakar | 2020-09-07 | 1 | -0/+2 |
| * | misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllers | Lad Prabhakar | 2020-09-07 | 1 | -2/+5 |
* | | misc: pci_endpoint_test: Add driver data for Layerscape PCIe controllers | Hou Zhiqiang | 2020-09-24 | 1 | -2/+6 |
* | | misc: pci_endpoint_test: Add LS1088a in pci_device_id table | Xiaowei Bao | 2020-09-24 | 1 | -0/+2 |
|/ |
|
* | misc: pci_endpoint_test: Add J721E in pci_device_id table | Kishon Vijay Abraham I | 2020-08-03 | 1 | -0/+9 |
* | misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller | Lad Prabhakar | 2020-05-19 | 1 | -0/+4 |
* | misc: pci_endpoint_test: remove duplicate macro PCI_ENDPOINT_TEST_STATUS | Lad Prabhakar | 2020-04-02 | 1 | -1/+0 |
* | misc: pci_endpoint_test: Use full pci-endpoint-test name in request_irq() | Kishon Vijay Abraham I | 2020-04-02 | 1 | -6/+19 |
* | misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices | Kishon Vijay Abraham I | 2020-04-02 | 1 | -1/+1 |
* | misc: pci_endpoint_test: Add ioctl to clear IRQ | Kishon Vijay Abraham I | 2020-04-02 | 1 | -0/+10 |
* | misc: pci_endpoint_test: Avoid using module parameter to determine irqtype | Kishon Vijay Abraham I | 2020-04-02 | 1 | -3/+9 |
* | misc: pci_endpoint_test: Add support to get DMA option from userspace | Kishon Vijay Abraham I | 2020-04-02 | 1 | -3/+62 |
* | misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocation | Kishon Vijay Abraham I | 2020-04-02 | 1 | -21/+79 |
* | PCI: Add PCI_STD_NUM_BARS for the number of standard BARs | Denis Efremov | 2019-10-14 | 1 | -4/+4 |
* | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2019-07-17 | 1 | -1/+1 |
|\ |
|
| * | PCI: Add Synopsys endpoint EDDA Device ID | Gustavo Pimentel | 2019-06-10 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341 | Thomas Gleixner | 2019-06-05 | 1 | -12/+1 |
|/ |
|
* | misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_test | Kishon Vijay Abraham I | 2019-05-01 | 1 | -0/+1 |
* | misc: pci_endpoint_test: Add support to test PCI EP in AM654x | Kishon Vijay Abraham I | 2019-05-01 | 1 | -0/+17 |
* | misc: pci_endpoint_test: Add the layerscape EP device support | Xiaowei Bao | 2019-02-21 | 1 | -0/+1 |
* | pci_endpoint_test: Add 2 ioctl commands | Gustavo Pimentel | 2018-07-19 | 1 | -47/+159 |
* | pci-epf-test/pci_endpoint_test: Add MSI-X support | Gustavo Pimentel | 2018-07-19 | 1 | -8/+21 |
* | pci-epf-test/pci_endpoint_test: Use irq_type module parameter | Gustavo Pimentel | 2018-07-19 | 1 | -9/+19 |
* | pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace | Gustavo Pimentel | 2018-07-19 | 1 | -31/+50 |
* | Merge branch 'lorenzo/pci/endpoint' | Bjorn Helgaas | 2018-06-06 | 1 | -14/+14 |
|\ |
|
| * | misc: pci_endpoint_test: Use pci_irq_vector function | Gustavo Pimentel | 2018-05-15 | 1 | -5/+5 |
| * | misc: pci_endpoint_test: Replace lower into upper case characters | Gustavo Pimentel | 2018-05-15 | 1 | -9/+9 |
* | | misc: pci_endpoint_test: Add DesignWare EP entry | Gustavo Pimentel | 2018-05-15 | 1 | -0/+1 |
|/ |
|