Re: [PATCH v3 1/3] remoteproc: qcom: Embed private data structure for hexagon dsp.

2016-11-21 Thread Avaneesh Kumar Dwivedi
On 11/19/2016 12:27 AM, Bjorn Andersson wrote: On Wed 16 Nov 06:41 PST 2016, Avaneesh Kumar Dwivedi wrote: i have been a little delayed for posting replies to patch comments, hopefully onward it should be quick and fast. I would greatly appreciate if you allow for a discussion before postin

Re: [PATCH v3 1/3] remoteproc: qcom: Embed private data structure for hexagon dsp.

2016-11-18 Thread Bjorn Andersson
On Wed 16 Nov 06:41 PST 2016, Avaneesh Kumar Dwivedi wrote: > i have been a little delayed for posting replies to patch comments, > hopefully onward it should be quick and fast. > I would greatly appreciate if you allow for a discussion before posting new revisions of the patchset. I will respon

Re: [PATCH v3 1/3] remoteproc: qcom: Embed private data structure for hexagon dsp.

2016-11-16 Thread Avaneesh Kumar Dwivedi
i have been a little delayed for posting replies to patch comments, hopefully onward it should be quick and fast. On 11/8/2016 12:38 PM, Bjorn Andersson wrote: On Mon 07 Nov 04:37 PST 2016, Avaneesh Kumar Dwivedi wrote: Embed resources specific to version of hexagon chip in device structure

Re: [PATCH v3 1/3] remoteproc: qcom: Embed private data structure for hexagon dsp.

2016-11-07 Thread Bjorn Andersson
On Mon 07 Nov 04:37 PST 2016, Avaneesh Kumar Dwivedi wrote: > Embed resources specific to version of hexagon chip in device > structure to avoid conditional check for manipulation of those > resources in driver code. > Please don't rename functions in the same patch as functional changes. [..]

[PATCH v3 1/3] remoteproc: qcom: Embed private data structure for hexagon dsp.

2016-11-07 Thread Avaneesh Kumar Dwivedi
Embed resources specific to version of hexagon chip in device structure to avoid conditional check for manipulation of those resources in driver code. Signed-off-by: Avaneesh Kumar Dwivedi --- .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 + drivers/remoteproc/qcom_q6v5_pil.c