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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 D7711C11D30 for ; Mon, 24 Feb 2020 17:08:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B45DA2080D for ; Mon, 24 Feb 2020 17:08:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727745AbgBXRIF (ORCPT ); Mon, 24 Feb 2020 12:08:05 -0500 Received: from foss.arm.com ([217.140.110.172]:40086 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727359AbgBXRIF (ORCPT ); Mon, 24 Feb 2020 12:08:05 -0500 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 6DC901FB; Mon, 24 Feb 2020 09:08:04 -0800 (PST) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A7F293F703; Mon, 24 Feb 2020 09:08:02 -0800 (PST) Date: Mon, 24 Feb 2020 17:07:47 +0000 From: Lorenzo Pieralisi To: Vidya Sagar Cc: jingoohan1@gmail.com, gustavo.pimentel@synopsys.com, andrew.murray@arm.com, bhelgaas@google.com, kishon@ti.com, thierry.reding@gmail.com, Jisheng.Zhang@synaptics.com, jonathanh@nvidia.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, kthota@nvidia.com, mmaddireddy@nvidia.com, sagar.tv@gmail.com Subject: Re: [PATCH V3 4/5] PCI: dwc: Add API to notify core initialization completion Message-ID: <20200224170648.GA20144@e121166-lin.cambridge.arm.com> References: <20200217121036.3057-1-vidyas@nvidia.com> <20200217121036.3057-5-vidyas@nvidia.com> <20200224113217.GA11120@e121166-lin.cambridge.arm.com> <77748536-4f9a-1357-8180-91c1da2e912e@nvidia.com> <20200224143218.GC15614@e121166-lin.cambridge.arm.com> <8ed75fb3-e5d8-7f7b-3c1b-4fd4d1de348d@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ed75fb3-e5d8-7f7b-3c1b-4fd4d1de348d@nvidia.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 24, 2020 at 10:27:12PM +0530, Vidya Sagar wrote: [...] > > No worries - I just want to merge code that is actually used, I assume > > the series above should be reposted right ? You need an ACK from Thierry > > for it and we can merge the whole thing on top of Kishon's patches. > I'll get the Ack from Thierry. > BTW, my Tegra change series applies cleanly on top of this series. Do I > still need to repost them? No, no need then, I will take a look at it shortly. Lorenzo