Re: [RESEND PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices

2020-05-19 Thread Mathieu Poirier
On Wed, May 13, 2020 at 10:41:07AM +0530, Arun Kumar Neelakantam wrote: > Glink transport support signals to exchange state notification between > local and remote side clients. Adding support to send/receive the signal > command and notify the clients through callback and POLL notification. >From

[RESEND PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices

2020-05-12 Thread Arun Kumar Neelakantam
Glink transport support signals to exchange state notification between local and remote side clients. Adding support to send/receive the signal command and notify the clients through callback and POLL notification. Changes since v3: - Correct the TICOMGET case handling as per new rpmsg_get_signals

Re: [PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices

2018-10-12 Thread Arnaud Pouliquen
On 10/09/2018 08:27 PM, Bjorn Andersson wrote: > On Tue 09 Oct 09:02 PDT 2018, Arnaud Pouliquen wrote: > >> hello Bjorn, >> >> On 10/08/2018 06:23 PM, Bjorn Andersson wrote: >>> On Mon 08 Oct 06:08 PDT 2018, Arnaud Pouliquen wrote: >>> Hi Arun, Bjorn, On 10/08/2018 08:38 AM, Arun

Re: [PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices

2018-10-09 Thread Bjorn Andersson
On Tue 09 Oct 09:02 PDT 2018, Arnaud Pouliquen wrote: > hello Bjorn, > > On 10/08/2018 06:23 PM, Bjorn Andersson wrote: > > On Mon 08 Oct 06:08 PDT 2018, Arnaud Pouliquen wrote: > > > >> Hi Arun, Bjorn, > >> > >> On 10/08/2018 08:38 AM, Arun Kumar Neelakantam wrote: > >>> Glink transport support

Re: [PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices

2018-10-09 Thread Arnaud Pouliquen
hello Bjorn, On 10/08/2018 06:23 PM, Bjorn Andersson wrote: > On Mon 08 Oct 06:08 PDT 2018, Arnaud Pouliquen wrote: > >> Hi Arun, Bjorn, >> >> On 10/08/2018 08:38 AM, Arun Kumar Neelakantam wrote: >>> Glink transport support signals to exchange state notification between >>> local and remote side

Re: [PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices

2018-10-08 Thread Bjorn Andersson
On Mon 08 Oct 06:08 PDT 2018, Arnaud Pouliquen wrote: > Hi Arun, Bjorn, > > On 10/08/2018 08:38 AM, Arun Kumar Neelakantam wrote: > > Glink transport support signals to exchange state notification between > > local and remote side clients. Adding support to send/receive the signal > > command and

Re: [PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices

2018-10-08 Thread Arnaud Pouliquen
Hi Arun, Bjorn, On 10/08/2018 08:38 AM, Arun Kumar Neelakantam wrote: > Glink transport support signals to exchange state notification between > local and remote side clients. Adding support to send/receive the signal > command and notify the clients through callback and POLL notification. Please

[PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices

2018-10-07 Thread Arun Kumar Neelakantam
Glink transport support signals to exchange state notification between local and remote side clients. Adding support to send/receive the signal command and notify the clients through callback and POLL notification. Changes since v1: - Split the patches as per functional areas like core, char, glin