Re: [PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms

2014-09-23 Thread Yijing Wang
On 2014/9/24 5:09, Bjorn Helgaas wrote: > On Fri, Sep 05, 2014 at 06:09:45PM +0800, Yijing Wang wrote: >> This series is based Bjorn's pci-next branch + Alexander Gordeev's two >> patches >> "Remove arch_msi_check_device()" link: https://lkml.org/lkml/2014/7/12/41 >> >> Currently, there are a lot

Re: [PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms

2014-09-23 Thread Bjorn Helgaas
On Fri, Sep 05, 2014 at 06:09:45PM +0800, Yijing Wang wrote: > This series is based Bjorn's pci-next branch + Alexander Gordeev's two patches > "Remove arch_msi_check_device()" link: https://lkml.org/lkml/2014/7/12/41 > > Currently, there are a lot of weak arch functions in MSI code. > Thierry Red

[PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms

2014-09-05 Thread Yijing Wang
This series is based Bjorn's pci-next branch + Alexander Gordeev's two patches "Remove arch_msi_check_device()" link: https://lkml.org/lkml/2014/7/12/41 Currently, there are a lot of weak arch functions in MSI code. Thierry Reding Introduced MSI chip framework to configure MSI/MSI-X in arm. This s