Re: [V8 1/2] irqchip: gic: Add support for multiple MSI for ARM64

2014-09-23 Thread Thomas Gleixner
On Tue, 23 Sep 2014, Suravee Suthikulpanit wrote: > > > This patch implelments the ARM64 version of arch_setup_msi_irqs(), > > > which does not return 1 for when PCI_CAP_ID_MSI and nvec > 1. > > > > I can see that myself. What your changelog is missing is the reason > > WHY you think that copying

Re: [V8 1/2] irqchip: gic: Add support for multiple MSI for ARM64

2014-09-23 Thread Suravee Suthikulpanit
Thomas, Sorry again for the mistake on my part. Let me try to address some other concerns you have below. On 09/22/2014 04:08 PM, Thomas Gleixner wrote: On Sat, 20 Sep 2014, suravee.suthikulpa...@amd.com wrote: From: Suravee Suthikulpanit This patch implelments the ARM64 version of arch_

Re: [V8 1/2] irqchip: gic: Add support for multiple MSI for ARM64

2014-09-22 Thread Thomas Gleixner
On Sat, 20 Sep 2014, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > This patch implelments the ARM64 version of arch_setup_msi_irqs(), > which does not return 1 for when PCI_CAP_ID_MSI and nvec > 1. I can see that myself. What your changelog is missing is the reason WHY

Re: [V8 1/2] irqchip: gic: Add support for multiple MSI for ARM64

2014-09-22 Thread Will Deacon
Hi Suravee, Just a few minor comments. On Sat, Sep 20, 2014 at 05:31:37PM +0100, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > This patch implelments the ARM64 version of arch_setup_msi_irqs(), > which does not return 1 for when PCI_CAP_ID_MSI and nvec > 1. s/implelmen