Re: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-25 Thread Duc Dang
On Fri, Sep 25, 2015 at 4:34 PM, Bjorn Helgaas wrote: > On Fri, Sep 18, 2015 at 09:59:56AM +0100, Marc Zyngier wrote: >> On Wed, 16 Sep 2015 17:31:40 -0700 >> Duc Dang wrote: >> >> > With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of >> > struct msi_controller"), it is no longer

Re: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-25 Thread Bjorn Helgaas
On Fri, Sep 18, 2015 at 09:59:56AM +0100, Marc Zyngier wrote: > On Wed, 16 Sep 2015 17:31:40 -0700 > Duc Dang wrote: > > > With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of > > struct msi_controller"), it is no longer required to assign > > msi_controller for X-Gene PCIe host bridge

Re: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-25 Thread Bjorn Helgaas
On Fri, Sep 18, 2015 at 09:59:56AM +0100, Marc Zyngier wrote: > On Wed, 16 Sep 2015 17:31:40 -0700 > Duc Dang wrote: > > > With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of > > struct msi_controller"), it is no longer required to assign > > msi_controller for X-Gene

Re: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-25 Thread Duc Dang
On Fri, Sep 25, 2015 at 4:34 PM, Bjorn Helgaas wrote: > On Fri, Sep 18, 2015 at 09:59:56AM +0100, Marc Zyngier wrote: >> On Wed, 16 Sep 2015 17:31:40 -0700 >> Duc Dang wrote: >> >> > With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of >> > struct

Re: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-18 Thread Duc Dang
On Fri, Sep 18, 2015 at 1:59 AM, Marc Zyngier wrote: > On Wed, 16 Sep 2015 17:31:40 -0700 > Duc Dang wrote: > >> With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of >> struct msi_controller"), it is no longer required to assign >> msi_controller for X-Gene PCIe host bridge to support

Re: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-18 Thread Marc Zyngier
On Wed, 16 Sep 2015 17:31:40 -0700 Duc Dang wrote: > With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of > struct msi_controller"), it is no longer required to assign > msi_controller for X-Gene PCIe host bridge to support MSI. This > patch removes this unnecessary code and also helps

Re: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-18 Thread Marc Zyngier
On Wed, 16 Sep 2015 17:31:40 -0700 Duc Dang wrote: > With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of > struct msi_controller"), it is no longer required to assign > msi_controller for X-Gene PCIe host bridge to support MSI. This > patch removes this unnecessary code

Re: [PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-18 Thread Duc Dang
On Fri, Sep 18, 2015 at 1:59 AM, Marc Zyngier wrote: > On Wed, 16 Sep 2015 17:31:40 -0700 > Duc Dang wrote: > >> With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of >> struct msi_controller"), it is no longer required to assign >> msi_controller

[PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-16 Thread Duc Dang
With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of struct msi_controller"), it is no longer required to assign msi_controller for X-Gene PCIe host bridge to support MSI. This patch removes this unnecessary code and also helps avoid a warning message ("failed to enable MSI") during boot.

[PATCH 1/1] PCI/MSI: X-Gene: Remove msi_controller assignment in X-Gene PCIe driver

2015-09-16 Thread Duc Dang
With commit 8d63bc7beaee ("PCI/MSI: pci-xgene-msi: Get rid of struct msi_controller"), it is no longer required to assign msi_controller for X-Gene PCIe host bridge to support MSI. This patch removes this unnecessary code and also helps avoid a warning message ("failed to enable MSI") during boot.