linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bus: mhi: host: pci_generic: Change T99W515 to T99W640
@ 2025-06-06  9:50 Slark Xiao
  2025-06-17  9:07 ` Manivannan Sadhasivam
  0 siblings, 1 reply; 2+ messages in thread
From: Slark Xiao @ 2025-06-06  9:50 UTC (permalink / raw)
  To: manivannan.sadhasivam, johan+linaro, mhi
  Cc: linux-arm-msm, linux-kernel, Slark Xiao

T99W515 is a LGA device but not a M.2 modem device.
So correct this name in case a name mismatch issue.

Fixes: bf30a75e6e00("bus: mhi: host: Add support for Foxconn SDX72 modems")
Signed-off-by: Slark Xiao<slark_xiao@163.com>
---
 drivers/bus/mhi/host/pci_generic.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c
index a4a62429c784..9c2d10327ce5 100644
--- a/drivers/bus/mhi/host/pci_generic.c
+++ b/drivers/bus/mhi/host/pci_generic.c
@@ -593,8 +593,8 @@ static const struct mhi_pci_dev_info mhi_foxconn_dw5932e_info = {
 	.sideband_wake = false,
 };
 
-static const struct mhi_pci_dev_info mhi_foxconn_t99w515_info = {
-	.name = "foxconn-t99w515",
+static const struct mhi_pci_dev_info mhi_foxconn_t99w640_info = {
+	.name = "foxconn-t99w640",
 	.edl = "qcom/sdx72m/foxconn/edl.mbn",
 	.edl_trigger = true,
 	.config = &modem_foxconn_sdx72_config,
@@ -920,9 +920,9 @@ static const struct pci_device_id mhi_pci_id_table[] = {
 	/* DW5932e (sdx62), Non-eSIM */
 	{ PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0f9),
 		.driver_data = (kernel_ulong_t) &mhi_foxconn_dw5932e_info },
-	/* T99W515 (sdx72) */
+	/* T99W640 (sdx72) */
 	{ PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe118),
-		.driver_data = (kernel_ulong_t) &mhi_foxconn_t99w515_info },
+		.driver_data = (kernel_ulong_t) &mhi_foxconn_t99w640_info },
 	/* DW5934e(sdx72), With eSIM */
 	{ PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe11d),
 		.driver_data = (kernel_ulong_t) &mhi_foxconn_dw5934e_info },
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bus: mhi: host: pci_generic: Change T99W515 to T99W640
  2025-06-06  9:50 [PATCH] bus: mhi: host: pci_generic: Change T99W515 to T99W640 Slark Xiao
@ 2025-06-17  9:07 ` Manivannan Sadhasivam
  0 siblings, 0 replies; 2+ messages in thread
From: Manivannan Sadhasivam @ 2025-06-17  9:07 UTC (permalink / raw)
  To: johan+linaro, mhi, Manivannan Sadhasivam, Slark Xiao
  Cc: linux-arm-msm, linux-kernel


On Fri, 06 Jun 2025 17:50:19 +0800, Slark Xiao wrote:
> T99W515 is a LGA device but not a M.2 modem device.
> So correct this name in case a name mismatch issue.
> 
> 

Applied, thanks!

[1/1] bus: mhi: host: pci_generic: Change T99W515 to T99W640
      commit: 105e6a6810bf1399a5f4eebec18bdf429648b733

Best regards,
-- 
Manivannan Sadhasivam <mani@kernel.org>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-17  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06  9:50 [PATCH] bus: mhi: host: pci_generic: Change T99W515 to T99W640 Slark Xiao
2025-06-17  9:07 ` Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).