mbox series

[0/7,SRU,M,N] mtk_t7xx WWAN module fails to probe with: Invalid device status 0x1

Message ID 20240509003623.1115600-1-acelan.kao@canonical.com
Headers show
Series mtk_t7xx WWAN module fails to probe with: Invalid device status 0x1 | expand

Message

AceLan Kao May 9, 2024, 12:36 a.m. UTC
From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/2049358

Chia-Lin Kao (AceLan) (2):
  Revert "UBUNTU: SAUCE: net: wwan: t7xx: PCIe reset rescan"
  Revert "UBUNTU: SAUCE: net: wwan: t7xx: Add AP CLDMA"

Jinjian Song (4):
  wwan: core: Add WWAN fastboot port type
  net: wwan: t7xx: Add sysfs attribute for device state machine
  net: wwan: t7xx: Infrastructure for early port configuration
  net: wwan: t7xx: Add fastboot WWAN port

Jose Ignacio Tornos Martinez (1):
  net: wwan: t7xx: Add AP CLDMA

 .../networking/device_drivers/wwan/t7xx.rst   |  46 +++++
 drivers/net/wwan/t7xx/Makefile                |   3 +-
 drivers/net/wwan/t7xx/t7xx_hif_cldma.c        |  47 ++++--
 drivers/net/wwan/t7xx/t7xx_hif_cldma.h        |  18 +-
 drivers/net/wwan/t7xx/t7xx_modem_ops.c        |  17 +-
 drivers/net/wwan/t7xx/t7xx_modem_ops.h        |   1 +
 drivers/net/wwan/t7xx/t7xx_pci.c              | 159 +++++++++++-------
 drivers/net/wwan/t7xx/t7xx_pci.h              |  14 +-
 drivers/net/wwan/t7xx/t7xx_pci_rescan.c       |  96 -----------
 drivers/net/wwan/t7xx/t7xx_pci_rescan.h       |  28 ---
 drivers/net/wwan/t7xx/t7xx_port.h             |   4 +
 drivers/net/wwan/t7xx/t7xx_port_proxy.c       | 108 ++++++++++--
 drivers/net/wwan/t7xx/t7xx_port_proxy.h       |  10 ++
 drivers/net/wwan/t7xx/t7xx_port_wwan.c        | 115 ++++++++++---
 drivers/net/wwan/t7xx/t7xx_reg.h              |  24 ++-
 drivers/net/wwan/t7xx/t7xx_state_monitor.c    | 132 ++++++++++++---
 drivers/net/wwan/t7xx/t7xx_state_monitor.h    |   1 +
 drivers/net/wwan/wwan_core.c                  |   4 +
 include/linux/wwan.h                          |   2 +
 19 files changed, 555 insertions(+), 274 deletions(-)
 delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.c
 delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.h

Comments

