From: Manivannan Sadhasivam <mani@kernel.org>
To: Daniele Palmas <dnlplm@gmail.com>
Cc: mhi@lists.linux.dev, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 1/1] bus: mhi: host: pci_generic: add support for Telit FE990
Date: Fri, 11 Aug 2023 20:57:25 +0530 [thread overview]
Message-ID: <20230811152725.GC5296@thinkpad> (raw)
In-Reply-To: <20230804094039.365102-1-dnlplm@gmail.com>
On Fri, Aug 04, 2023 at 11:40:39AM +0200, Daniele Palmas wrote:
> Add support for Telit FE990 that has the same configuration than FN990:
>
> $ lspci -vv
> 04:00.0 Unassigned class [ff00]: Qualcomm Device 0308
> Subsystem: Device 1c5d:2015
>
> Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Applied to mhi-next with suggested changes!
- 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 fcd80bc92978..676f3ae33ae9 100644
> --- a/drivers/bus/mhi/host/pci_generic.c
> +++ b/drivers/bus/mhi/host/pci_generic.c
> @@ -595,6 +595,9 @@ static const struct pci_device_id mhi_pci_id_table[] = {
> /* Telit FN990 */
> { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0308, 0x1c5d, 0x2010),
> .driver_data = (kernel_ulong_t) &mhi_telit_fn990_info },
> + /* Telit FE990, same configuration than FN990 */
> + { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x0308, 0x1c5d, 0x2015),
> + .driver_data = (kernel_ulong_t) &mhi_telit_fn990_info },
> { PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x0308),
> .driver_data = (kernel_ulong_t) &mhi_qcom_sdx65_info },
> { PCI_DEVICE(PCI_VENDOR_ID_QUECTEL, 0x1001), /* EM120R-GL (sdx24) */
> --
> 2.37.1
>
>
--
மணிவண்ணன் சதாசிவம்
prev parent reply other threads:[~2023-08-11 15:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-04 9:40 [PATCH 1/1] bus: mhi: host: pci_generic: add support for Telit FE990 Daniele Palmas
2023-08-11 15:05 ` Manivannan Sadhasivam
2023-08-11 15:27 ` Manivannan Sadhasivam [this message]
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=20230811152725.GC5296@thinkpad \
--to=mani@kernel.org \
--cc=dnlplm@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=mhi@lists.linux.dev \
/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.