netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add MHI Endpoint network driver
@ 2023-06-07 15:24 Manivannan Sadhasivam
  2023-06-07 15:24 ` [PATCH v2 1/2] net: " Manivannan Sadhasivam
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Manivannan Sadhasivam @ 2023-06-07 15:24 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni
  Cc: mhi, linux-arm-msm, netdev, linux-kernel, loic.poulain,
	Manivannan Sadhasivam

Hi,

This series adds a network driver for the Modem Host Interface (MHI) endpoint
devices that provides network interfaces to the PCIe based Qualcomm endpoint
devices supporting MHI bus (like Modems). This driver allows the MHI endpoint
devices to establish IP communication with the host machines (x86, ARM64) over
MHI bus.

On the host side, the existing mhi_net driver provides the network connectivity
to the host.

- Mani

Changes in v2:

* Fixed kfree(skb) with kfree_skb(skb)
* Reworded the Kconfig text slightly
* Dropped the MTU increase patch as it turned out only few devices support 32K
  MTU

Manivannan Sadhasivam (2):
  net: Add MHI Endpoint network driver
  MAINTAINERS: Add entry for MHI networking drivers under MHI bus

 MAINTAINERS              |   1 +
 drivers/net/Kconfig      |   9 ++
 drivers/net/Makefile     |   1 +
 drivers/net/mhi_ep_net.c | 331 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 342 insertions(+)
 create mode 100644 drivers/net/mhi_ep_net.c


base-commit: e7214663e023be5e518e8d0d8f2dca6848731652
-- 
2.25.1


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

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

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-07 15:24 [PATCH v2 0/2] Add MHI Endpoint network driver Manivannan Sadhasivam
2023-06-07 15:24 ` [PATCH v2 1/2] net: " Manivannan Sadhasivam
2023-06-07 16:27   ` Jeffrey Hugo
2023-06-07 16:52     ` Jeffrey Hugo
2023-06-07 17:39       ` Manivannan Sadhasivam
2023-06-07 17:16     ` Manivannan Sadhasivam
2023-06-07 17:08   ` Christophe JAILLET
2023-06-07 15:24 ` [PATCH v2 2/2] MAINTAINERS: Add entry for MHI networking drivers under MHI bus Manivannan Sadhasivam
2023-06-07 16:29   ` Jeffrey Hugo
2023-06-07 16:49 ` [PATCH v2 0/2] Add MHI Endpoint network driver Jakub Kicinski
2023-06-07 17:11   ` Manivannan Sadhasivam
2023-06-07 17:43     ` Jakub Kicinski
2023-06-08 12:37       ` Manivannan Sadhasivam
2023-11-17  7:06         ` Manivannan Sadhasivam
2023-11-18  0:26           ` Jakub Kicinski
2023-11-27  6:04             ` Manivannan Sadhasivam
2023-11-27 16:46               ` Jakub Kicinski
2023-11-28 20:35                 ` Dmitry Baryshkov
2023-11-28 20:58                   ` Jakub Kicinski
2023-12-04 12:12                     ` Dmitry Baryshkov
2023-12-04 16:12                       ` Jakub Kicinski
2023-12-05 14:22                         ` Dmitry Baryshkov
2023-06-07 18:13   ` Andrew Lunn
2023-06-08 12:40     ` Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).