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

2019-01-30 Thread Rob Herring
On Thu, 24 Jan 2019 15:24:08 +, 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 tasks to t

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

2019-01-24 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