Re: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints

2018-04-10 Thread Bjorn Andersson
On Tue 03 Apr 02:12 PDT 2018, Loic PALLARDY wrote: > > -Original Message- > > From: linux-remoteproc-ow...@vger.kernel.org [mailto:linux-remoteproc- > > ow...@vger.kernel.org] On Behalf Of Bjorn Andersson [..] > > diff --git a/drivers/rpmsg/rpmsg_core.c b/drivers/rpmsg/rpmsg_core.c > >

Re: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints

2018-04-10 Thread Bjorn Andersson
On Tue 03 Apr 02:12 PDT 2018, Loic PALLARDY wrote: > > -Original Message- > > From: linux-remoteproc-ow...@vger.kernel.org [mailto:linux-remoteproc- > > ow...@vger.kernel.org] On Behalf Of Bjorn Andersson [..] > > diff --git a/drivers/rpmsg/rpmsg_core.c b/drivers/rpmsg/rpmsg_core.c > >

RE: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints

2018-04-10 Thread Loic PALLARDY
nux- > arm-...@vger.kernel.org > Subject: RE: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with > endpoints > > Hi Bjorn, > > > -Original Message- > > From: linux-remoteproc-ow...@vger.kernel.org [mailto:linux- > remoteproc- > > ow...@vger

RE: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints

2018-04-10 Thread Loic PALLARDY
Tuesday, March 27, 2018 11:07 PM > > To: Ohad Ben-Cohen ; Bjorn Andersson > > > > Cc: linux-remotep...@vger.kernel.org; linux-kernel@vger.kernel.org; > linux- > > arm-...@vger.kernel.org > > Subject: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev

RE: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints

2018-04-03 Thread Loic PALLARDY
;bjorn.anders...@linaro.org> > Cc: linux-remotep...@vger.kernel.org; linux-kernel@vger.kernel.org; linux- > arm-...@vger.kernel.org > Subject: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with > endpoints > > For special rpmsg devices without a primary endpoint there is

RE: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints

2018-04-03 Thread Loic PALLARDY
ger.kernel.org; linux-kernel@vger.kernel.org; linux- > arm-...@vger.kernel.org > Subject: [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with > endpoints > > For special rpmsg devices without a primary endpoint there is nothing to > announce so don't call the backen

[PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints

2018-03-27 Thread Bjorn Andersson
For special rpmsg devices without a primary endpoint there is nothing to announce so don't call the backend announce create function if we didn't create an endpoint. Signed-off-by: Bjorn Andersson --- drivers/rpmsg/rpmsg_core.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints

2018-03-27 Thread Bjorn Andersson
For special rpmsg devices without a primary endpoint there is nothing to announce so don't call the backend announce create function if we didn't create an endpoint. Signed-off-by: Bjorn Andersson --- drivers/rpmsg/rpmsg_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git