mbox series

[SRU,M,0/2] Add support for Quectel RM520N-GL modem

Message ID SRU-2063529-cover@pseudoc
Headers show
Series Add support for Quectel RM520N-GL modem | expand

Message

Atlas Yu April 28, 2024, 6:40 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2063529

[Impact]

* Add support for Quectel RM520N-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]

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

[Other Info]

* Upstream commits:
  https://github.com/torvalds/linux/commit/1cad976a1be9e97ceca5797b7e1000e2f1a9980e
  https://github.com/torvalds/linux/commit/7b672d703e76094595500afe67db29a4c9763081
* Lenovo with this device will be enabled by linux-oem-6.5.

---

These commits are already in v6.6, SRU oem-6.5 and mantic. Not SRU jammy because
it depends on other commits.

Duke Xin (辛安文) <duke_xinanwen@163.com> (2):
  bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variant
  drivers/bus/mhi/host/pci_generic.c | 3 +++
  1 file changed, 3 insertions(+)

  bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modem
  drivers/bus/mhi/host/pci_generic.c | 13 +++++++++++++
  1 file changed, 13 insertions(+)

Comments

Roxana Nicolescu May 24, 2024, 12:14 p.m. UTC | #1
On 28/04/2024 08:40, Atlas Yu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2063529
>
> [Impact]
>
> * Add support for Quectel RM520N-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]
>
> * These commits only introduces a PID, it won't impact devices which are
>    supported originally.
>
> [Other Info]
>
> * Upstream commits:
>    https://github.com/torvalds/linux/commit/1cad976a1be9e97ceca5797b7e1000e2f1a9980e
>    https://github.com/torvalds/linux/commit/7b672d703e76094595500afe67db29a4c9763081
> * Lenovo with this device will be enabled by linux-oem-6.5.
>
> ---
>
> These commits are already in v6.6, SRU oem-6.5 and mantic. Not SRU jammy because
> it depends on other commits.
>
> Duke Xin (辛安文) <duke_xinanwen@163.com> (2):
>    bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variant
>    drivers/bus/mhi/host/pci_generic.c | 3 +++
>    1 file changed, 3 insertions(+)
>
>    bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modem
>    drivers/bus/mhi/host/pci_generic.c | 13 +++++++++++++
>    1 file changed, 13 insertions(+)
>
Acked-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
Tim Gardner May 24, 2024, 1:33 p.m. UTC | #2
On 4/28/24 00:40, Atlas Yu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2063529
> 
> [Impact]
> 
> * Add support for Quectel RM520N-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]
> 
> * These commits only introduces a PID, it won't impact devices which are
>    supported originally.
> 
> [Other Info]
> 
> * Upstream commits:
>    https://github.com/torvalds/linux/commit/1cad976a1be9e97ceca5797b7e1000e2f1a9980e
>    https://github.com/torvalds/linux/commit/7b672d703e76094595500afe67db29a4c9763081
> * Lenovo with this device will be enabled by linux-oem-6.5.
> 
> ---
> 
> These commits are already in v6.6, SRU oem-6.5 and mantic. Not SRU jammy because
> it depends on other commits.
> 
> Duke Xin (辛安文) <duke_xinanwen@163.com> (2):
>    bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variant
>    drivers/bus/mhi/host/pci_generic.c | 3 +++
>    1 file changed, 3 insertions(+)
> 
>    bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modem
>    drivers/bus/mhi/host/pci_generic.c | 13 +++++++++++++
>    1 file changed, 13 insertions(+)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Roxana Nicolescu May 27, 2024, 12:28 p.m. UTC | #3
On 28/04/2024 08:40, Atlas Yu wrote:
> BugLink: https://bugs.launchpad.net/bugs/2063529
>
> [Impact]
>
> * Add support for Quectel RM520N-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]
>
> * These commits only introduces a PID, it won't impact devices which are
>    supported originally.
>
> [Other Info]
>
> * Upstream commits:
>    https://github.com/torvalds/linux/commit/1cad976a1be9e97ceca5797b7e1000e2f1a9980e
>    https://github.com/torvalds/linux/commit/7b672d703e76094595500afe67db29a4c9763081
> * Lenovo with this device will be enabled by linux-oem-6.5.
>
> ---
>
> These commits are already in v6.6, SRU oem-6.5 and mantic. Not SRU jammy because
> it depends on other commits.
>
> Duke Xin (辛安文) <duke_xinanwen@163.com> (2):
>    bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variant
>    drivers/bus/mhi/host/pci_generic.c | 3 +++
>    1 file changed, 3 insertions(+)
>
>    bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modem
>    drivers/bus/mhi/host/pci_generic.c | 13 +++++++++++++
>    1 file changed, 13 insertions(+)
>
Applied to mantic:linux master-next branch. Thanks!