Re: [PATCH v1 2/2] interconnect: qcom: Add tagging and wake/sleep support for sdm845

2019-03-14 Thread Evan Green
On Wed, Mar 13, 2019 at 6:00 PM David Dai wrote: > > > On 3/8/2019 10:35 AM, Evan Green wrote: > > On Fri, Feb 8, 2019 at 9:22 AM Georgi Djakov > > wrote: > >> From: David Dai > >> > >> Add support for wake and sleep commands by using a tag to indicate > >> whether or not the aggregate and set

Re: [PATCH v1 2/2] interconnect: qcom: Add tagging and wake/sleep support for sdm845

2019-03-13 Thread David Dai
On 3/8/2019 10:35 AM, Evan Green wrote: On Fri, Feb 8, 2019 at 9:22 AM Georgi Djakov wrote: From: David Dai Add support for wake and sleep commands by using a tag to indicate whether or not the aggregate and set requests are active only or dual context for a particular path.

Re: [PATCH v1 2/2] interconnect: qcom: Add tagging and wake/sleep support for sdm845

2019-03-08 Thread Evan Green
On Fri, Feb 8, 2019 at 9:22 AM Georgi Djakov wrote: > > From: David Dai > > Add support for wake and sleep commands by using a tag to indicate > whether or not the aggregate and set requests are active only or > dual context for a particular path. > > Signed-off-by: David Dai > Signed-off-by:

[PATCH v1 2/2] interconnect: qcom: Add tagging and wake/sleep support for sdm845

2019-02-08 Thread Georgi Djakov
From: David Dai Add support for wake and sleep commands by using a tag to indicate whether or not the aggregate and set requests are active only or dual context for a particular path. Signed-off-by: David Dai Signed-off-by: Georgi Djakov --- drivers/interconnect/qcom/sdm845.c | 101