mbox series

[v2,0/3] MHI bus improvements - Part 2

Message ID 20200402053610.9345-1-manivannan.sadhasivam@linaro.org (mailing list archive)
Headers show
Series MHI bus improvements - Part 2 | expand

Message

Manivannan Sadhasivam April 2, 2020, 5:36 a.m. UTC
Hi Greg,

Here are the remaining patches left from the pervious series. The QRTR MHI
client driver has gone a bit of refactoring after incorporating comments from
Bjorn and Chris while the MHI suspend/resume patch is unmodified.

Dave, can you please look into the QRTR MHI driver and provide some review?

Thanks,
Mani

Changes in v2:

* Moved sock_put() before consume_skb() in QRTR MHI client driver

Manivannan Sadhasivam (3):
  bus: mhi: core: Add support for MHI suspend and resume
  net: qrtr: Add MHI transport layer
  net: qrtr: Do not depend on ARCH_QCOM

 drivers/bus/mhi/core/main.c |   3 +-
 drivers/bus/mhi/core/pm.c   | 143 ++++++++++++++++++++++++++++++++++++
 include/linux/mhi.h         |  19 +++++
 net/qrtr/Kconfig            |   8 +-
 net/qrtr/Makefile           |   2 +
 net/qrtr/mhi.c              | 126 +++++++++++++++++++++++++++++++
 6 files changed, 299 insertions(+), 2 deletions(-)
 create mode 100644 net/qrtr/mhi.c

Comments

Greg Kroah-Hartman April 2, 2020, 5:55 a.m. UTC | #1
On Thu, Apr 02, 2020 at 11:06:07AM +0530, Manivannan Sadhasivam wrote:
> Hi Greg,
> 
> Here are the remaining patches left from the pervious series. The QRTR MHI
> client driver has gone a bit of refactoring after incorporating comments from
> Bjorn and Chris while the MHI suspend/resume patch is unmodified.

It's the middle of the merge window, we can't do anything until after
-rc1 is out, so please be patient.

greg k-h
Manivannan Sadhasivam April 25, 2020, 8:08 a.m. UTC | #2
Hi Greg,

On Thu, Apr 02, 2020 at 07:55:26AM +0200, Greg KH wrote:
> On Thu, Apr 02, 2020 at 11:06:07AM +0530, Manivannan Sadhasivam wrote:
> > Hi Greg,
> > 
> > Here are the remaining patches left from the pervious series. The QRTR MHI
> > client driver has gone a bit of refactoring after incorporating comments from
> > Bjorn and Chris while the MHI suspend/resume patch is unmodified.
> 
> It's the middle of the merge window, we can't do anything until after
> -rc1 is out, so please be patient.
> 

Can you please look into this series now?

Thanks,
Mani

> greg k-h