Re: [PATCH v3 14/16] net: qrtr: Add MHI transport layer

From: Manivannan Sadhasivam
Date: Wed Mar 18 2020 - 10:53:32 EST


Hi Greg,

On Wed, Mar 18, 2020 at 03:42:46PM +0100, Greg KH wrote:
> 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.
>

Sure.

Dave, can you please look into this patch? Greg merged the remaining patches
to his char-misc-testing branch. And if you can provide review, all can go
through Greg's tree.

Thanks,
Mani

> thanks,
>
> greg k-h