mhi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] bus: mhi: host: Add support for Quectel EM120 FCCL.
@ 2022-05-16  6:38 Yonglin Tan
  2022-05-23  2:14 ` 回复: " 谭 永林
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yonglin Tan @ 2022-05-16  6:38 UTC (permalink / raw)
  To: mani, loic.poulain, gregkh, quic_hemantk
  Cc: linux-arm-msm, linux-kernel, mhi, Yonglin Tan

The product's enumeration align with previous 
Quectel EM120R-GL, so the EM120 FCCL would use 
the same config as Quectel EM120R-GL. 

Signed-off-by: Yonglin Tan <yonglin.tan@outlook.com>
---

V2:
Fixed the format errors in the patch description.

 drivers/bus/mhi/host/pci_generic.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c
index 8416267..0a6469c 100644
--- a/drivers/bus/mhi/host/pci_generic.c
+++ b/drivers/bus/mhi/host/pci_generic.c
@@ -557,6 +557,8 @@ static const struct pci_device_id mhi_pci_id_table[] = {
 		.driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
 	{ PCI_DEVICE(0x1eac, 0x1002), /* EM160R-GL (sdx24) */
 		.driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
+	{ PCI_DEVICE(0x1eac, 0x2001), /* EM120R-GL for FCCL (sdx24) */
+		.driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
 	/* T99W175 (sdx55), Both for eSIM and Non-eSIM */
 	{ PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0ab),
 		.driver_data = (kernel_ulong_t) &mhi_foxconn_sdx55_info },
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [PATCH v2] bus: mhi: host: Add support for Quectel EM120 FCCL.
@ 2022-05-16  6:09 Yonglin Tan
  2022-05-16  6:13 ` Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Yonglin Tan @ 2022-05-16  6:09 UTC (permalink / raw)
  To: mani, loic.poulain, gregkh, quic_hemantk
  Cc: linux-arm-msm, linux-kernel, mhi, Yonglin Tan

The product's enumeration align with previous 
Quectel EM120R-GL, so the EM120 FCCL would use 
the same config as Quectel EM120R-GL. 

Signed-off-by: Yonglin Tan <yonglin.tan@outlook.com>
---
 drivers/bus/mhi/host/pci_generic.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c
index 8416267..0a6469c 100644
--- a/drivers/bus/mhi/host/pci_generic.c
+++ b/drivers/bus/mhi/host/pci_generic.c
@@ -557,6 +557,8 @@ static const struct pci_device_id mhi_pci_id_table[] = {
 		.driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
 	{ PCI_DEVICE(0x1eac, 0x1002), /* EM160R-GL (sdx24) */
 		.driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
+	{ PCI_DEVICE(0x1eac, 0x2001), /* EM120R-GL for FCCL (sdx24) */
+		.driver_data = (kernel_ulong_t) &mhi_quectel_em1xx_info },
 	/* T99W175 (sdx55), Both for eSIM and Non-eSIM */
 	{ PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0ab),
 		.driver_data = (kernel_ulong_t) &mhi_foxconn_sdx55_info },
-- 
2.7.4


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

end of thread, other threads:[~2022-06-21 13:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16  6:38 [PATCH v2] bus: mhi: host: Add support for Quectel EM120 FCCL Yonglin Tan
2022-05-23  2:14 ` 回复: " 谭 永林
2022-05-24 13:44   ` mani
2022-06-16  8:24     ` 回复: " 谭 永林
2022-05-24  7:27 ` Loic Poulain
2022-06-21 12:46 ` Manivannan Sadhasivam
2022-06-21 13:03 ` Manivannan Sadhasivam
  -- strict thread matches above, loose matches on Subject: below --
2022-05-16  6:09 Yonglin Tan
2022-05-16  6:13 ` Greg KH

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).