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=-18.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, 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 59A3BC433EF for ; Mon, 20 Sep 2021 06:30:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 29ABF60FED for ; Mon, 20 Sep 2021 06:30:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231645AbhITGbd (ORCPT ); Mon, 20 Sep 2021 02:31:33 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:52386 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229790AbhITGbd (ORCPT ); Mon, 20 Sep 2021 02:31:33 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 18K6Toxf109606; Mon, 20 Sep 2021 01:29:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632119390; bh=iZRtNeZ1fJQz07Ibp/7sj1zmQUez2vASz7lk16DAKc0=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=p3smoGs1qaPpbjZmdWf73y9/KezfLWR/T3nlHs/X1LyO+PHDSKlYICZNAkmGHWK3C SrDF7j9HQeBg5H7oXJ/NVhaVTsjK+AE/VC2l/zqSue9YrCvfz2Xb5NKn1WQLhsh6ni sga3mfIqCjAlR3ZhZUci4P9cYm9xKnAjoVRInT2Y= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18K6ToCj059193 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 20 Sep 2021 01:29:50 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Mon, 20 Sep 2021 01:29:50 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Mon, 20 Sep 2021 01:29:50 -0500 Received: from [10.250.232.18] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 18K6TkhX105926; Mon, 20 Sep 2021 01:29:47 -0500 Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements To: Luca Ceresoli , Lorenzo Pieralisi CC: , , , , Rob Herring , Bjorn Helgaas , Jingoo Han , Gustavo Pimentel References: <20210531085934.2662457-1-luca@lucaceresoli.net> <20210621144109.GC27516@lpieralisi> <20210813155328.GC15515@lpieralisi> <46422460-ae9b-3c04-1f59-54bb6631317e@lucaceresoli.net> From: Kishon Vijay Abraham I Message-ID: <598ee439-6882-5021-1351-f403e762430f@ti.com> Date: Mon, 20 Sep 2021 11:59:45 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <46422460-ae9b-3c04-1f59-54bb6631317e@lucaceresoli.net> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On 20/09/21 2:33 am, 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. For the series Acked-by: Kishon Vijay Abraham I