Re: [PATCH v2 6/7] mhi_bus: controller: MHI support for QCOM modems

2018-07-11 Thread Rob Herring
On Mon, Jul 09, 2018 at 01:08:13PM -0700, Sujeev Dias wrote: > QCOM PCIe based modems uses MHI as the communication protocol. > MHI control driver is the bus master for such modems. As the bus > master driver, it oversees power management operations > such as suspend, resume, powering on and off th

[PATCH v2 6/7] mhi_bus: controller: MHI support for QCOM modems

2018-07-09 Thread Sujeev Dias
QCOM PCIe based modems uses MHI as the communication protocol. MHI control driver is the bus master for such modems. As the bus master driver, it oversees power management operations such as suspend, resume, powering on and off the device. Signed-off-by: Sujeev Dias Reviewed-by: Tony Truong Sign