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.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 6E18BC4338F for ; Thu, 19 Aug 2021 13:46:44 +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 365D66113B for ; Thu, 19 Aug 2021 13:46:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 365D66113B 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: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=WOHcYVyW91Qer5kOy5/FHSWx4pah/QiKjOOVMkI4poc=; b=wvaEpTgB40E+Ma Av8hmxpxatyZn+3SPGw+hI67XY2ziZPoPvmuXtyxkvtNNMvls0l0ktqFz7F71vNVb9BH+2VbYDHXX UylGZ/THbTwehqguMZWkmwnIJOUOJVzmCJSkjQ9328ZpHE1oxX7t7I4h3bWU6tJQj5LoFbu9BJ9Ma HRoKrE/gnU25XEQlYVe+FGT8sCoxm6+cDd1hcu0kagXrtFf/QiqB0RfKb6S9VQ1X2eUP4u37l+69y VURHNjoL58QxqiBIVooskHFJj+jcIBOPFkENDXup6jJuDTNidIzAQmyY+XRpCVfId9od2hkwQBW+o hsUSBO3FxuiDYI6J8qIw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mGiLN-008TR1-T8; Thu, 19 Aug 2021 13:44:30 +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 1mGiLK-008TQU-GR for linux-arm-kernel@lists.infradead.org; Thu, 19 Aug 2021 13:44:28 +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 CE0F41063; Thu, 19 Aug 2021 06:44:22 -0700 (PDT) Received: from lpieralisi (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3C7F93F70D; Thu, 19 Aug 2021 06:44:21 -0700 (PDT) Date: Thu, 19 Aug 2021 14:44:18 +0100 From: Lorenzo Pieralisi To: Kishon Vijay Abraham I Cc: Arnd Bergmann , Rob Herring , Bjorn Helgaas , Lokesh Vutla , Greg Kroah-Hartman , Tom Joseph , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, nadeem@cadence.com Subject: Re: [PATCH v3 0/5] PCI: Add support for J7200 and AM64 Message-ID: <20210819134418.GB26966@lpieralisi> References: <20210811123336.31357-1-kishon@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210819_064426_638546_9D7F52DD X-CRM114-Status: GOOD ( 28.02 ) 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 Thu, Aug 19, 2021 at 06:12:54PM +0530, Kishon Vijay Abraham I wrote: > Hi Lorenzo, > > On 11/08/21 6:03 pm, 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. > > > > v1 of the patch series can be found at [2] > > v2 of the patch series can be found at [3] > > Gentle ping on this series. > > I've dropped "misc: pci_endpoint_test: Do not request or allocate IRQs > in probe" [A] from the previous version of the series which you had > concerns with. > > [A] -> http://lore.kernel.org/r/02c1ddb7-539e-20a0-1bef-e10e76922a0e@ti.com Understood. The question is, how did you solve the issue that was forcing you to have that patch in place in the updated series. Thanks, Lorenzo > > Thanks > Kishon > > > > > Changes from v2: > > 1) Drop the patch that does not request or allocate IRQs in probe for > > J721E/AM654 > > 2) Fix other minor comments given by Lorenzo > > > > Changes from v1: > > 1) As suggested by Bjorn, used unsigned int :1, instead of bool for > > structure members > > 2) Removed using unnecessary local variables and also fixed some > > code alignment > > > > [1] -> https://lore.kernel.org/r/20210528155626.21793-1-nadeem@cadence.com > > [2] -> https://lore.kernel.org/r/20210706105035.9915-1-kishon@ti.com > > [3] -> https://lore.kernel.org/r/20210803074932.19820-1-kishon@ti.com > > > > Kishon Vijay Abraham I (4): > > PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of bool > > PCI: j721e: Add PCIe support for J7200 > > PCI: j721e: Add PCIe support for AM64 > > misc: pci_endpoint_test: Add deviceID for AM64 and J7200 > > > > Nadeem Athani (1): > > PCI: cadence: Add quirk flag to set minimum delay in LTSSM > > Detect.Quiet state > > > > drivers/misc/pci_endpoint_test.c | 8 +++ > > drivers/pci/controller/cadence/pci-j721e.c | 61 +++++++++++++++++-- > > .../pci/controller/cadence/pcie-cadence-ep.c | 4 ++ > > .../controller/cadence/pcie-cadence-host.c | 3 + > > drivers/pci/controller/cadence/pcie-cadence.c | 16 +++++ > > drivers/pci/controller/cadence/pcie-cadence.h | 17 +++++- > > 6 files changed, 103 insertions(+), 6 deletions(-) > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel