incubator-nuttx/drivers/pci
Bowen Wang 9c91ed2360 pci/pci_ivshmem: fix bug in remove and add vmid check
1. Should check the vmid in ivshmem_remove() when release irq instead
check the ivdev->reg;
2. Add vmid check in ivshmem_probe() because ivshmem driver only support
vmid == 0 or 1 for now in NuttX;

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-09-10 14:34:31 +08:00
..
Kconfig pci/pci_ivshmem: add pci ivshmem driver support 2024-09-10 14:34:31 +08:00
Make.defs pci/pci_ivshmem: add pci ivshmem driver support 2024-09-10 14:34:31 +08:00
pci.c fix Compile error 2024-09-06 10:01:11 +08:00
pci_drivers.c pci/pci_ivshmem: add pci ivshmem driver support 2024-09-10 14:34:31 +08:00
pci_drivers.h pci/pci_ivshmem: add pci ivshmem driver support 2024-09-10 14:34:31 +08:00
pci_ecam.c Changed the pci bus for arm architecture 2024-09-06 10:01:11 +08:00
pci_ivshmem.c pci/pci_ivshmem: fix bug in remove and add vmid check 2024-09-10 14:34:31 +08:00
pci_qemu_edu.c drivers/pci/pci_qemu_edu: update qemu edu driver code 2024-09-06 10:01:11 +08:00
pci_qemu_test.c drivers/pci/pci_qemu_test: update qemu pci test code 2024-09-06 10:01:11 +08:00
pci_uio_ivshmem.c pci/pci_uio_ivshmem: add pci uio ivshmem driver support 2024-09-10 14:34:31 +08:00