All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manivannan Sadhasivam <mani@kernel.org>
To: Song Fuchang <song.fc@gmail.com>
Cc: mhi@lists.linux.dev, manivannan.sadhasivam@linaro.org,
	quic_hemantk@quicinc.com
Subject: Re: [PATCH RESEND] bus: mhi: host: pci_generic: Add HP variant of T99W175
Date: Fri, 28 Oct 2022 22:57:04 +0530	[thread overview]
Message-ID: <20221028172704.GE13880@thinkpad> (raw)
In-Reply-To: <676290c3-0435-d85c-99dc-084f120ee04c@gmail.com>

On Sun, Oct 09, 2022 at 11:34:39AM +0800, Song Fuchang wrote:
> 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),

Why a new VID for this modem? Other T99W series modems are using PCI_VENDOR_ID_FOXCONN.

Thanks,
Mani

> +        .driver_data = (kernel_ulong_t) &mhi_foxconn_sdx55_info },
>      {  }
>  };
>  MODULE_DEVICE_TABLE(pci, mhi_pci_id_table);
> -- 2.37.3
> 

-- 
மணிவண்ணன் சதாசிவம்

  reply	other threads:[~2022-10-28 17:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-09  3:34 [PATCH RESEND] bus: mhi: host: pci_generic: Add HP variant of T99W175 Song Fuchang
2022-10-28 17:27 ` Manivannan Sadhasivam [this message]
2022-10-29 13:19   ` Song Fuchang
2022-11-01 11:44     ` Manivannan Sadhasivam
2022-11-01 12:55       ` Song Fuchang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221028172704.GE13880@thinkpad \
    --to=mani@kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mhi@lists.linux.dev \
    --cc=quic_hemantk@quicinc.com \
    --cc=song.fc@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.