From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 031951A001E for ; Wed, 24 Sep 2014 07:09:41 +1000 (EST) Received: by mail-ig0-f174.google.com with SMTP id r10so5399381igi.1 for ; Tue, 23 Sep 2014 14:09:39 -0700 (PDT) Date: Tue, 23 Sep 2014 15:09:36 -0600 From: Bjorn Helgaas To: Yijing Wang Subject: Re: [PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms Message-ID: <20140923210936.GC27117@google.com> References: <1409911806-10519-1-git-send-email-wangyijing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1409911806-10519-1-git-send-email-wangyijing@huawei.com> Cc: linux-mips@linux-mips.org, linux-ia64@vger.kernel.org, linux-pci@vger.kernel.org, Bharat.Bhushan@freescale.com, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Russell King , Joerg Roedel , x86@kernel.org, Sebastian Ott , xen-devel@lists.xenproject.org, arnab.basu@freescale.com, Arnd Bergmann , Konrad Rzeszutek Wilk , Chris Metcalf , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Xinwei Hu , Tony Luck , Ralf Baechle , iommu@lists.linux-foundation.org, Wuyun , linuxppc-dev@lists.ozlabs.org, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Reding Introduced MSI chip framework to configure MSI/MSI-X in arm. > This series use MSI chip framework to refactor MSI code across all platforms > to eliminate weak arch functions. It has been tested fine in x86(with or without > irq remap). I see you plan some updates, so I'll look for a v2 posting after v3.17 releases. It will be great to get rid of some of those weak functions! Bjorn