Re: permission to move definition of struct rpmsg_channel_info

2013-09-10 Thread Arjun Gopalan
On 09/08/2013 05:27 AM, Ohad Ben-Cohen wrote: Hi Arjun, On Fri, Aug 30, 2013 at 9:20 PM, Arjun Gopalan wrote: Hi Ohad/Brian, I have been working on rpmsg and I need to be able to create static rpmsg channels. Channel information needs to be specified by other drivers and for this, the drive

Re: permission to move definition of struct rpmsg_channel_info

2013-09-10 Thread Thierry Reding
On Mon, Sep 09, 2013 at 10:06:24PM +0200, Ohad Ben-Cohen wrote: > On Mon, Sep 9, 2013 at 2:57 PM, Thierry Reding > wrote: [...] > > Looking at the remoteproc core, it seems that there's no direct way to > > change the firmware running on a remoteproc at runtime. > > One way is to unload and load

Re: permission to move definition of struct rpmsg_channel_info

2013-09-09 Thread Ohad Ben-Cohen
On Mon, Sep 9, 2013 at 2:57 PM, Thierry Reding wrote: > If I understand correctly, the way that the services should be announced > is via RSC_VDEV entries in the resource table? Yes. > Looking at the remoteproc core and ELF loader, it seems like the way to > pass in the resource table is either

Re: permission to move definition of struct rpmsg_channel_info

2013-09-09 Thread Thierry Reding
On Sun, Sep 08, 2013 at 02:27:11PM +0200, Ohad Ben-Cohen wrote: > Hi Arjun, > > On Fri, Aug 30, 2013 at 9:20 PM, Arjun Gopalan wrote: > > > > Hi Ohad/Brian, > > > > I have been working on rpmsg and I need to be able to create static > > rpmsg channels. Channel information needs to be specified by

Re: permission to move definition of struct rpmsg_channel_info

2013-09-08 Thread Ohad Ben-Cohen
Hi Arjun, On Fri, Aug 30, 2013 at 9:20 PM, Arjun Gopalan wrote: > > Hi Ohad/Brian, > > I have been working on rpmsg and I need to be able to create static rpmsg > channels. Channel information needs to be specified by other drivers and for > this, the drivers need access to struct rpmsg_channel