mhi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] bus: mhi: host: pci_generic: Add HP variant of T99W175
@ 2022-09-29 14:01 notsyncing
  2022-10-08 14:19 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: notsyncing @ 2022-09-29 14:01 UTC (permalink / raw)
  To: mhi; +Cc: Manivannan Sadhasivam, Hemant Kumar

The foxconn T99W175 has an HP variant, so add support for it to the
pci_generic driver.

Signed-off-by: Song Fuchang <song.fc@gmail.com>
---
 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 9e545f2a5a26..650e8b9c26ad 100644
--- a/drivers/bus/mhi/host/pci_generic.c
+++ b/drivers/bus/mhi/host/pci_generic.c
@@ -592,6 +592,9 @@ static const struct pci_device_id mhi_pci_id_table[] = {
     /* MV32-WB (Cinterion) */
     { PCI_DEVICE(0x1269, 0x00bb),
         .driver_data = (kernel_ulong_t) &mhi_mv32_info },
+    /* T99W175 (sdx55), HP variant */
+    { PCI_DEVICE(0x03f0, 0x0a6c),
+        .driver_data = (kernel_ulong_t) &mhi_foxconn_sdx55_info },
     {  }
 };
 MODULE_DEVICE_TABLE(pci, mhi_pci_id_table);
-- 
2.37.3

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

* Re: [PATCH] bus: mhi: host: pci_generic: Add HP variant of T99W175
  2022-09-29 14:01 [PATCH] bus: mhi: host: pci_generic: Add HP variant of T99W175 notsyncing
@ 2022-10-08 14:19 ` Kalle Valo
  2022-10-09  3:30   ` Song Fuchang
  0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2022-10-08 14:19 UTC (permalink / raw)
  To: notsyncing; +Cc: mhi, Manivannan Sadhasivam, Hemant Kumar

notsyncing <song.fc@gmail.com> writes:

> The foxconn T99W175 has an HP variant, so add support for it to the
> pci_generic driver.
>
> Signed-off-by: Song Fuchang <song.fc@gmail.com>

Your name in the From header is wrong:

From: notsyncing <song.fc@gmail.com>

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

* Re: [PATCH] bus: mhi: host: pci_generic: Add HP variant of T99W175
  2022-10-08 14:19 ` Kalle Valo
@ 2022-10-09  3:30   ` Song Fuchang
  0 siblings, 0 replies; 3+ messages in thread
From: Song Fuchang @ 2022-10-09  3:30 UTC (permalink / raw)
  To: Kalle Valo; +Cc: mhi, Manivannan Sadhasivam, Hemant Kumar

Sorry, I'll resend this patch with correct name.

在 2022/10/8 22:19, Kalle Valo 写道:
> notsyncing <song.fc@gmail.com> writes:
>
>> The foxconn T99W175 has an HP variant, so add support for it to the
>> pci_generic driver.
>>
>> Signed-off-by: Song Fuchang <song.fc@gmail.com>
> Your name in the From header is wrong:
>
> From: notsyncing <song.fc@gmail.com>
>

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

end of thread, other threads:[~2022-10-09  3:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 14:01 [PATCH] bus: mhi: host: pci_generic: Add HP variant of T99W175 notsyncing
2022-10-08 14:19 ` Kalle Valo
2022-10-09  3:30   ` Song Fuchang

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