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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A93AC4332F for ; Tue, 28 Sep 2021 09:30:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40189611C7 for ; Tue, 28 Sep 2021 09:30:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239826AbhI1Jb5 (ORCPT ); Tue, 28 Sep 2021 05:31:57 -0400 Received: from foss.arm.com ([217.140.110.172]:45338 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239724AbhI1Jby (ORCPT ); Tue, 28 Sep 2021 05:31:54 -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 901546D; Tue, 28 Sep 2021 02:30:15 -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 3E3DC3F7B4; Tue, 28 Sep 2021 02:30:14 -0700 (PDT) Date: Tue, 28 Sep 2021 10:30: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: <20210928093009.GA11323@lpieralisi> References: <20210531085934.2662457-1-luca@lucaceresoli.net> <20210621144109.GC27516@lpieralisi> <20210813155328.GC15515@lpieralisi> <46422460-ae9b-3c04-1f59-54bb6631317e@lucaceresoli.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46422460-ae9b-3c04-1f59-54bb6631317e@lucaceresoli.net> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 19, 2021 at 11:03:00PM +0200, Luca Ceresoli wrote: > Hi Lorenzo, Kishon, > > On 13/08/21 17:53, Lorenzo Pieralisi wrote: > > 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 > > Should I resend the series? > > BTW it still applies cleanly on both the pci next branch and on mainline > master. Kishon, please consider ACKing or otherwise comment on this series to make some progress. Thanks, Lorenzo