nuttx/drivers/pci
p-szafonimateusz a0e00b993a intel64: register PCI controller early but postpone PCI drivers init
Some of PCI drivers require OS interfaces that can't be executed in the INIT context.
In that case we have to postpone PCI drivers probing and call it for example
in board initialization logic.

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2024-09-15 03:37:58 +08:00
..
CMakeLists.txt cmake: add support for PCI 2024-09-12 18:11:13 +08:00
Kconfig intel64: register PCI controller early but postpone PCI drivers init 2024-09-15 03:37:58 +08:00
Make.defs pci/pci_ivshmem: add pci ivshmem driver support 2024-09-10 14:34:31 +08:00
pci_drivers.c pci_drivers.c: initialize ret to avoid compiler warnings 2024-09-15 03:37:58 +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_qemu_edu: add MSI test 2024-09-13 09:42:08 +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: pci uio ivshmem msix interrupt support 2024-09-14 08:39:52 +08:00
pci.c pci: Add driver_data to pci_device_id_s 2024-09-15 03:37:58 +08:00