Tim Gardner May 13, 2024, 2:46 p.m. UTC | #1
On 5/9/24 02:36, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2049358
> 
> Chia-Lin Kao (AceLan) (2):
>    Revert "UBUNTU: SAUCE: net: wwan: t7xx: PCIe reset rescan"
>    Revert "UBUNTU: SAUCE: net: wwan: t7xx: Add AP CLDMA"
> 
> Jinjian Song (4):
>    wwan: core: Add WWAN fastboot port type
>    net: wwan: t7xx: Add sysfs attribute for device state machine
>    net: wwan: t7xx: Infrastructure for early port configuration
>    net: wwan: t7xx: Add fastboot WWAN port
> 
> Jose Ignacio Tornos Martinez (1):
>    net: wwan: t7xx: Add AP CLDMA
> 
>   .../networking/device_drivers/wwan/t7xx.rst   |  46 +++++
>   drivers/net/wwan/t7xx/Makefile                |   3 +-
>   drivers/net/wwan/t7xx/t7xx_hif_cldma.c        |  47 ++++--
>   drivers/net/wwan/t7xx/t7xx_hif_cldma.h        |  18 +-
>   drivers/net/wwan/t7xx/t7xx_modem_ops.c        |  17 +-
>   drivers/net/wwan/t7xx/t7xx_modem_ops.h        |   1 +
>   drivers/net/wwan/t7xx/t7xx_pci.c              | 159 +++++++++++-------
>   drivers/net/wwan/t7xx/t7xx_pci.h              |  14 +-
>   drivers/net/wwan/t7xx/t7xx_pci_rescan.c       |  96 -----------
>   drivers/net/wwan/t7xx/t7xx_pci_rescan.h       |  28 ---
>   drivers/net/wwan/t7xx/t7xx_port.h             |   4 +
>   drivers/net/wwan/t7xx/t7xx_port_proxy.c       | 108 ++++++++++--
>   drivers/net/wwan/t7xx/t7xx_port_proxy.h       |  10 ++
>   drivers/net/wwan/t7xx/t7xx_port_wwan.c        | 115 ++++++++++---
>   drivers/net/wwan/t7xx/t7xx_reg.h              |  24 ++-
>   drivers/net/wwan/t7xx/t7xx_state_monitor.c    | 132 ++++++++++++---
>   drivers/net/wwan/t7xx/t7xx_state_monitor.h    |   1 +
>   drivers/net/wwan/wwan_core.c                  |   4 +
>   include/linux/wwan.h                          |   2 +
>   19 files changed, 555 insertions(+), 274 deletions(-)
>   delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.c
>   delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.h
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Timo Aaltonen May 28, 2024, 10:32 a.m. UTC | #2
AceLan Kao kirjoitti 9.5.2024 klo 3.36:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2049358
> 
> Chia-Lin Kao (AceLan) (2):
>    Revert "UBUNTU: SAUCE: net: wwan: t7xx: PCIe reset rescan"
>    Revert "UBUNTU: SAUCE: net: wwan: t7xx: Add AP CLDMA"
> 
> Jinjian Song (4):
>    wwan: core: Add WWAN fastboot port type
>    net: wwan: t7xx: Add sysfs attribute for device state machine
>    net: wwan: t7xx: Infrastructure for early port configuration
>    net: wwan: t7xx: Add fastboot WWAN port
> 
> Jose Ignacio Tornos Martinez (1):
>    net: wwan: t7xx: Add AP CLDMA
> 
>   .../networking/device_drivers/wwan/t7xx.rst   |  46 +++++
>   drivers/net/wwan/t7xx/Makefile                |   3 +-
>   drivers/net/wwan/t7xx/t7xx_hif_cldma.c        |  47 ++++--
>   drivers/net/wwan/t7xx/t7xx_hif_cldma.h        |  18 +-
>   drivers/net/wwan/t7xx/t7xx_modem_ops.c        |  17 +-
>   drivers/net/wwan/t7xx/t7xx_modem_ops.h        |   1 +
>   drivers/net/wwan/t7xx/t7xx_pci.c              | 159 +++++++++++-------
>   drivers/net/wwan/t7xx/t7xx_pci.h              |  14 +-
>   drivers/net/wwan/t7xx/t7xx_pci_rescan.c       |  96 -----------
>   drivers/net/wwan/t7xx/t7xx_pci_rescan.h       |  28 ---
>   drivers/net/wwan/t7xx/t7xx_port.h             |   4 +
>   drivers/net/wwan/t7xx/t7xx_port_proxy.c       | 108 ++++++++++--
>   drivers/net/wwan/t7xx/t7xx_port_proxy.h       |  10 ++
>   drivers/net/wwan/t7xx/t7xx_port_wwan.c        | 115 ++++++++++---
>   drivers/net/wwan/t7xx/t7xx_reg.h              |  24 ++-
>   drivers/net/wwan/t7xx/t7xx_state_monitor.c    | 132 ++++++++++++---
>   drivers/net/wwan/t7xx/t7xx_state_monitor.h    |   1 +
>   drivers/net/wwan/wwan_core.c                  |   4 +
>   include/linux/wwan.h                          |   2 +
>   19 files changed, 555 insertions(+), 274 deletions(-)
>   delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.c
>   delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.h
> 

Acked-by: Timo Aaltonen <timo.aaltonen@canonical.com>

