mbox series

[0/2] Add a secondary AT port to the Telit FN990

Message ID 20220916144329.243368-1-fabio.porcedda@gmail.com
Headers show
Series Add a secondary AT port to the Telit FN990 | expand

Message

Fabio Porcedda Sept. 16, 2022, 2:43 p.m. UTC
In order to add a secondary AT port to the Telit FN990 first add "DUN2"
to mhi_wwan_ctrl.c, after that add a seconday AT port to the
Telit FN990 in pci_generic.c

Fabio Porcedda (2):
  net: wwan: mhi_wwan_ctrl: Add DUN2 to have a secondary AT port
  bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990

 drivers/bus/mhi/host/pci_generic.c | 2 ++
 drivers/net/wwan/mhi_wwan_ctrl.c   | 1 +
 2 files changed, 3 insertions(+)

Comments

Sergey Ryazanov Sept. 17, 2022, 1:01 p.m. UTC | #1
Hello Fabio,

On Fri, Sep 16, 2022 at 5:43 PM Fabio Porcedda <fabio.porcedda@gmail.com> wrote:
> In order to add a secondary AT port to the Telit FN990 first add "DUN2"
> to mhi_wwan_ctrl.c, after that add a seconday AT port to the
> Telit FN990 in pci_generic.c
>
> Fabio Porcedda (2):
>   net: wwan: mhi_wwan_ctrl: Add DUN2 to have a secondary AT port
>   bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990

The code looks good to me, but it needs to be checked by someone who
is familiar with MHI.

Loic, what do you think?