mbox series

[SRU,M,0/1] Add support for Quectel EM160R-GL modem

Message ID 20240426020220.10821-1-atlas.yu@canonical.com
Headers show
Series Add support for Quectel EM160R-GL modem | expand

Message

Atlas Yu April 26, 2024, 2:02 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2063399

[Impact]

* Add support for Quectel EM160R-GL modem, so the device could be properly
  probed.

[Test Plan]

* Check output of `sudo lspci -vs $DEVICE`, and the `Kernel driver in use` is
  mht-pci-generic.

[Where problems could occur]

* The commit only introduces a PID, it won't impact devices which are supported
  originally.

[Other Info]

* Upstream commit: https://github.com/torvalds/linux/commit/110f113a4898e8a45ea14a3b0108cfcd7ecd52d5
* Lenovo with this device will be enabled by linux-oem-6.5.

---

The commit is already in v6.6, SRU oem-6.5 and mantic.

Duke Xin (辛安文) <duke_xinanwen@163.com> (1):
  bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem

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

Comments

Thibault Ferrante April 26, 2024, 8:29 a.m. UTC | #1
Acked-by: Thibault Ferrante <thibault.ferrante@canonical.com>


On 26-04-2024 04:02, Atlas Yu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2063399
> 
> [Impact]
> 
> * Add support for Quectel EM160R-GL modem, so the device could be properly
>    probed.
> 
> [Test Plan]
> 
> * Check output of `sudo lspci -vs $DEVICE`, and the `Kernel driver in use` is
>    mht-pci-generic.
> 
> [Where problems could occur]
> 
> * The commit only introduces a PID, it won't impact devices which are supported
>    originally.
> 
> [Other Info]
> 
> * Upstream commit: https://github.com/torvalds/linux/commit/110f113a4898e8a45ea14a3b0108cfcd7ecd52d5
> * Lenovo with this device will be enabled by linux-oem-6.5.
> 
> ---
> 
> The commit is already in v6.6, SRU oem-6.5 and mantic.
> 
> Duke Xin (辛安文) <duke_xinanwen@163.com> (1):
>    bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem
> 
>    drivers/bus/mhi/host/pci_generic.c | 2 ++
>    1 file changed, 2 insertions(+)
>
Guoqing Jiang April 26, 2024, 12:23 p.m. UTC | #2
On 4/26/24 10:02, Atlas Yu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2063399
>
> [Impact]
>
> * Add support for Quectel EM160R-GL modem, so the device could be properly
>    probed.
>
> [Test Plan]
>
> * Check output of `sudo lspci -vs $DEVICE`, and the `Kernel driver in use` is
>    mht-pci-generic.
>
> [Where problems could occur]
>
> * The commit only introduces a PID, it won't impact devices which are supported
>    originally.
>
> [Other Info]
>
> * Upstream commit: https://github.com/torvalds/linux/commit/110f113a4898e8a45ea14a3b0108cfcd7ecd52d5
> * Lenovo with this device will be enabled by linux-oem-6.5.
>
> ---
>
> The commit is already in v6.6, SRU oem-6.5 and mantic.
>
> Duke Xin (辛安文) <duke_xinanwen@163.com> (1):
>    bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem
>
>    drivers/bus/mhi/host/pci_generic.c | 2 ++
>    1 file changed, 2 insertions(+)

Acked-by: Guoqing Jiang <guoqing.jiang@canonical.com>

Acked-by:

Acked-by:
Roxana Nicolescu May 27, 2024, 12:33 p.m. UTC | #3
On 26/04/2024 04:02, Atlas Yu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2063399
>
> [Impact]
>
> * Add support for Quectel EM160R-GL modem, so the device could be properly
>    probed.
>
> [Test Plan]
>
> * Check output of `sudo lspci -vs $DEVICE`, and the `Kernel driver in use` is
>    mht-pci-generic.
>
> [Where problems could occur]
>
> * The commit only introduces a PID, it won't impact devices which are supported
>    originally.
>
> [Other Info]
>
> * Upstream commit: https://github.com/torvalds/linux/commit/110f113a4898e8a45ea14a3b0108cfcd7ecd52d5
> * Lenovo with this device will be enabled by linux-oem-6.5.
>
> ---
>
> The commit is already in v6.6, SRU oem-6.5 and mantic.
>
> Duke Xin (辛安文) <duke_xinanwen@163.com> (1):
>    bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem
>
>    drivers/bus/mhi/host/pci_generic.c | 2 ++
>    1 file changed, 2 insertions(+)
>
I had to adjust the context due to your previous submission.

Applied to mantic:linux master-next branch. Thanks!