From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756883AbaIWVCA (ORCPT ); Tue, 23 Sep 2014 17:02:00 -0400 Received: from mail-ie0-f182.google.com ([209.85.223.182]:48209 "EHLO mail-ie0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756475AbaIWVB6 (ORCPT ); Tue, 23 Sep 2014 17:01:58 -0400 Date: Tue, 23 Sep 2014 15:01:54 -0600 From: Bjorn Helgaas To: Alexander Gordeev Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Jason Cooper , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v2 0/3] PCI/MSI: Remove arch_msi_check_device() Message-ID: <20140923210154.GB27117@google.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 07, 2014 at 08:57:52PM +0200, Alexander Gordeev wrote: > Hello, > > This is a cleanup effort to get rid of arch_msi_check_device() function. > > I am sending v2 series, since kbuild for v1 reports compile errors on > ppc4xx and Armada 370. Still, I have not checked the fixes on these > platforms. > > Changes since v1: > - patch 1: 'pdev' undeclared compile error fixed on ppc4xx. I updated > changelog and removed ACK from this patch in case there are > any objections; > > - patch 2: 'struct msi_chip' has no 'check_device' error fixed on > Armada 370 - armada_370_xp_check_msi_device() hook removed; > > - patch 3: msi_check_device() renamed to pci_msi_supported(). This is > the very same patch I sent earlier; > > Thanks! > > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Michael Ellerman > Cc: linuxppc-dev@lists.ozlabs.org > Cc: linux-pci@vger.kernel.org > > Alexander Gordeev (3): > patch 1 - PCI/MSI/PPC: Remove arch_msi_check_device() > patch 2 - PCI/MSI/Armada-370-xp: Remove arch_msi_check_device() > patch 3 - PCI/MSI: Remove arch_msi_check_device() Applied (with some changes to 3/3) to pci/msi for v3.18, thanks! Let me know if you see any issues. Bjorn