All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: loic.poulain@linaro.org, davem@davemloft.net, kuba@kernel.org,
	netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH 00/10] net: WWAN subsystem improvements
Date: Tue, 08 Jun 2021 21:50:09 +0000	[thread overview]
Message-ID: <162318900932.8715.4669669259208557381.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210608040241.10658-1-ryazanov.s.a@gmail.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Tue,  8 Jun 2021 07:02:31 +0300 you wrote:
> While working on WWAN netdev creation support, I notice a few things
> that could be done to make the wwan subsystem more developer and user
> friendly. This series implements them.
> 
> The series begins with a WWAN HW simulator designed simplify testing
> and make the WWAN subsystem available for a wider audience. The next two
> patches are intended to make the code a bit more clearer. This is
> followed by a few patches to make the port device naming more
> user-friendly. The series is finishes with a set of changes that allow
> the WWAN AT port to be used with terminal emulation software.
> 
> [...]

Here is the summary with links:
  - [01/10] wwan_hwsim: WWAN device simulator
    https://git.kernel.org/netdev/net-next/c/f36a111a74e7
  - [02/10] wwan_hwsim: add debugfs management interface
    https://git.kernel.org/netdev/net-next/c/9ee23f48f670
  - [03/10] net: wwan: make WWAN_PORT_MAX meaning less surprised
    https://git.kernel.org/netdev/net-next/c/b64d76b78226
  - [04/10] net: wwan: core: init port type string array using enum values
    https://git.kernel.org/netdev/net-next/c/64cc80c0ff2e
  - [05/10] net: wwan: core: spell port device name in lowercase
    https://git.kernel.org/netdev/net-next/c/392c26f7f133
  - [06/10] net: wwan: core: make port names more user-friendly
    https://git.kernel.org/netdev/net-next/c/f458709ff40b
  - [07/10] net: wwan: core: expand ports number limit
    https://git.kernel.org/netdev/net-next/c/72eedfc4bbc7
  - [08/10] net: wwan: core: implement TIOCINQ ioctl
    https://git.kernel.org/netdev/net-next/c/e263c5b2e891
  - [09/10] net: wwan: core: implement terminal ioctls for AT port
    https://git.kernel.org/netdev/net-next/c/c230035c2f2f
  - [10/10] net: wwan: core: purge rx queue on port close
    https://git.kernel.org/netdev/net-next/c/504672038b17

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2021-06-08 21:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08  4:02 [PATCH 00/10] net: WWAN subsystem improvements Sergey Ryazanov
2021-06-08  4:02 ` [PATCH 01/10] wwan_hwsim: WWAN device simulator Sergey Ryazanov
2021-06-08  4:02 ` [PATCH 02/10] wwan_hwsim: add debugfs management interface Sergey Ryazanov
2021-06-08  4:02 ` [PATCH 03/10] net: wwan: make WWAN_PORT_MAX meaning less surprised Sergey Ryazanov
2021-06-08  8:35   ` Loic Poulain
2021-06-08  4:02 ` [PATCH 04/10] net: wwan: core: init port type string array using enum values Sergey Ryazanov
2021-06-08  8:36   ` Loic Poulain
2021-06-08  4:02 ` [PATCH 05/10] net: wwan: core: spell port device name in lowercase Sergey Ryazanov
2021-06-08  8:37   ` Loic Poulain
2021-06-08  4:02 ` [PATCH 06/10] net: wwan: core: make port names more user-friendly Sergey Ryazanov
2021-06-08  4:02 ` [PATCH 07/10] net: wwan: core: expand ports number limit Sergey Ryazanov
2021-06-08  8:47   ` Loic Poulain
2021-06-08  4:02 ` [PATCH 08/10] net: wwan: core: implement TIOCINQ ioctl Sergey Ryazanov
2021-06-08  8:51   ` Loic Poulain
2021-06-08  4:02 ` [PATCH 09/10] net: wwan: core: implement terminal ioctls for AT port Sergey Ryazanov
2021-06-08  4:02 ` [PATCH 10/10] net: wwan: core: purge rx queue on port close Sergey Ryazanov
2021-06-08 21:50 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=162318900932.8715.4669669259208557381.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=loic.poulain@linaro.org \
    --cc=netdev@vger.kernel.org \
    --cc=ryazanov.s.a@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.