MLK-14439-4 rpmsg: imx: setup the imx rpmsg driver
authorRichard Zhu <hongxing.zhu@nxp.com>
Wed, 15 Mar 2017 04:36:02 +0000 (12:36 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:32 +0000 (15:21 -0500)
commit9c1099bd85310eedf431a988bb46ea7e09b50295
tree33047441c5c52d4533dd34179492317c53ebc1fb
parentf45a2ecd2d74b9ce18c05e3c32796415b37f8e1f
MLK-14439-4 rpmsg: imx: setup the imx rpmsg driver

- move imx_rpmsg from arch/arm/ to drivers/rpmsg.
- use the new MU generic APIs in the rpmsg implementation.
- Validated the pingpong test on both imx6sx and imx7d sdb boards.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Documentation/devicetree/bindings/rpmsg/imx-rpmsg.txt [new file with mode: 0644]
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/imx_rpmsg.c [deleted file]
drivers/rpmsg/Kconfig
drivers/rpmsg/Makefile
drivers/rpmsg/imx_rpmsg.c [new file with mode: 0644]
drivers/soc/Makefile
drivers/soc/imx/Makefile
drivers/soc/imx/rpmsg/Makefile [deleted file]
drivers/soc/imx/rpmsg/imx_rpmsg.c [deleted file]