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 X-Spam-Level: X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D49BBC2B9F4 for ; Tue, 22 Jun 2021 09:30:59 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 9B36A61352 for ; Tue, 22 Jun 2021 09:30:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9B36A61352 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=J5a0Bwq6EkaqmFWUv0kH8uMs/YADeAfRCqcR/L7m4es=; b=N2tnbZKgY0wn/H IZfNctHPueGwWNNVgi8LCsydRcpWzeoBGOVzvxlitzdaa37+ndg61mX+wvcArRhV8llG+Ue4IfUpb eCeyHxsFXRRtEV4pXaY1I/pcAQHslqr8W56aoGU9q4Ft+6z58p1ABYucYfGWmKOuMxr9Zo9Kd6w1l Dy9681hdrIleh/nEqS7CZYspUf5Y41Tf8dYbK7P4cy++ZgEU0xJqK422JDwJAElpb2S6ZS0i99jwi a6zd7UGk15H+Kw42YmPBr1izxh1pldT/FnhhqUmhWQ3MLeTt4e1yLtPyhsq6wix12F4hhdMZDgWVn gi06YuMpxZAP38maDa6Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvciM-006PAF-20; Tue, 22 Jun 2021 09:29:02 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvciH-006P8J-DC for linux-arm-kernel@lists.infradead.org; Tue, 22 Jun 2021 09:28:58 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 238C4ED1; Tue, 22 Jun 2021 02:28:56 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.45.237]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7B3153F718; Tue, 22 Jun 2021 02:28:54 -0700 (PDT) From: Lorenzo Pieralisi To: Richard Zhu , stefan@agner.ch, l.stach@pengutronix.de, bhelgaas@google.com, kw@linux.com Cc: Lorenzo Pieralisi , linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, kernel@pengutronix.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI: imx6: Limit DBI register length for imx6qp PCIe Date: Tue, 22 Jun 2021 10:28:45 +0100 Message-Id: <162435409906.28379.3949669734109981179.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <1613789388-2495-1-git-send-email-hongxing.zhu@nxp.com> References: <1613789388-2495-1-git-send-email-hongxing.zhu@nxp.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210622_022857_553889_618E531A X-CRM114-Status: UNSURE ( 8.18 ) X-CRM114-Notice: Please train this message. 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 20 Feb 2021 10:49:47 +0800, Richard Zhu wrote: > Changes from v1 to v2: > - Add reviewed by Lucas and Krzysztof. > - Refine the subject and commit refer to Krzysztof comments. > > drivers/pci/controller/dwc/pci-imx6.c | 1 + > 1 file changed, 1 insertion(+) > > [...] Applied to pci/imx6, thanks! [1/1] PCI: imx6: Limit DBI register length for imx6qp PCIe https://git.kernel.org/lpieralisi/pci/c/36ff5224f1 Thanks, Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel