rtw88: pci: enable MSI interrupt
MSI interrupt should be enabled on certain platform. Add a module parameter disable_msi to disable MSI interrupt, driver will then use legacy interrupt instead. One could rebind the PCI device, probe() will pick up the new value of the module parameter. Such as: echo '0000:01:00.0' > /sys/bus/pci/drivers/rtw_pci/unbind echo '0000:01:00.0' > /sys/bus/pci/drivers/rtw_pci/bind Tested-by: NJán Veselý <jano.vesely@gmail.com> Reviewed-by: NBrian Norris <briannorris@chromium.org> Reviewed-by: NDaniel Drake <drake@endlessm.com> Signed-off-by: NYu-Yen Ting <steventing@realtek.com> Signed-off-by: NYan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
Showing
想要评论请 注册 或 登录