From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965470AbdACRrA (ORCPT ); Tue, 3 Jan 2017 12:47:00 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:33562 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965302AbdACRqD (ORCPT ); Tue, 3 Jan 2017 12:46:03 -0500 Date: Tue, 3 Jan 2017 11:46:01 -0600 From: Rob Herring To: Minghuan Lian Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Marc Zyngier , Jason Cooper , Roy Zang , Mingkai Hu , Stuart Yoder , Yang-Leo Li , Scott Wood Subject: Re: [PATCH 8/9] irqchip/ls-scfg-msi: add LS1043a v1.1 MSI support Message-ID: <20170103174601.jbmqo7iataemzyxc@rob-hp-laptop> References: <1482829985-24421-1-git-send-email-Minghuan.Lian@nxp.com> <1482829985-24421-8-git-send-email-Minghuan.Lian@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1482829985-24421-8-git-send-email-Minghuan.Lian@nxp.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 27, 2016 at 05:13:04PM +0800, Minghuan Lian wrote: > A MSI controller of LS1043a v1.0 only includes one MSIR and > is assigned one GIC interrupt. In order to support affinity, > LS1043a v1.1 MSI is assigned 4 MSIRs and 4 GIC interrupts. > But the MSIR has the different offset and only supports 8 MSIs. > The bits between variable bit_start and bit_end in structure > ls_scfg_msir are used to show 8 MSI interrupts. msir_irqs and > msir_base are added to describe the difference of MSI between > LS1043a v1.1 and other SoCs. > > Signed-off-by: Minghuan Lian > --- > .../interrupt-controller/fsl,ls-scfg-msi.txt | 1 + > drivers/irqchip/irq-ls-scfg-msi.c | 45 +++++++++++++++++++--- > 2 files changed, 40 insertions(+), 6 deletions(-) Acked-by: Rob Herring