Re: [PATCH v5 1/5] misc: dt-bindings: Add Qualcomm Fastrpc bindings

2019-02-08 Thread Srinivas Kandagatla
On 08/02/2019 12:21, Greg KH wrote: On Fri, Feb 01, 2019 at 01:09:21PM +, Srinivas Kandagatla wrote: The FastRPC driver implements an IPC (Inter-Processor Communication) mechanism that allows for clients to transparently make remote method invocations across DSP and APPS boundaries. This

Re: [PATCH v5 1/5] misc: dt-bindings: Add Qualcomm Fastrpc bindings

2019-02-08 Thread Greg KH
On Fri, Feb 01, 2019 at 01:09:21PM +, Srinivas Kandagatla wrote: > The FastRPC driver implements an IPC (Inter-Processor Communication) > mechanism that allows for clients to transparently make remote method > invocations across DSP and APPS boundaries. This enables developers > to offload task

[PATCH v5 1/5] misc: dt-bindings: Add Qualcomm Fastrpc bindings

2019-02-01 Thread Srinivas Kandagatla
The FastRPC driver implements an IPC (Inter-Processor Communication) mechanism that allows for clients to transparently make remote method invocations across DSP and APPS boundaries. This enables developers to offload tasks to the DSP and free up the application processor for other tasks. Co-devel