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 CF609C433F5 for ; Tue, 28 Sep 2021 09:43:52 +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 9674961052 for ; Tue, 28 Sep 2021 09:43:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9674961052 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.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:Date: Message-ID:From:References:CC:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=X9ermQ11kTbDtwoTcopSQLIcELy3Fo2ME1GZm8JT2Yk=; b=tjKlMEGPN3GiU8g74TjXYmaah+ S+xMX7OUKDDX4Q/JTsrztU28fbQgrvTSrNzsScwyOZMmof9cRpDuslbEN/eTWNMTvAtpRzpcs+3QF nECPrNMM3r1WZAnfP7HUj2qiVdmA9ox+q2W3Ojb4+a0ZI5bkG+i5iuak/8nthbgfmvFepFKjgxD3Z x81axGXcTZQKrp5nLQ/UJ/NdFg8bMXJcT8AMF8DaBle5hjiou2J72Ih/c0Rp3uuXaAjOc5qjLV+vp s4KLWh94z58NShPePyU/YYXP5j+Ya02ugXO+UI//OsUMFo9VTs61khv6xrxEXUiwtic4aXSNobMm1 /WSWmOtg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mV9cQ-006eBF-3O; Tue, 28 Sep 2021 09:41:46 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mV9cL-006eAR-Pu for linux-arm-kernel@lists.infradead.org; Tue, 28 Sep 2021 09:41:43 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 18S9fVO4090139; Tue, 28 Sep 2021 04:41:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632822091; bh=5fhOQ797DjnUOCYG8CdLtVIlk+Gj6NLA3HvgmCL0G5M=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=THAo+h53Zr1RHOwJMp4KhBktULaanaSdhX4B71d/6Gd7oZy0fmIPhwRgFmUMzmxXf zGk6EwrqaXhZBP3r9pvHyy5uxQN4jY4ZaK7ZXgWwagyEPNCWLV6CFhs28cv7AGlG8S 4LgPniUYkiw+YSkppOF54ud010h6n8G6n2TKjlqM= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18S9fV5e099692 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 28 Sep 2021 04:41:31 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Tue, 28 Sep 2021 04:41:31 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE114.ent.ti.com (157.170.170.25) 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; Tue, 28 Sep 2021 04:41:31 -0500 Received: from [10.250.233.140] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 18S9fQvT124042; Tue, 28 Sep 2021 04:41:27 -0500 Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements To: Lorenzo Pieralisi , Luca Ceresoli 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> <20210928093009.GA11323@lpieralisi> From: Kishon Vijay Abraham I Message-ID: <406047fd-4ee8-af7d-41d4-d2c152df8847@ti.com> Date: Tue, 28 Sep 2021 15:11:25 +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: <20210928093009.GA11323@lpieralisi> Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210928_024142_180945_DD982D43 X-CRM114-Status: GOOD ( 20.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 Hi Lorenzo, On 28/09/21 3:00 pm, Lorenzo Pieralisi wrote: > 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. I had already ACKed this series https://lore.kernel.org/all/598ee439-6882-5021-1351-f403e762430f@ti.com/ Anyways I'm adding it here again: Acked-by: Kishon Vijay Abraham I Thank You, Kishon > > Thanks, > Lorenzo > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel