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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT 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 B5D87C43381 for ; Fri, 1 Mar 2019 11:30:38 +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 8302A2085A for ; Fri, 1 Mar 2019 11:30:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Khev3JqO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8302A2085A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=p31/rCViNkG9dUOUeyLh7LPNarkFosNReHfFOQsseSo=; b=Khev3JqOxYlXE3 H9X2YOtTU1USvMoCALoeTyeMHA0PL+vNh2IPm0cd4SxAlyrNCiiei6mES3lu/teOgvaSLj9Jg13TG PCmYM85YjCHkoBMO15iRcoxycCcPs9nz3lbXPlGAMNTdKpm2G6JCnzyQODB3lwZ57JaDWVgcSCZ+E YdQSp7gvJ6Ub/no5j5IFXs9/v17cPyOMXmZktejQXQfo4C6U8y6DoLygMybefKVwXD/n+V9YIxdQU gwHZsMOCa2LcfvM+BLGhp9cg8TU69yrjsvSD2e2eHrSUHICR3OhhNkxLdESC7CoJ06fax9OFrj8/f oJSwkdMh0F3TE1wtAuTg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gzgNA-0001gF-Nq; Fri, 01 Mar 2019 11:30:36 +0000 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70] helo=foss.arm.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gzgN7-0001fq-Mi; Fri, 01 Mar 2019 11:30:35 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1F9BEEBD; Fri, 1 Mar 2019 03:30:33 -0800 (PST) Received: from e107981-ln.cambridge.arm.com (e107981-ln.cambridge.arm.com [10.1.197.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0BCAD3F5C1; Fri, 1 Mar 2019 03:30:30 -0800 (PST) Date: Fri, 1 Mar 2019 11:30:26 +0000 From: Lorenzo Pieralisi To: honghui.zhang@mediatek.com Subject: Re: [PATCH v3 0/2] PCI: mediatek: enable whole MMIO range and enlarge the PCIe2AHB window size Message-ID: <20190301113026.GA17669@e107981-ln.cambridge.arm.com> References: <1548999367-11733-1-git-send-email-honghui.zhang@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1548999367-11733-1-git-send-email-honghui.zhang@mediatek.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190301_033033_747553_26C42964 X-CRM114-Status: GOOD ( 13.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: youlin.pei@mediatek.com, ryder.lee@mediatek.com, poza@codeaurora.org, fred@fredlawl.com, linux-pci@vger.kernel.org, rafael.j.wysocki@intel.com, linux-kernel@vger.kernel.org, jianjun.wang@mediatek.com, linux-mediatek@lists.infradead.org, bhelgaas@google.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Feb 01, 2019 at 01:36:05PM +0800, honghui.zhang@mediatek.com wrote: > From: Honghui Zhang > > Two patches: > patch 1 enable whole MMIO range which also fix the complain of scripts/coccinelle/api/resource_size.cocci > patch 2 enlarge the PCIe2AHB window size to support fully access of 4GB DRAM from EP DMA. > > v3: > - update the changlog title for patch1 and update commit message following Bjorn's suggestion > - move the "|" into the previous line. > > v2: > - Fix the checkpatch complains for patch 1. > - update the commit message and change title of patch 1 for changelog conventions. > - Add patch 2. > > Honghui Zhang (2): > PCI: mediatek: Enable the whole memory mapped IO range > PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAM > > drivers/pci/controller/pcie-mediatek.c | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) I have basically rewritten the commit logs and applied the patches to pci/mediatek for v5.1 (pending testing), please have a look. Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel