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

2019-08-02 Thread Georgi Djakov
On 7/31/19 22:06, Evan Green wrote: > On Tue, Jul 30, 2019 at 5:37 PM David Dai wrote: >> >> >> On 7/30/2019 3:54 PM, Evan Green wrote: >>> On Thu, Jul 18, 2019 at 10:59 AM David Dai wrote: On 7/16/2019 1:15 PM, Evan Green wrote: > On Mon, Jul 15, 2019 at 4:34 PM David Dai > wrote:

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

2019-07-31 Thread Evan Green
On Tue, Jul 30, 2019 at 5:37 PM David Dai wrote: > > > On 7/30/2019 3:54 PM, Evan Green wrote: > > On Thu, Jul 18, 2019 at 10:59 AM David Dai wrote: > >> On 7/16/2019 1:15 PM, Evan Green wrote: > >>> On Mon, Jul 15, 2019 at 4:34 PM David Dai > >>> wrote: > Hi Evan, > > Thanks for

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

2019-07-30 Thread David Dai
On 7/30/2019 3:54 PM, Evan Green wrote: On Thu, Jul 18, 2019 at 10:59 AM David Dai wrote: On 7/16/2019 1:15 PM, Evan Green wrote: On Mon, Jul 15, 2019 at 4:34 PM David Dai wrote: Hi Evan, Thanks for the continued help in reviewing these patches! No problem. I want to do more, but haven't

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

2019-07-30 Thread Evan Green
On Thu, Jul 18, 2019 at 10:59 AM David Dai wrote: > > On 7/16/2019 1:15 PM, Evan Green wrote: > > On Mon, Jul 15, 2019 at 4:34 PM David Dai wrote: > >> Hi Evan, > >> > >> Thanks for the continued help in reviewing these patches! > > No problem. I want to do more, but haven't found time to do the

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

2019-07-18 Thread David Dai
On 7/16/2019 1:15 PM, Evan Green wrote: On Mon, Jul 15, 2019 at 4:34 PM David Dai wrote: Hi Evan, Thanks for the continued help in reviewing these patches! No problem. I want to do more, but haven't found time to do the prerequisite research before jumping into some of the other discussions y

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

2019-07-16 Thread Evan Green
On Mon, Jul 15, 2019 at 4:34 PM David Dai wrote: > > Hi Evan, > > Thanks for the continued help in reviewing these patches! No problem. I want to do more, but haven't found time to do the prerequisite research before jumping into some of the other discussions yet. > > On 7/11/2019 10:06 AM, Evan

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

2019-07-15 Thread David Dai
Hi Evan, Thanks for the continued help in reviewing these patches! On 7/11/2019 10:06 AM, Evan Green wrote: Hi Georgi and David, On Tue, Jun 18, 2019 at 2:17 AM Georgi Djakov wrote: From: David Dai Add support for wake and sleep commands by using a tag to indicate whether or not the aggreg

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

2019-07-11 Thread Evan Green
Hi Georgi and David, On Tue, Jun 18, 2019 at 2:17 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 fall into execution > state specific bucket. > > Signed-off-by: David Dai > Signed

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

2019-06-18 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 fall into execution state specific bucket. Signed-off-by: David Dai Signed-off-by: Georgi Djakov --- drivers/interconnect/qcom/sdm845.c | 129 ++