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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 9C8CEC2D0E4 for ; Thu, 19 Nov 2020 11:04:01 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 C734522248 for ; Thu, 19 Nov 2020 11:04:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C734522248 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CcGyP0y5czDqJ5 for ; Thu, 19 Nov 2020 22:03:57 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=arm.com (client-ip=217.140.110.172; helo=foss.arm.com; envelope-from=lorenzo.pieralisi@arm.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=arm.com Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lists.ozlabs.org (Postfix) with ESMTP id 4CcGwY1011zDqld for ; Thu, 19 Nov 2020 22:02:15 +1100 (AEDT) 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 627981396; Thu, 19 Nov 2020 03:02:11 -0800 (PST) Received: from red-moon.arm.com (unknown [10.57.61.203]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 02D183F718; Thu, 19 Nov 2020 03:02:03 -0800 (PST) From: Lorenzo Pieralisi To: Rob Herring Subject: Re: [PATCH v2 00/16] PCI: dwc: Another round of clean-ups Date: Thu, 19 Nov 2020 11:01:58 +0000 Message-Id: <160578351748.1677.14217204071434748520.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20201105211159.1814485-1-robh@kernel.org> References: <20201105211159.1814485-1-robh@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kunihiko Hayashi , Neil Armstrong , linux-pci@vger.kernel.org, Binghui Wang , Bjorn Andersson , linux-tegra@vger.kernel.org, Thierry Reding , linux-arm-kernel@axis.com, Thomas Petazzoni , Jonathan Chocron , Shawn Guo , Kishon Vijay Abraham I , Fabio Estevam , Jerome Brunet , Jesper Nilsson , Lorenzo Pieralisi , Kevin Hilman , Pratyush Anand , Krzysztof Kozlowski , Jonathan Hunter , Murali Karicheri , NXP Linux Team , Xiaowei Song , Marek Szyprowski , Masahiro Yamada , Richard Zhu , Martin Blumenstingl , linux-arm-msm@vger.kernel.org, Sascha Hauer , Yue Wang , linux-samsung-soc@vger.kernel.org, Bjorn Helgaas , linux-amlogic@lists.infradead.org, linux-omap@vger.kernel.org, Mingkai Hu , linux-arm-kernel@lists.infradead.org, Roy Zang , Minghuan Lian , Jingoo Han , Andy Gross , Vidya Sagar , Stanimir Varbanov , Kukjin Kim , Pengutronix Kernel Team , Gustavo Pimentel , linuxppc-dev@lists.ozlabs.org, Lucas Stach Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, 5 Nov 2020 15:11:43 -0600, Rob Herring wrote: > Here's another batch of DWC PCI host refactoring. This series primarily > moves more of the MSI, link up, and resource handling to the core > code. Beyond a couple of minor fixes, new in this version is runtime > detection of iATU regions instead of using DT properties. > > No doubt I've probably broken something. Please test. I've run this thru > kernelci and checked boards with DWC PCI which currently is just > Layerscape boards (hint: add boards and/or enable PCI). A git branch is > here[1]. > > [...] Applied to pci/dwc, thanks! [01/16] PCI: dwc: Support multiple ATU memory regions https://git.kernel.org/lpieralisi/pci/c/9f9e59a480 [02/16] PCI: dwc/intel-gw: Move ATU offset out of driver match data https://git.kernel.org/lpieralisi/pci/c/1d567aac46 [03/16] PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code https://git.kernel.org/lpieralisi/pci/c/a0fd361db8 [04/16] PCI: dwc/intel-gw: Remove some unneeded function wrappers https://git.kernel.org/lpieralisi/pci/c/1cc9a55999 [05/16] PCI: dwc: Ensure all outbound ATU windows are reset https://git.kernel.org/lpieralisi/pci/c/458ad06c4c [06/16] PCI: dwc/dra7xx: Use the common MSI irq_chip https://git.kernel.org/lpieralisi/pci/c/7f170d35f5 [07/16] PCI: dwc: Drop the .set_num_vectors() host op https://git.kernel.org/lpieralisi/pci/c/331e9bcead [08/16] PCI: dwc: Move MSI interrupt setup into DWC common code https://git.kernel.org/lpieralisi/pci/c/5bcb1757e6 [09/16] PCI: dwc: Rework MSI initialization https://git.kernel.org/lpieralisi/pci/c/f78f02638a [10/16] PCI: dwc: Move link handling into common code https://git.kernel.org/lpieralisi/pci/c/886a9c1347 [11/16] PCI: dwc: Move dw_pcie_msi_init() into core https://git.kernel.org/lpieralisi/pci/c/59fbab1ae4 [12/16] PCI: dwc: Move dw_pcie_setup_rc() to DWC common code https://git.kernel.org/lpieralisi/pci/c/b9ac0f9dc8 [13/16] PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init() https://git.kernel.org/lpieralisi/pci/c/60f5b73fa0 [14/16] Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'" https://git.kernel.org/lpieralisi/pci/c/fcde397422 [15/16] PCI: dwc: Move inbound and outbound windows to common struct https://git.kernel.org/lpieralisi/pci/c/9ca17af552 [16/16] PCI: dwc: Detect number of iATU windows https://git.kernel.org/lpieralisi/pci/c/281f1f99cf Thanks, Lorenzo