From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EAF0D7A for ; Wed, 29 Jun 2022 10:37:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9AEAC34114; Wed, 29 Jun 2022 10:37:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656499074; bh=NBWbrjWKhIsl/d/4tqSoGWJc9m+TIA0ZojUt4mMAaFM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MU4PBiNZw1Jj0IXdHMvobaUSXdmz3IuGBebYF1L5eLnlluL9KupehlQdyS4lsv2K8 sm8gf7qK/UM5VtD+qKQgTbVDMjlf9eE5gK4gSuJota4EI0TW+kFNvYiXG/JlUL1y1m zPE3HO/SocI9nJBLyCW2RRpA6xljpu2PkmeLHa4xaHwNC6F47F+i7qd1gaonbgZOqP xEhWDw6gc6WERoTeJhZzznvmJPKDyu4WL9cFetIMS2Ovfu+rb5nyjOAHkxAh0Duowe 6sLWvUBuaSxy2s8UsxNpwmerqfh+zhFUsbVE5HNScScY4BgkF1sTTIW6EYRA8j98bc 1kP1ospiz8S1A== Date: Wed, 29 Jun 2022 16:07:47 +0530 From: Manivannan Sadhasivam To: Bjorn Andersson Cc: Hemant Kumar , Greg Kroah-Hartman , Loic Poulain , mhi@lists.linux.dev, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] bus: mhi: host: pci_generic: Add another Foxconn T99W175 Message-ID: <20220629103747.GA21691@thinkpad> References: <20220627170717.2252335-1-bjorn.andersson@linaro.org> Precedence: bulk X-Mailing-List: mhi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220627170717.2252335-1-bjorn.andersson@linaro.org> On Mon, Jun 27, 2022 at 10:07:17AM -0700, Bjorn Andersson wrote: > The Foxconn e0c3 device identifies itself as a T99W175 X55, add support > for this to the pci_generic driver. > > Signed-off-by: Bjorn Andersson Applied to mhi-next! Thanks, Mani > --- > drivers/bus/mhi/host/pci_generic.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c > index 57d5f611a979..bf82d90f9ca9 100644 > --- a/drivers/bus/mhi/host/pci_generic.c > +++ b/drivers/bus/mhi/host/pci_generic.c > @@ -571,6 +571,9 @@ static const struct pci_device_id mhi_pci_id_table[] = { > /* T99W175 (sdx55), Based on Qualcomm new baseline */ > { PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0bf), > .driver_data = (kernel_ulong_t) &mhi_foxconn_sdx55_info }, > + /* T99W175 (sdx55) */ > + { PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0c3), > + .driver_data = (kernel_ulong_t) &mhi_foxconn_sdx55_info }, > /* T99W368 (sdx65) */ > { PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0d8), > .driver_data = (kernel_ulong_t) &mhi_foxconn_sdx65_info }, > -- > 2.35.1 > -- மணிவண்ணன் சதாசிவம்