Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp946108pxv; Thu, 15 Jul 2021 20:47:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzRWSnSrX/j1vDa8UTnN6z6xDEUG1XqGV3DL0J9MvojKvO+YlcXYNxcMhIQtA+cfmfC67Xu X-Received: by 2002:a17:906:39c3:: with SMTP id i3mr9482166eje.527.1626407269695; Thu, 15 Jul 2021 20:47:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626407269; cv=none; d=google.com; s=arc-20160816; b=lmiHmfuE9YQlg+EP8l9f7Y/twIf8LIBMShAY7KHoadpGKPW7TXoUReTG2BwaOzRVqD GgqHMe6vGeHNXcS/OdxOKBZ0NYiB+3ihUIHkFIYZr/7BTxNbvbpDLCIYcZvPE8rFpjr0 MCevCdnBaB5wo/tXxx8PPNU7INfe7p4w0CuieWd/Qc+z9jkEfHcu5uQCiEj2luQk7IlU gVbx+Y49IvOqWJ3hV+gtAXDZwTvOQZflL5sj2mz4HrqX/hJBUVOZMAAc+bJx2pv1QnE9 Preecxxbpc+Qys3U9XOZpFJLHhTPN9LgOy+wYoqvlEIBVu2jYkvrcY1kDjsjzq/S7JIp PoHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=ypKeBCHfm2nOA2B+antozS37jtorVYeiMSK2DToD+MI=; b=YE8AXzSW9qoo+T6IM9nyWwOWuDfCc6HWWWqwaXaFyErn07zkclyfRrD9c8BqlM0jBd Pl6zvr6f5PbtlW2vrV9SB6wIzQ31GY/44yxf3dtOC+Wz1fvrZJC0DCsfjZlwfJplyHB5 cJnv/XmeeDIGL/MPPmtcPSc7v9duXOqh4Lb9RCFAolTiAz1Oyg5T5NZsK0dnBLPUDpmt g4HS52wZy4mEcuL+i0AtrcCG2RoXx+uapltnTgmGvtYRqC8KGHnpHdoI0l3mFP2gXDdU Jl43BP6HuR+Zw2f/Toqye5+JAstjcvaCC/l8c8xgdb7elOiAa34JCudgxfE/Wme3i92i u1bA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id kg13si9499642ejc.149.2021.07.15.20.47.26; Thu, 15 Jul 2021 20:47:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233863AbhGPDtY (ORCPT + 99 others); Thu, 15 Jul 2021 23:49:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:41400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231230AbhGPDtX (ORCPT ); Thu, 15 Jul 2021 23:49:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DA4686023B; Fri, 16 Jul 2021 03:46:26 +0000 (UTC) Date: Fri, 16 Jul 2021 09:16:22 +0530 From: Manivannan Sadhasivam To: Stephen Rothwell Cc: David Miller , Networking , Bhaumik Bhatt , Linux Kernel Mailing List , Linux Next Mailing List , Richard Laing Subject: Re: linux-next: manual merge of the mhi tree with the net-next tree Message-ID: <20210716034622.GA19827@workstation> References: <20210716133738.0d163701@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210716133738.0d163701@canb.auug.org.au> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On Fri, Jul 16, 2021 at 01:37:38PM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the mhi tree got a conflict in: > > drivers/bus/mhi/pci_generic.c > > between commit: > > 5c2c85315948 ("bus: mhi: pci-generic: configurable network interface MRU") > Ah, this one was never submitted to "linux-arm-msm" mailing list nor to me. I'm surprised that networking maintainers merged this patch without getting an Ack from me as it touches MHI bus :/ > from the net-next tree and commit: > > 156ffb7fb7eb ("bus: mhi: pci_generic: Apply no-op for wake using sideband wake boolean") > > from the mhi tree. > > I fixed it up (see below) and can carry the fix as necessary. This > is now fixed as far as linux-next is concerned, but any non trivial > conflicts should be mentioned to your upstream maintainer when your tree > is submitted for merging. You may also want to consider cooperating > with the maintainer of the conflicting tree to minimise any particularly > complex conflicts. > This change should've been taken via immutable branch between mhi-next and net-next or via mhi tree. Because, we have more changes coming in for pci-generic driver in MHI tree. Dave, since this patch is in your tree, what do you suggest? Thanks, Mani > -- > Cheers, > Stephen Rothwell > > diff --cc drivers/bus/mhi/pci_generic.c > index 19413daa0917,8bc6149249e3..000000000000 > --- a/drivers/bus/mhi/pci_generic.c > +++ b/drivers/bus/mhi/pci_generic.c > @@@ -32,7 -32,8 +32,9 @@@ > * @edl: emergency download mode firmware path (if any) > * @bar_num: PCI base address register to use for MHI MMIO register space > * @dma_data_width: DMA transfer word size (32 or 64 bits) > + * @mru_default: default MRU size for MBIM network packets > + * @sideband_wake: Devices using dedicated sideband GPIO for wakeup instead > + * of inband wake support (such as sdx24) > */ > struct mhi_pci_dev_info { > const struct mhi_controller_config *config; > @@@ -41,7 -42,7 +43,8 @@@ > const char *edl; > unsigned int bar_num; > unsigned int dma_data_width; > + unsigned int mru_default; > + bool sideband_wake; > }; > > #define MHI_CHANNEL_CONFIG_UL(ch_num, ch_name, el_count, ev_ring) \ > @@@ -254,7 -256,7 +258,8 @@@ static const struct mhi_pci_dev_info mh > .config = &modem_qcom_v1_mhiv_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > + .mru_default = 32768 > + .sideband_wake = false, > }; > > static const struct mhi_pci_dev_info mhi_qcom_sdx24_info = { > @@@ -643,11 -686,13 +689,14 @@@ static int mhi_pci_probe(struct pci_de > mhi_cntrl->status_cb = mhi_pci_status_cb; > mhi_cntrl->runtime_get = mhi_pci_runtime_get; > mhi_cntrl->runtime_put = mhi_pci_runtime_put; > - mhi_cntrl->wake_get = mhi_pci_wake_get_nop; > - mhi_cntrl->wake_put = mhi_pci_wake_put_nop; > - mhi_cntrl->wake_toggle = mhi_pci_wake_toggle_nop; > + mhi_cntrl->mru = info->mru_default; > > + if (info->sideband_wake) { > + mhi_cntrl->wake_get = mhi_pci_wake_get_nop; > + mhi_cntrl->wake_put = mhi_pci_wake_put_nop; > + mhi_cntrl->wake_toggle = mhi_pci_wake_toggle_nop; > + } > + > err = mhi_pci_claim(mhi_cntrl, info->bar_num, DMA_BIT_MASK(info->dma_data_width)); > if (err) > return err;