> On Mon, Sep 2, 2019 at 3:02 PM <[email protected]> wrote:
> > From: Yu-Yen Ting <[email protected]>
> >
> > 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: Ján Veselý <[email protected]>
> > Reviewed-by: Brian Norris <[email protected]>
> Reviewed-by: Daniel Drake <[email protected]>
> > Signed-off-by: Yu-Yen Ting <[email protected]>
> > Signed-off-by: Yan-Hsuan Chuang <[email protected]>

Rebased and sent. Please check it and see if I've done anything wrong :)
https://patchwork.kernel.org/cover/11127453/

Thanks,
Yan-Hsuan

Reply via email to