On Thu, Feb 20, 2020 at 03:28:52PM +0530, Manivannan Sadhasivam wrote: > MHI is the transport layer used for communicating to the external modems. > Hence, this commit adds MHI transport layer support to QRTR for > transferring the QMI messages over IPC Router. > > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: netdev@xxxxxxxxxxxxxxx > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > --- > net/qrtr/Kconfig | 7 ++ > net/qrtr/Makefile | 2 + > net/qrtr/mhi.c | 209 ++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 218 insertions(+) > create mode 100644 net/qrtr/mhi.c I stopped here in this series, as I do not feel comfortable merging stuff under net/. Can you get some review by the networking developers and then I will be ok with taking it through my tree. thanks, greg k-h