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 <[email protected]>
Tested this patch on DB820c with some additional DT patches for regulators, I can see UFS and SD card working perfectly fine with this patch.
Tested-by: Srinivas Kandagatla <[email protected]>
--- drivers/rpmsg/Kconfig | 8 + drivers/rpmsg/Makefile | 1 + drivers/rpmsg/qcom_glink_rpm.c | 1249 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1258 insertions(+) create mode 100644 drivers/rpmsg/qcom_glink_rpm.c

