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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,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 D50C6C4338F for ; Thu, 19 Aug 2021 14:41:17 +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 98A3160FBF for ; Thu, 19 Aug 2021 14:41:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 98A3160FBF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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=oVmJ0kWGGz2x6uEEb8nHOJ/RZCyrqwwwbWTJNcHJqaI=; b=4GAlTiKXH8JKcT dJrIx77kjUSgan6FN2MUlAKRZmT1XM9zTJ6sKA5GZDJduwo+f0xruWYcnPK2v/hpcWfbVXizUPI6q GtPNkWrdykdHuTbH66ffRcWGJ7Yf1dbq962roAsOUIjr/7uV+upWt7OCFjENskL0Lc5tnMaMsvloI Z7RdTdHMAHyKZ+W5RYLX1s3HcTjKgauM1TMljlMIIe7TZ4chuUm0vqKq86R9NUSbYsA6ztWzuHmh+ lIGSh/gynSNZD76mZDuFYjFgQCVpSMIyBOrtk6cVAvYOwfFtXwvd7XyIstg/s2rcPaXsZWzRYIP12 cdnpBmiKwQUf0l1aOJgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mGjCF-008fwb-Nv; Thu, 19 Aug 2021 14:39:07 +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 1mGjCA-008fvN-Ho for linux-arm-kernel@lists.infradead.org; Thu, 19 Aug 2021 14:39:04 +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 6B878113E; Thu, 19 Aug 2021 07:39:00 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.42.121]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D0A7D3F66F; Thu, 19 Aug 2021 07:38:57 -0700 (PDT) From: Lorenzo Pieralisi To: Kishon Vijay Abraham I , Arnd Bergmann , Bjorn Helgaas , Rob Herring Cc: Lorenzo Pieralisi , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-omap@vger.kernel.org, nadeem@cadence.com, linux-arm-kernel@lists.infradead.org, Tom Joseph , Greg Kroah-Hartman , Lokesh Vutla Subject: Re: [PATCH v3 0/5] PCI: Add support for J7200 and AM64 Date: Thu, 19 Aug 2021 15:38:52 +0100 Message-Id: <162938392214.29875.12508742461574225755.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210811123336.31357-1-kishon@ti.com> References: <20210811123336.31357-1-kishon@ti.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210819_073902_672785_318BDAEF X-CRM114-Status: GOOD ( 12.04 ) 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 Wed, 11 Aug 2021 18:03:31 +0530, Kishon Vijay Abraham I wrote: > This series adds the compatible specific to J7200 and AM64 and > applies the erratas and configuration specific to them. > > This series also includes Nadeem's patch that adds a quirk in > Cadence driver which is used by J7200 [1]. > > The DT binding for both J7200 and AM64 is already merged. > > [...] Applied to pci/cadence, thanks! [1/5] PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of bool https://git.kernel.org/lpieralisi/pci/c/f4455748b2 [2/5] PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet state https://git.kernel.org/lpieralisi/pci/c/09c24094b2 [3/5] PCI: j721e: Add PCIe support for J7200 https://git.kernel.org/lpieralisi/pci/c/f1de58802f [4/5] PCI: j721e: Add PCIe support for AM64 https://git.kernel.org/lpieralisi/pci/c/c8a375a8e1 [5/5] misc: pci_endpoint_test: Add deviceID for AM64 and J7200 https://git.kernel.org/lpieralisi/pci/c/7c52009d94 Thanks, Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel