mbox series

[0/6] MHI fixes for v5.7

Message ID 20200430190555.32741-1-manivannan.sadhasivam@linaro.org (mailing list archive)
Headers show
Series MHI fixes for v5.7 | expand

Message

Manivannan Sadhasivam April 30, 2020, 7:05 p.m. UTC
Hi Greg,

Here is the set of MHI bus fixes patches for v5.7. These patches are
reviewed by Hemant and me and also tested with couple of MHI client devices.

There are a couple of changes which affect the controller interface but since
we don't have any controller in mainline, it doesn't hurt doing.

Please consider merging.

Thanks,
Mani

Jeffrey Hugo (5):
  bus: mhi: core: Make sure to powerdown if mhi_sync_power_up fails
  bus: mhi: core: Remove link_status() callback
  bus: mhi: core: Offload register accesses to the controller
  bus: mhi: core: Fix typo in comment
  bus: mhi: core: Fix channel device name conflict

Manivannan Sadhasivam (1):
  bus: mhi: Fix parsing of mhi_flags

 drivers/bus/mhi/core/init.c     |  7 +++----
 drivers/bus/mhi/core/internal.h |  3 ---
 drivers/bus/mhi/core/main.c     | 16 ++++------------
 drivers/bus/mhi/core/pm.c       |  6 +++++-
 include/linux/mhi.h             | 16 ++++++++++------
 5 files changed, 22 insertions(+), 26 deletions(-)