Re: [PATCH v2 14/14] rpmsg: pru: add a PRU RPMsg driver

2019-02-04 Thread Andrew F. Davis
On 2/4/19 8:22 AM, Roger Quadros wrote: > From: Jason Reeder > [...] > +/* .name matches on RPMsg Channels and causes a probe */ > +static const struct rpmsg_device_id rpmsg_driver_pru_id_table[] = { > + { .name = "rpmsg-pru" }, > + { }, > +}; > +MODULE_DEVICE_TABLE(rpmsg, rpmsg_driver_

[PATCH v2 14/14] rpmsg: pru: add a PRU RPMsg driver

2019-02-04 Thread Roger Quadros
From: Jason Reeder An RPMsg driver that exposes interfaces to user space, to allow applications to communicate with the PRU processors on available TI SoCs has been added. This is restricted to SoCs that have the PRUSS remoteproc support. Signed-off-by: Jason Reeder [s-a...@ti.com: various clea