工具/软件:
您好、
您能否提供在中启用多消息信号中断的情况下迁移 PCIe 驱动程序的正常方法
对于 AM69、将 Linux 4.9.299 更改为 Linux 6.12? 在 Linux 4.9.299 上使用诸如 pci_enable_msi_exact 和 pci_enable_msi_range 的 API
但在 Linux 6.12 中已弃用。 此外、 是否涉及任何设备树更新?
谢谢。
Walter
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:
您好、
您能否提供在中启用多消息信号中断的情况下迁移 PCIe 驱动程序的正常方法
对于 AM69、将 Linux 4.9.299 更改为 Linux 6.12? 在 Linux 4.9.299 上使用诸如 pci_enable_msi_exact 和 pci_enable_msi_range 的 API
但在 Linux 6.12 中已弃用。 此外、 是否涉及任何设备树更新?
谢谢。
Walter
您好 Walter、
有关已弃用的旧版 API 和建议、请参阅 MSI 的 Linux 内核文档: https://docs.kernel.org/PCI/msi-howto.html#legacy-apis
您也可以参考 SDK SDK/RC 示例: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-am69a/11_00_00/exports/docs/linux/SDK/Kernel/GPIe/PCIe/PC Foundational_Components Ie_End_Point EP Kernel_Drivers。 向上流的 EP 示例可以配置多个 msi_interrupts
此致、
Takuma