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 E74D7C433F5 for ; Tue, 10 May 2022 11:58:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241474AbiEJMCd (ORCPT ); Tue, 10 May 2022 08:02:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241430AbiEJMCQ (ORCPT ); Tue, 10 May 2022 08:02:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84C6825D111 for ; Tue, 10 May 2022 04:58:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0808CB81A0A for ; Tue, 10 May 2022 11:58:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 551EEC385C9; Tue, 10 May 2022 11:57:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652183879; bh=PBDuMtwKtoSpswJc7dBSZVNQ9Hx2nx/h1B8wJEOuRP4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Zyw3LY3afcHLHaDxIM1JqYoZrrSRq9ww/2G1vTxEYMgJJzEFkYS3bllFx2/UqMAB1 DehStskw4eKNpbKmGDdO9zeVve0fevHRsXj9arfE+x/wP68yLvsIBPDCOfCGeV3czf btWdTOHEotPuMNdO3dyurzvKMN7A2tr18EVFCp9M= Date: Tue, 10 May 2022 13:57:09 +0200 From: Greg Kroah-Hartman To: Marek =?iso-8859-1?Q?Beh=FAn?= Cc: Sasha Levin , stable@vger.kernel.org, pali@kernel.org Subject: Re: [PATCH 5.17 00/19] PCIe Aardvark controller backports for 5.17 Message-ID: References: <20220504165852.30089-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: <20220504165852.30089-1-kabel@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, May 04, 2022 at 06:58:33PM +0200, Marek Behún wrote: > Hello Greg, Sasha, > > this is backport of all the recet changes for the Aardvark PCIe controller > for 5.17. > These include > - fixes for MSI support > - add MSI-X support, which fixes support for some cards > - add ERR interrupt support (which we really missed when debugging) > > As in series for 5.15, I included some small cosmetic changes - this > will make it easier to backport next fixes for the driver (there is > another batch pending on linux-pci). > > Marek > > Marek Behún (5): > PCI: aardvark: Make MSI irq_chip structures static driver structures > PCI: aardvark: Make msi_domain_info structure a static driver > structure > PCI: aardvark: Use dev_fwnode() instead of > of_node_to_fwnode(dev->of_node) > PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() > PCI: aardvark: Update comment about link going down after link-up > > Pali Rohár (14): > PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with > PCI_INTERRUPT_* > PCI: aardvark: Rewrite IRQ code to chained IRQ handler > PCI: aardvark: Check return value of generic_handle_domain_irq() when > processing INTx IRQ > PCI: aardvark: Refactor unmasking summary MSI interrupt > PCI: aardvark: Add support for masking MSI interrupts > PCI: aardvark: Fix setting MSI address > PCI: aardvark: Enable MSI-X support > PCI: aardvark: Add support for ERR interrupt on emulated bridge > PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and > PCI_EXP_RTSTA_PME on emulated bridge > PCI: aardvark: Add support for PME interrupts > PCI: aardvark: Fix support for PME requester on emulated bridge > PCI: aardvark: Use separate INTA interrupt for emulated root bridge > PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts > PCI: aardvark: Don't mask irq when mapping > > drivers/pci/controller/pci-aardvark.c | 367 +++++++++++++++++++------- > 1 file changed, 266 insertions(+), 101 deletions(-) > > -- > 2.35.1 > All now queued up, thanks. greg k-h