From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [119.145.14.64]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 968DE1A02BD for ; Fri, 17 Oct 2014 18:43:08 +1100 (AEDT) Message-ID: <5440C84E.6050408@huawei.com> Date: Fri, 17 Oct 2014 15:42:06 +0800 From: Yijing Wang MIME-Version: 1.0 To: Michael Ellerman Subject: Re: [PATCH v3 21/27] Powerpc/MSI: Use MSI chip framework to configure MSI/MSI-X irq References: <1413342435-7876-1-git-send-email-wangyijing@huawei.com> <1413342435-7876-22-git-send-email-wangyijing@huawei.com> <1413530600.21650.5.camel@concordia> In-Reply-To: <1413530600.21650.5.camel@concordia> Content-Type: text/plain; charset="UTF-8" Cc: linux-mips@linux-mips.org, linux-ia64@vger.kernel.org, linux-pci@vger.kernel.org, Bharat.Bhushan@freescale.com, Thierry Reding , 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, Liviu Dudau , Arnd Bergmann , Konrad Rzeszutek Wilk , Chris Metcalf , Bjorn Helgaas , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Thomas Petazzoni , Xinwei Hu , Tony Luck , Sergei Shtylyov , linux-kernel@vger.kernel.org, Ralf Baechle , iommu@lists.linux-foundation.org, David Vrabel , Wuyun , linuxppc-dev@lists.ozlabs.org, "David S. Miller" , Lucas Stach List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 2014/10/17 15:23, Michael Ellerman wrote: > On Wed, 2014-10-15 at 11:07 +0800, Yijing Wang wrote: >> Use MSI chip framework instead of arch MSI functions to configure >> MSI/MSI-X irq. So we can manage MSI/MSI-X irq in a unified framework. >> >> Signed-off-by: Yijing Wang >> --- >> Hi Michael, >> I dropped the Acked-by , because this version has a >> lot changes compared to last. So, I guess you may want to check it again. > > OK thanks. > > Still looks OK and boots on one of my test systems that uses MSI. Good! > > Acked-by: Michael Ellerman (for powerpc) Thanks very much! Thanks! Yijing. > > > cheers > > > > . > -- Thanks! Yijing