mbox series

[0/3] Misc MHI fixes

Message ID 1586207077-22361-1-git-send-email-jhugo@codeaurora.org (mailing list archive)
Headers show
Series Misc MHI fixes | expand

Message

Jeffrey Hugo April 6, 2020, 9:04 p.m. UTC
A few (independent) fixes to the MHI bus for issues that I have come across
while developing against the mainline code.

Jeffrey Hugo (3):
  bus: mhi: core: Handle syserr during power_up
  bus: mhi: core: Make sure to powerdown if mhi_sync_power_up fails
  bus: mhi: core: Remove link_status() callback

 drivers/bus/mhi/core/init.c |  6 ++----
 drivers/bus/mhi/core/main.c |  5 ++---
 drivers/bus/mhi/core/pm.c   | 26 +++++++++++++++++++++++++-
 include/linux/mhi.h         |  2 --
 4 files changed, 29 insertions(+), 10 deletions(-)