Re: [PATCH 2/2] rpmsg: Introduce Qualcomm RPM glink driver

2017-03-20 Thread Srinivas Kandagatla
On 16/03/17 05:26, Bjorn Andersson wrote: This introduces a basic driver for communicating over "native glink" with the RPM found in Qualcomm platforms. Signed-off-by: Bjorn Andersson Tested this patch on DB820c with some additional DT patches for regulators, I can see UFS and SD card wor

[PATCH 2/2] rpmsg: Introduce Qualcomm RPM glink driver

2017-03-15 Thread Bjorn Andersson
This introduces a basic driver for communicating over "native glink" with the RPM found in Qualcomm platforms. Signed-off-by: Bjorn Andersson --- drivers/rpmsg/Kconfig |8 + drivers/rpmsg/Makefile |1 + drivers/rpmsg/qcom_glink_rpm.c | 1249 ++