needed for oem-6.5 -> hwe-6.8 transition
Andrei Gherzan May 28, 2024, 11:50 a.m. UTC | #3
On 24/05/09 08:36am, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2049358
> 
> Chia-Lin Kao (AceLan) (2):
>   Revert "UBUNTU: SAUCE: net: wwan: t7xx: PCIe reset rescan"
>   Revert "UBUNTU: SAUCE: net: wwan: t7xx: Add AP CLDMA"
> 
> Jinjian Song (4):
>   wwan: core: Add WWAN fastboot port type
>   net: wwan: t7xx: Add sysfs attribute for device state machine
>   net: wwan: t7xx: Infrastructure for early port configuration
>   net: wwan: t7xx: Add fastboot WWAN port
> 
> Jose Ignacio Tornos Martinez (1):
>   net: wwan: t7xx: Add AP CLDMA
> 
>  .../networking/device_drivers/wwan/t7xx.rst   |  46 +++++
>  drivers/net/wwan/t7xx/Makefile                |   3 +-
>  drivers/net/wwan/t7xx/t7xx_hif_cldma.c        |  47 ++++--
>  drivers/net/wwan/t7xx/t7xx_hif_cldma.h        |  18 +-
>  drivers/net/wwan/t7xx/t7xx_modem_ops.c        |  17 +-
>  drivers/net/wwan/t7xx/t7xx_modem_ops.h        |   1 +
>  drivers/net/wwan/t7xx/t7xx_pci.c              | 159 +++++++++++-------
>  drivers/net/wwan/t7xx/t7xx_pci.h              |  14 +-
>  drivers/net/wwan/t7xx/t7xx_pci_rescan.c       |  96 -----------
>  drivers/net/wwan/t7xx/t7xx_pci_rescan.h       |  28 ---
>  drivers/net/wwan/t7xx/t7xx_port.h             |   4 +
>  drivers/net/wwan/t7xx/t7xx_port_proxy.c       | 108 ++++++++++--
>  drivers/net/wwan/t7xx/t7xx_port_proxy.h       |  10 ++
>  drivers/net/wwan/t7xx/t7xx_port_wwan.c        | 115 ++++++++++---
>  drivers/net/wwan/t7xx/t7xx_reg.h              |  24 ++-
>  drivers/net/wwan/t7xx/t7xx_state_monitor.c    | 132 ++++++++++++---
>  drivers/net/wwan/t7xx/t7xx_state_monitor.h    |   1 +
>  drivers/net/wwan/wwan_core.c                  |   4 +
>  include/linux/wwan.h                          |   2 +
>  19 files changed, 555 insertions(+), 274 deletions(-)
>  delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.c
>  delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.h

A slight nudge for a more detailed cover letter (maintaining the SRU
submission format). Otherwise, this transition makes sense.

Acked-by: Andrei Gherzan <andrei.gherzan@canonical.com>
Stefan Bader May 31, 2024, 2:06 p.m. UTC | #4
On 09.05.24 02:36, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2049358
> 
> Chia-Lin Kao (AceLan) (2):
>    Revert "UBUNTU: SAUCE: net: wwan: t7xx: PCIe reset rescan"
>    Revert "UBUNTU: SAUCE: net: wwan: t7xx: Add AP CLDMA"
> 
> Jinjian Song (4):
>    wwan: core: Add WWAN fastboot port type
>    net: wwan: t7xx: Add sysfs attribute for device state machine
>    net: wwan: t7xx: Infrastructure for early port configuration
>    net: wwan: t7xx: Add fastboot WWAN port
> 
> Jose Ignacio Tornos Martinez (1):
>    net: wwan: t7xx: Add AP CLDMA
> 
>   .../networking/device_drivers/wwan/t7xx.rst   |  46 +++++
>   drivers/net/wwan/t7xx/Makefile                |   3 +-
>   drivers/net/wwan/t7xx/t7xx_hif_cldma.c        |  47 ++++--
>   drivers/net/wwan/t7xx/t7xx_hif_cldma.h        |  18 +-
>   drivers/net/wwan/t7xx/t7xx_modem_ops.c        |  17 +-
>   drivers/net/wwan/t7xx/t7xx_modem_ops.h        |   1 +
>   drivers/net/wwan/t7xx/t7xx_pci.c              | 159 +++++++++++-------
>   drivers/net/wwan/t7xx/t7xx_pci.h              |  14 +-
>   drivers/net/wwan/t7xx/t7xx_pci_rescan.c       |  96 -----------
>   drivers/net/wwan/t7xx/t7xx_pci_rescan.h       |  28 ---
>   drivers/net/wwan/t7xx/t7xx_port.h             |   4 +
>   drivers/net/wwan/t7xx/t7xx_port_proxy.c       | 108 ++++++++++--
>   drivers/net/wwan/t7xx/t7xx_port_proxy.h       |  10 ++
>   drivers/net/wwan/t7xx/t7xx_port_wwan.c        | 115 ++++++++++---
>   drivers/net/wwan/t7xx/t7xx_reg.h              |  24 ++-
>   drivers/net/wwan/t7xx/t7xx_state_monitor.c    | 132 ++++++++++++---
>   drivers/net/wwan/t7xx/t7xx_state_monitor.h    |   1 +
>   drivers/net/wwan/wwan_core.c                  |   4 +
>   include/linux/wwan.h                          |   2 +
>   19 files changed, 555 insertions(+), 274 deletions(-)
>   delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.c
>   delete mode 100644 drivers/net/wwan/t7xx/t7xx_pci_rescan.h
> 

Applied to noble,mantic:linux/master-next. Thanks.

-Stefan