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.2 required=3.0 tests=BAYES_00, 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 2A45CC4320A for ; Fri, 13 Aug 2021 15:53:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F31D060FC3 for ; Fri, 13 Aug 2021 15:53:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241152AbhHMPyA (ORCPT ); Fri, 13 Aug 2021 11:54:00 -0400 Received: from foss.arm.com ([217.140.110.172]:55230 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236895AbhHMPx7 (ORCPT ); Fri, 13 Aug 2021 11:53:59 -0400 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 84EAD1FB; Fri, 13 Aug 2021 08:53:32 -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 3439B3F718; Fri, 13 Aug 2021 08:53:31 -0700 (PDT) Date: Fri, 13 Aug 2021 16:53:28 +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: <20210813155328.GC15515@lpieralisi> References: <20210531085934.2662457-1-luca@lucaceresoli.net> <20210621144109.GC27516@lpieralisi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210621144109.GC27516@lpieralisi> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Mon, Jun 21, 2021 at 03:41:09PM +0100, Lorenzo Pieralisi wrote: > 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. Still need it - please let me know. Lorenzo