mbox series

[net-next,0/4] net: wwan: iosm: improvements

Message ID 20211209143230.3054755-1-m.chetan.kumar@linux.intel.com (mailing list archive)
Headers show
Series net: wwan: iosm: improvements | expand

Message

Kumar, M Chetan Dec. 9, 2021, 2:32 p.m. UTC
This patch series brings in IOSM driver improvments. Patch details are
explained below.

PATCH1:
 * Set tx queue len.
PATCH2:
 * Release data channel if there is no active IP session.
PATCH3:
 * Removes dead code.
PATCH4:
 * Correct open parenthesis alignment.

M Chetan Kumar (4):
  net: wwan: iosm: set tx queue len
  net: wwan: iosm: release data channel in case no active IP session
  net: wwan: iosm: removed unused function decl
  net: wwan: iosm: correct open parenthesis alignment

 drivers/net/wwan/iosm/iosm_ipc_imem.c      |  1 -
 drivers/net/wwan/iosm/iosm_ipc_mmio.c      |  2 +-
 drivers/net/wwan/iosm/iosm_ipc_mux.c       | 28 ++++++++++++++--------
 drivers/net/wwan/iosm/iosm_ipc_mux.h       |  1 -
 drivers/net/wwan/iosm/iosm_ipc_mux_codec.c | 18 +++++++-------
 drivers/net/wwan/iosm/iosm_ipc_wwan.c      |  3 ++-
 drivers/net/wwan/iosm/iosm_ipc_wwan.h      | 10 --------
 7 files changed, 30 insertions(+), 33 deletions(-)

--
2.25.1

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 11, 2021, 5 a.m. UTC | #1
Hello:

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

On Thu,  9 Dec 2021 20:02:26 +0530 you wrote:
> This patch series brings in IOSM driver improvments. Patch details are
> explained below.
> 
> PATCH1:
>  * Set tx queue len.
> PATCH2:
>  * Release data channel if there is no active IP session.
> PATCH3:
>  * Removes dead code.
> PATCH4:
>  * Correct open parenthesis alignment.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net: wwan: iosm: set tx queue len
    https://git.kernel.org/netdev/net-next/c/5d710dc3318c
  - [net-next,2/4] net: wwan: iosm: release data channel in case no active IP session
    https://git.kernel.org/netdev/net-next/c/da633aa3163f
  - [net-next,3/4] net: wwan: iosm: removed unused function decl
    https://git.kernel.org/netdev/net-next/c/8a7ed600505a
  - [net-next,4/4] net: wwan: iosm: correct open parenthesis alignment
    https://git.kernel.org/netdev/net-next/c/dd464f145c8c

You are awesome, thank you!