Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751887AbdIUXah (ORCPT ); Thu, 21 Sep 2017 19:30:37 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:35998 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751738AbdIUXaf (ORCPT ); Thu, 21 Sep 2017 19:30:35 -0400 X-Google-Smtp-Source: AOwi7QDyU5A1K41nnIbZAiifeg6W3PiTjeBa56MP19rFTWBhfHyzipgEctcdEsdw7GldXM0XinBBug== Date: Thu, 21 Sep 2017 18:30:33 -0500 From: Rob Herring To: Zhiqiang Hou Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, marc.zyngier@arm.com, mark.rutland@arm.com, bhelgaas@google.com, shawnguo@kernel.org, Mingkai.Hu@nxp.com, Minghuan.Lian@nxp.com, roy.zang@nxp.com Subject: Re: [PATCH 1/5] irqchip/ls-scfg-msi: add LS1012a MSI support Message-ID: <20170921233033.zy7xt7hdfxvhjg7o@rob-hp-laptop> References: <20170919092658.22482-1-Zhiqiang.Hou@nxp.com> <20170919092658.22482-2-Zhiqiang.Hou@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170919092658.22482-2-Zhiqiang.Hou@nxp.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 492 Lines: 13 On Tue, Sep 19, 2017 at 05:26:54PM +0800, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The ls1012a implement only 1 msi controller, and it is the same as > ls1043a. > > Signed-off-by: Hou Zhiqiang > --- > .../devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt | 1 + > drivers/irqchip/irq-ls-scfg-msi.c | 1 + > 2 files changed, 2 insertions(+) Acked-by: Rob Herring