mbox series

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

Message ID 20220916144329.243368-1-fabio.porcedda@gmail.com (mailing list archive)
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?
patchwork-bot+netdevbpf@kernel.org Sept. 20, 2022, 11:20 p.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 16 Sep 2022 16:43:27 +0200 you 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
> 
> [...]

Here is the summary with links:
  - [1/2] net: wwan: mhi_wwan_ctrl: Add DUN2 to have a secondary AT port
    https://git.kernel.org/netdev/net-next/c/0c60d1657d3d
  - [2/2] bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990
    https://git.kernel.org/netdev/net-next/c/479aa3b0ec2e

You are awesome, thank you!