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=-10.6 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=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 0A1C5C4743C for ; Mon, 21 Jun 2021 14:42:54 +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 D294A60FDC for ; Mon, 21 Jun 2021 14:42:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D294A60FDC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@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=9jTFhLJgTkzfgcVDAl7GWKSrAvRik9A6qoGOMzYLFb0=; b=BMqXIHf3mRR6SR sOC8BrKTvRxhBd1Wbp41nYDZm/IjPjMpp1Ek644qGP4Ohy34aSUFLRfNvjs6EXBECYhhnanL28zMa lr0ZVDjFQSJX5Uv0i28XwCLUJ/pyC31Uaf3d2nw6MXIC6++v5/+hIQJoMcTiO1w+FgqKTQk92Rn0m ai/KfJyZeQBhH0CXpct9ZU+ANf9+CcIAZSeU3JB0e1Mgy4AjzUPVqB/MGFHFMjLYTj1sbv7Thjl2S /CROfnsQxV4xMyTeSuZwTWSSZfmZuuaKtJ2lN60JHb7eWZU5T1GmcTDgXmC5+ndWShLtZhkjtfXba lWYgwc/xGZ+mzSKkCJpg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvL71-003p08-7a; Mon, 21 Jun 2021 14:41:19 +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 1lvL6x-003ozI-CI for linux-arm-kernel@lists.infradead.org; Mon, 21 Jun 2021 14:41:16 +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 AE10CD6E; Mon, 21 Jun 2021 07:41:12 -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 5C7883F694; Mon, 21 Jun 2021 07:41:11 -0700 (PDT) Date: Mon, 21 Jun 2021 15:41:09 +0100 From: Lorenzo Pieralisi To: Luca Ceresoli , kishon@ti.com Cc: linux-pci@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Bjorn Helgaas , Jingoo Han , Gustavo Pimentel Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements Message-ID: <20210621144109.GC27516@lpieralisi> References: <20210531085934.2662457-1-luca@lucaceresoli.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210531085934.2662457-1-luca@lucaceresoli.net> 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-20210621_074115_514429_6A7C0D17 X-CRM114-Status: GOOD ( 12.71 ) 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 Mon, May 31, 2021 at 10:59:30AM +0200, Luca Ceresoli wrote: > This is an series of mixed improvements to the DRA7 PCI controller driver: > allow building as a loadabel module, allow to get and enable a clock and a > small cleanup. > > Luca > > Luca Ceresoli (4): > PCI: dwc: Export more symbols to allow modular drivers > PCI: dra7xx: Make it a kernel module > PCI: dra7xx: Remove unused include > PCI: dra7xx: Get an optional clock > > drivers/pci/controller/dwc/Kconfig | 6 ++--- > drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++-- > .../pci/controller/dwc/pcie-designware-ep.c | 1 + > drivers/pci/controller/dwc/pcie-designware.c | 1 + > 4 files changed, 25 insertions(+), 5 deletions(-) Hi Kishon, I'd need your ACK to proceed with this series that looks like it is ready to go, please let me know. Thanks, Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel