From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 47294C00140 for ; Thu, 18 Aug 2022 16:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Neb3zMGnk+/JKcPHj56v7euAf7XsslpMGm/LYKGIRW8=; b=R+e3sVxMzHKYot lx+bJRszpbrj0i0ZB8FfMtt8p24U+O7+9nN6zCtxWYSWRBTz2FQ2I2b+jeAOVwHHCLOBju/UvwiiT BUuC1ZiNoIQ+H7GumiWJ5PZpGowsGtqlgXeZcvxc4utcUeMyUDpf94vkaJB2VMWu0T8oGXDhwGcyx Ch/JNBCXu3MZcPsvcZ72MOK2tDMxH2HgwZq+KX5T9GYbC2ewXkyp4iBJYVFQc/zFhS1Z8PoQCi9Ei bn9+fGftz+V/K6nLMwQz9uJdLmQz6HgHsBRkG78aEeTemZXl6l/6ls3qnvqXoIc5dvnU9ZTBq7rs9 XUNOyi3fIxzUxdmWHpSw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOilA-007HyA-4S; Thu, 18 Aug 2022 16:52:44 +0000 Received: from mail-io1-f51.google.com ([209.85.166.51]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOiRe-0078Pi-6P for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 16:32:35 +0000 Received: by mail-io1-f51.google.com with SMTP id x64so1490660iof.1 for ; Thu, 18 Aug 2022 09:32:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc; bh=BgmefGHfNSq1le+mHfAfzq3gcacHjAI6qbIlu87XEfY=; b=rDGFhby5wA2367q5dnoUP0Bl8olt8RZjPsFnInp/2QulMgtsbdzelfJYZWIGgrQcJ3 DV2DV/SFmJr+s8DWw7UTc/h6UK/Jc+kwZzvXUTnU4vhKTdfu1UaE1yFQP6iAQVerNFAr qCyiclIMAOSsktDd6vbGeltfvXGoj6GeBlZoCXZqTkzu08YNj+AQ9RQGRYYekuDuiSdu uGQk1CCl3xUC94+EHlNmmxKiDmAWrdKduoCWZA4HHlpev1QJXBNiiYGItftSQr5JzrYA Eu388naGP3M4KEQD993TdmlNnQ/HZcGdhBTmJ8x12OQ4/qUutTNh87n4kVF9lZLQAoQP Q/3A== X-Gm-Message-State: ACgBeo31I4BMvCrYcvYtRq6dxuA32QvlfqUo+tZappfhQl8TqmVtCQdc 7mRvvKHCDvNrx7V2ZSQYxg== X-Google-Smtp-Source: AA6agR71fMBrlLxza/+6/LYQ2Qf/v/19ZNs76TujF14zmKhVMzM76/ArJr4ojTVsmMcK66HubfDODg== X-Received: by 2002:a02:c9cb:0:b0:347:47b:659c with SMTP id c11-20020a02c9cb000000b00347047b659cmr1012124jap.72.1660840351994; Thu, 18 Aug 2022 09:32:31 -0700 (PDT) Received: from robh.at.kernel.org ([2607:fb90:647:4ff2:3529:f8cd:d6cd:ac54]) by smtp.gmail.com with ESMTPSA id b11-20020a92c84b000000b002ddc8e785desm799023ilq.15.2022.08.18.09.32.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Aug 2022 09:32:31 -0700 (PDT) Received: (nullmailer pid 1990521 invoked by uid 1000); Thu, 18 Aug 2022 16:32:27 -0000 Date: Thu, 18 Aug 2022 10:32:27 -0600 From: Rob Herring To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Thomas Petazzoni , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/4] dt-bindings: PCI: mvebu: Update information about error interrupt Message-ID: <20220818163227.GA1978870-robh@kernel.org> References: <20220817230036.817-1-pali@kernel.org> <20220817230036.817-2-pali@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220817230036.817-2-pali@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_093234_283513_B4B6E533 X-CRM114-Status: GOOD ( 10.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Aug 18, 2022 at 01:00:33AM +0200, Pali Roh=E1r wrote: > mvebu error interrupt is triggered by any non-intx event, which is mainly > some pcie error. > = > Signed-off-by: Pali Roh=E1r > --- > Documentation/devicetree/bindings/pci/mvebu-pci.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel