commit 104a8c5dd943511507cf7c0aa7ff7f6159eac4ea
Author: Slark Xiao <slark_x...@163.com>
Date:   Wed Jul 12 16:37:41 2023 +0800

    bus: mhi: host: pci_generic: Add support for Dell DW5932e
    
    The DW5932e has 2 variants: eSIM(DW5932e-eSIM) and non-eSIM(DW5932e).
    Both of them are designed based on Qualcomm SDX62 and it will
    align with the Foxconn sdx65 settings.
    
    Signed-off-by: Slark Xiao <slark_x...@163.com>
    Reviewed-by: Loic Poulain <loic.poul...@linaro.org>
    Reviewed-by: Manivannan Sadhasivam <m...@kernel.org>
    Link: https://lore.kernel.org/r/20230712083741.7615-1-slark_x...@163.com
    Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org>

diff --git a/drivers/bus/mhi/host/pci_generic.c 
b/drivers/bus/mhi/host/pci_generic.c
index bbd64e98f3e4..fcd80bc92978 100644
--- a/drivers/bus/mhi/host/pci_generic.c
+++ b/drivers/bus/mhi/host/pci_generic.c
@@ -638,6 +638,12 @@ static const struct pci_device_id mhi_pci_id_table[] = {
        /* T99W510 (sdx24), variant 3 */
        { PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0f2),
                .driver_data = (kernel_ulong_t) &mhi_foxconn_sdx24_info },
+       /* DW5932e-eSIM (sdx62), With eSIM */
+       { PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0f5),
+               .driver_data = (kernel_ulong_t) &mhi_foxconn_sdx65_info },
+       /* DW5932e (sdx62), Non-eSIM */
+       { PCI_DEVICE(PCI_VENDOR_ID_FOXCONN, 0xe0f9),
+               .driver_data = (kernel_ulong_t) &mhi_foxconn_sdx65_info },
        /* MV31-W (Cinterion) */
        { PCI_DEVICE(PCI_VENDOR_ID_THALES, 0x00b3),
                .driver_data = (kernel_ulong_t) &mhi_mv31_info },


** Also affects: linux (Ubuntu Mantic)
   Importance: Undecided
       Status: New

** Also affects: linux-oem-6.5 (Ubuntu Mantic)
   Importance: Undecided
       Status: New

** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
       Status: New

** Also affects: linux-oem-6.5 (Ubuntu Jammy)
   Importance: Undecided
       Status: New

** Changed in: linux (Ubuntu Jammy)
       Status: New => Invalid

** Changed in: linux (Ubuntu Mantic)
       Status: New => In Progress

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
       Status: New => In Progress

** Changed in: linux-oem-6.5 (Ubuntu Mantic)
       Status: New => Invalid

** Changed in: linux (Ubuntu Mantic)
     Assignee: (unassigned) => AceLan Kao (acelankao)

** Changed in: linux-oem-6.5 (Ubuntu Jammy)
     Assignee: (unassigned) => AceLan Kao (acelankao)

** Tags added: oem-priority originate-from-2012812 somerville

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2035306

Title:
  Include QCA WWAN 5G Qualcomm SDX62/DW5932e support

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.5 source package in Jammy:
  In Progress
Status in linux source package in Mantic:
  In Progress
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  [Impact]

  [Fix]

  [Test case]

  [Where problems could occur]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2035306/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to