From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.17.24]:58380 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755321AbbAFTd4 (ORCPT ); Tue, 6 Jan 2015 14:33:56 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Duc Dang , Bjorn Helgaas , Grant Likely , Liviu Dudau , Feng Kan , linux-pci@vger.kernel.org, Tanmay Inamdar , Loc Ho Subject: Re: [PATCH 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver Date: Tue, 06 Jan 2015 20:33:41 +0100 Message-ID: <22570652.F088Afk9OX@wuerfel> In-Reply-To: <94f9823d9a8c9c7ef819173f0a5ab06fb8fff408.1420499393.git.dhdang@apm.com> References: <94f9823d9a8c9c7ef819173f0a5ab06fb8fff408.1420499393.git.dhdang@apm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-pci-owner@vger.kernel.org List-ID: On Tuesday 06 January 2015 08:15:41 Duc Dang wrote: > X-Gene v1 SOC supports total 2688 MSI/MSIX vectors coalesced into > 16 HW IRQ lines. > > Signed-off-by: Tanmay Inamdar > Signed-off-by: Duc Dang > I might be a little behind the latest development, but why is this not a struct msi_controller? Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 06 Jan 2015 20:33:41 +0100 Subject: [PATCH 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver In-Reply-To: <94f9823d9a8c9c7ef819173f0a5ab06fb8fff408.1420499393.git.dhdang@apm.com> References: <94f9823d9a8c9c7ef819173f0a5ab06fb8fff408.1420499393.git.dhdang@apm.com> Message-ID: <22570652.F088Afk9OX@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 06 January 2015 08:15:41 Duc Dang wrote: > X-Gene v1 SOC supports total 2688 MSI/MSIX vectors coalesced into > 16 HW IRQ lines. > > Signed-off-by: Tanmay Inamdar > Signed-off-by: Duc Dang > I might be a little behind the latest development, but why is this not a struct msi_controller? Arnd