Re: [PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-17 Thread Alexander Gordeev
On Wed, Sep 17, 2014 at 11:55:54AM -0400, Jason Cooper wrote: > Now that ThomasP has had a chance to test, please adjust the subject > line to 'irqchip: armada-370-xp: M...' and Hi Bjorn, Do you want me to resend the patch? > Acked-by: Jason Cooper > > thx, > > Jason. -- Regards, Alexander

Re: [PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-17 Thread Jason Cooper
Alexander, On Sun, Sep 07, 2014 at 08:57:54PM +0200, Alexander Gordeev wrote: > Moving MSI checks from arch_msi_check_device() function to > arch_setup_msi_irqs() function makes code more compact and > allows removing unnecessary hook arch_msi_check_device() > from generic MSI code. > > Cc:

Re: [PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-17 Thread Jason Cooper
Alexander, On Sun, Sep 07, 2014 at 08:57:54PM +0200, Alexander Gordeev wrote: Moving MSI checks from arch_msi_check_device() function to arch_setup_msi_irqs() function makes code more compact and allows removing unnecessary hook arch_msi_check_device() from generic MSI code. Cc: Thomas

Re: [PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-17 Thread Alexander Gordeev
On Wed, Sep 17, 2014 at 11:55:54AM -0400, Jason Cooper wrote: Now that ThomasP has had a chance to test, please adjust the subject line to 'irqchip: armada-370-xp: M...' and Hi Bjorn, Do you want me to resend the patch? Acked-by: Jason Cooper ja...@lakedaemon.net thx, Jason. --

Re: [PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-15 Thread Alexander Gordeev
On Mon, Sep 08, 2014 at 07:16:56AM -0400, Jason Cooper wrote: > + free-electron's guys. Hi Gentlemen, Any feedback on this patch? Thanks! > On Sun, Sep 07, 2014 at 08:57:54PM +0200, Alexander Gordeev wrote: > > Moving MSI checks from arch_msi_check_device() function to > >

Re: [PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-15 Thread Alexander Gordeev
On Mon, Sep 08, 2014 at 07:16:56AM -0400, Jason Cooper wrote: + free-electron's guys. Hi Gentlemen, Any feedback on this patch? Thanks! On Sun, Sep 07, 2014 at 08:57:54PM +0200, Alexander Gordeev wrote: Moving MSI checks from arch_msi_check_device() function to arch_setup_msi_irqs()

Re: [PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-08 Thread Jason Cooper
+ free-electron's guys. On Sun, Sep 07, 2014 at 08:57:54PM +0200, Alexander Gordeev wrote: > Moving MSI checks from arch_msi_check_device() function to > arch_setup_msi_irqs() function makes code more compact and > allows removing unnecessary hook arch_msi_check_device() > from generic MSI code.

Re: [PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-08 Thread Jason Cooper
+ free-electron's guys. On Sun, Sep 07, 2014 at 08:57:54PM +0200, Alexander Gordeev wrote: Moving MSI checks from arch_msi_check_device() function to arch_setup_msi_irqs() function makes code more compact and allows removing unnecessary hook arch_msi_check_device() from generic MSI code.

[PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-07 Thread Alexander Gordeev
Moving MSI checks from arch_msi_check_device() function to arch_setup_msi_irqs() function makes code more compact and allows removing unnecessary hook arch_msi_check_device() from generic MSI code. Cc: Thomas Gleixner Cc: Jason Cooper Cc: linux-...@vger.kernel.org Signed-off-by: Alexander

[PATCH v2 2/3] PCI/MSI/Armada-370-xp: Remove arch_msi_check_device()

2014-09-07 Thread Alexander Gordeev
Moving MSI checks from arch_msi_check_device() function to arch_setup_msi_irqs() function makes code more compact and allows removing unnecessary hook arch_msi_check_device() from generic MSI code. Cc: Thomas Gleixner t...@linutronix.de Cc: Jason Cooper ja...@lakedaemon.net Cc: