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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B0DDC433F5 for ; Mon, 11 Apr 2022 15:36:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245738AbiDKPjB (ORCPT ); Mon, 11 Apr 2022 11:39:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348078AbiDKPi6 (ORCPT ); Mon, 11 Apr 2022 11:38:58 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8C2CE3A706 for ; Mon, 11 Apr 2022 08:36:41 -0700 (PDT) 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 591281570; Mon, 11 Apr 2022 08:36:41 -0700 (PDT) Received: from lpieralisi (unknown [10.57.6.174]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3D07A3F73B; Mon, 11 Apr 2022 08:36:39 -0700 (PDT) Date: Mon, 11 Apr 2022 16:36:43 +0100 From: Lorenzo Pieralisi To: Marek =?iso-8859-1?Q?Beh=FAn?= Cc: Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Marc Zyngier , pali@kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Gregory CLEMENT Subject: Re: [PATCH 00/18] PCI: aardvark controller changes BATCH 5 Message-ID: References: <20220220193346.23789-1-kabel@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220220193346.23789-1-kabel@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Sun, Feb 20, 2022 at 08:33:28PM +0100, Marek Behún wrote: > Hello Lorenzo, Krzysztof, > > here comes batch 5 of changes for Aardvark PCIe controller. > > This batch > - adds support for AER > - adds support for DLLSC and hotplug interrupt > - adds support for sending slot power limit message > - adds enabling/disabling PCIe clock > - adds suspend support > - optimizes link training by adding it into separate worker > - optimizes GPIO resetting by asserting it only if it wasn't asserted > already > > Marek Hi Marek, I noticed Pali posted patches [9,11] separately: https://lore.kernel.org/linux-pci/20220325093827.4983-1-pali@kernel.org I will review the rest of the series - when it comes to merging patches we will handle how to apply them. Lorenzo > Marek Behún (1): > arm64: dts: marvell: armada-37xx: Add clock to PCIe node > > Miquel Raynal (2): > PCI: aardvark: Add clock support > PCI: aardvark: Add suspend to RAM support > > Pali Rohár (13): > PCI: aardvark: Add support for AER registers on emulated bridge > PCI: Add PCI_EXP_SLTCAP_*_SHIFT macros > PCI: aardvark: Fix reporting Slot capabilities on emulated bridge > PCI: pciehp: Enable DLLSC interrupt only if supported > PCI: pciehp: Enable Command Completed Interrupt only if supported > PCI: aardvark: Add support for DLLSC and hotplug interrupt > PCI: Add PCI_EXP_SLTCTL_ASPL_DISABLE macro > PCI: Add function for parsing `slot-power-limit-milliwatt` DT property > dt-bindings: PCI: aardvark: Describe slot-power-limit-milliwatt > PCI: aardvark: Send Set_Slot_Power_Limit message > arm64: dts: armada-3720-turris-mox: Define slot-power-limit-milliwatt > for PCIe > PCI: aardvark: Run link training in separate worker > PCI: aardvark: Optimize PCIe card reset via GPIO > > Russell King (2): > PCI: pci-bridge-emul: Re-arrange register tests > PCI: pci-bridge-emul: Add support for PCIe extended capabilities > > .../devicetree/bindings/pci/aardvark-pci.txt | 2 + > .../dts/marvell/armada-3720-turris-mox.dts | 1 + > arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 + > drivers/pci/controller/pci-aardvark.c | 380 ++++++++++++++++-- > drivers/pci/hotplug/pciehp_hpc.c | 34 +- > drivers/pci/hotplug/pnv_php.c | 13 +- > drivers/pci/of.c | 64 +++ > drivers/pci/pci-bridge-emul.c | 130 +++--- > drivers/pci/pci-bridge-emul.h | 15 + > drivers/pci/pci.h | 15 + > include/uapi/linux/pci_regs.h | 4 + > 11 files changed, 565 insertions(+), 94 deletions(-) > > -- > 2.34.1 > 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 A93D2C433EF for ; Mon, 11 Apr 2022 15:38:00 +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=bZSW0bblRI79zxeaEn1tCriFgGNpdyGnCwqvePfYzHE=; b=VE+6tq2mwQWT9t 1jZaK9/n5SMuxrQ2HDCYc/Onf411mU396vWi0NjbGCOIF2QFHfIItGxNU7bIYaiVjKNzMKthTbHpm G9bRZVbE10yCh7QtlUIYfGa8WY/oigpBClRts2nrBUMPW3asElsWuvtTS/hQUV3gs2fyO7g3o3U6X hKn2FldllGFyJX80TRUxzowDsBzKw0SZPiZu9lvGUkjQREAkxmnDllIGkyDz0x4FKMJQIFzQm/94k lkSdO6EjNiu3G6jAtdudp1rr2DhweyN3/20DOkI3roKo5nWwegEckxJWfpY/KToSN/nEr3F/7MIzU L/1G/k3ueq5RmioRfUGQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndw5w-009cH3-3I; Mon, 11 Apr 2022 15:36:48 +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 1ndw5r-009cF9-Uk for linux-arm-kernel@lists.infradead.org; Mon, 11 Apr 2022 15:36:45 +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 591281570; Mon, 11 Apr 2022 08:36:41 -0700 (PDT) Received: from lpieralisi (unknown [10.57.6.174]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3D07A3F73B; Mon, 11 Apr 2022 08:36:39 -0700 (PDT) Date: Mon, 11 Apr 2022 16:36:43 +0100 From: Lorenzo Pieralisi To: Marek =?iso-8859-1?Q?Beh=FAn?= Cc: Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Marc Zyngier , pali@kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Gregory CLEMENT Subject: Re: [PATCH 00/18] PCI: aardvark controller changes BATCH 5 Message-ID: References: <20220220193346.23789-1-kabel@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220220193346.23789-1-kabel@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220411_083644_050785_74657290 X-CRM114-Status: GOOD ( 14.00 ) 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 Sun, Feb 20, 2022 at 08:33:28PM +0100, Marek Beh=FAn wrote: > Hello Lorenzo, Krzysztof, > = > here comes batch 5 of changes for Aardvark PCIe controller. > = > This batch > - adds support for AER > - adds support for DLLSC and hotplug interrupt > - adds support for sending slot power limit message > - adds enabling/disabling PCIe clock > - adds suspend support > - optimizes link training by adding it into separate worker > - optimizes GPIO resetting by asserting it only if it wasn't asserted > already > = > Marek Hi Marek, I noticed Pali posted patches [9,11] separately: https://lore.kernel.org/linux-pci/20220325093827.4983-1-pali@kernel.org I will review the rest of the series - when it comes to merging patches we will handle how to apply them. Lorenzo > Marek Beh=FAn (1): > arm64: dts: marvell: armada-37xx: Add clock to PCIe node > = > Miquel Raynal (2): > PCI: aardvark: Add clock support > PCI: aardvark: Add suspend to RAM support > = > Pali Roh=E1r (13): > PCI: aardvark: Add support for AER registers on emulated bridge > PCI: Add PCI_EXP_SLTCAP_*_SHIFT macros > PCI: aardvark: Fix reporting Slot capabilities on emulated bridge > PCI: pciehp: Enable DLLSC interrupt only if supported > PCI: pciehp: Enable Command Completed Interrupt only if supported > PCI: aardvark: Add support for DLLSC and hotplug interrupt > PCI: Add PCI_EXP_SLTCTL_ASPL_DISABLE macro > PCI: Add function for parsing `slot-power-limit-milliwatt` DT property > dt-bindings: PCI: aardvark: Describe slot-power-limit-milliwatt > PCI: aardvark: Send Set_Slot_Power_Limit message > arm64: dts: armada-3720-turris-mox: Define slot-power-limit-milliwatt > for PCIe > PCI: aardvark: Run link training in separate worker > PCI: aardvark: Optimize PCIe card reset via GPIO > = > Russell King (2): > PCI: pci-bridge-emul: Re-arrange register tests > PCI: pci-bridge-emul: Add support for PCIe extended capabilities > = > .../devicetree/bindings/pci/aardvark-pci.txt | 2 + > .../dts/marvell/armada-3720-turris-mox.dts | 1 + > arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 + > drivers/pci/controller/pci-aardvark.c | 380 ++++++++++++++++-- > drivers/pci/hotplug/pciehp_hpc.c | 34 +- > drivers/pci/hotplug/pnv_php.c | 13 +- > drivers/pci/of.c | 64 +++ > drivers/pci/pci-bridge-emul.c | 130 +++--- > drivers/pci/pci-bridge-emul.h | 15 + > drivers/pci/pci.h | 15 + > include/uapi/linux/pci_regs.h | 4 + > 11 files changed, 565 insertions(+), 94 deletions(-) > = > -- = > 2.34.1 > = _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel