nuttx-update/drivers/devicetree
Bowen Wang e8467a9bd5 fdt_virtio_mmio: bug fix, should not return when ret == -ENODEV
-ENODEV is a normal error code for function virtio_register_mmio_device()
because the virtio device is not must be in the mmio register address

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-08 08:15:00 +08:00
..
CMakeLists.txt devicetree/fdt_virtio_mmio: implement the fdt_virtio_mmio_devices_register() 2024-10-08 08:15:00 +08:00
fdt.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
fdt_pci.c devicetree/fdt_pci: implement the fdt_pci_ecam_register() 2024-09-28 11:51:33 +08:00
fdt_virtio_mmio.c fdt_virtio_mmio: bug fix, should not return when ret == -ENODEV 2024-10-08 08:15:00 +08:00
Kconfig fdt: move fdx_xx extend APIs from boards to drivers 2024-03-22 18:51:33 +08:00
Make.defs devicetree/fdt_virtio_mmio: implement the fdt_virtio_mmio_devices_register() 2024-10-08 08:15:00 +08:00