public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] net: wwan: iosm: Bug fixes
@ 2021-12-05  6:55 M Chetan Kumar
  2021-12-05  6:55 ` [PATCH net-next 1/7] net: wwan: iosm: stop sending unnecessary doorbell M Chetan Kumar
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: M Chetan Kumar @ 2021-12-05  6:55 UTC (permalink / raw)
  To: netdev
  Cc: kuba, davem, johannes, ryazanov.s.a, loic.poulain, krishna.c.sudi,
	m.chetan.kumar, m.chetan.kumar, linuxwwan

This patch series brings in IOSM driver bug fixes. Patch details
are explained below.

PATCH1:
 * stop sending unnecessary doorbell in IP tx flow.
PATCH2:
 * set tx queue len.
PATCH3:
 * Restore the IP channel configuration after fw flash.
PATCH4:
 * Release data channel if there is no active IP session.
PATCH5:
 * Removes dead code.
PATCH6:
 * Removed the unnecessary check around control port TX transfer.
PATCH7:
 * Correct open parenthesis alignment to fix checkpatch warning.

M Chetan Kumar (7):
  net: wwan: iosm: stop sending unnecessary doorbell
  net: wwan: iosm: set tx queue len
  net: wwan: iosm: wwan0 net interface nonfunctional after fw flash
  net: wwan: iosm: release data channel in case no active IP session
  net: wwan: iosm: removed unused function decl
  net: wwan: iosm: AT port is not working while MBIM TX is ongoing
  net: wwan: iosm: correct open parenthesis alignment

 drivers/net/wwan/iosm/iosm_ipc_imem.c      | 27 ++++++++++++++--------
 drivers/net/wwan/iosm/iosm_ipc_imem.h      |  4 +---
 drivers/net/wwan/iosm/iosm_ipc_imem_ops.c  |  7 +-----
 drivers/net/wwan/iosm/iosm_ipc_mmio.c      |  2 +-
 drivers/net/wwan/iosm/iosm_ipc_mux.c       | 27 ++++++++++++++--------
 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 --------
 9 files changed, 48 insertions(+), 51 deletions(-)

--
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-12-05 14:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-05  6:55 [PATCH net-next 0/7] net: wwan: iosm: Bug fixes M Chetan Kumar
2021-12-05  6:55 ` [PATCH net-next 1/7] net: wwan: iosm: stop sending unnecessary doorbell M Chetan Kumar
2021-12-05  6:55 ` [PATCH net-next 2/7] net: wwan: iosm: set tx queue len M Chetan Kumar
2021-12-05 11:16   ` Sergey Ryazanov
2021-12-05 13:52     ` Kumar, M Chetan
2021-12-05 13:59       ` Sergey Ryazanov
2021-12-05  6:55 ` [PATCH net-next 3/7] net: wwan: iosm: wwan0 net interface nonfunctional after fw flash M Chetan Kumar
2021-12-05  6:55 ` [PATCH net-next 4/7] net: wwan: iosm: release data channel in case no active IP session M Chetan Kumar
2021-12-05  6:55 ` [PATCH net-next 5/7] net: wwan: iosm: removed unused function decl M Chetan Kumar
2021-12-05  6:55 ` [PATCH net-next 6/7] net: wwan: iosm: AT port is not working while MBIM TX is ongoing M Chetan Kumar
2021-12-05  6:55 ` [PATCH net-next 7/7] net: wwan: iosm: correct open parenthesis alignment M Chetan Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox