Re: [PATCH v7 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS

2018-05-08 Thread Matthias Kaehlcke
Hi Lina, On Tue, May 08, 2018 at 10:14:33AM -0600, il...@codeaurora.org wrote: > On 2018-05-03 16:06, Matthias Kaehlcke wrote: > Hi Matthias, > > > Hi Lina, > > > > On Wed, May 02, 2018 at 01:37:45PM -0600, Lina Iyer wrote: > > > Allow sleep and wake commands to be cleared from the respective

Re: [PATCH v7 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS

2018-05-08 Thread Matthias Kaehlcke
Hi Lina, On Tue, May 08, 2018 at 10:14:33AM -0600, il...@codeaurora.org wrote: > On 2018-05-03 16:06, Matthias Kaehlcke wrote: > Hi Matthias, > > > Hi Lina, > > > > On Wed, May 02, 2018 at 01:37:45PM -0600, Lina Iyer wrote: > > > Allow sleep and wake commands to be cleared from the respective

Re: [PATCH v7 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS

2018-05-08 Thread ilina
On 2018-05-03 16:06, Matthias Kaehlcke wrote: Hi Matthias, Hi Lina, On Wed, May 02, 2018 at 01:37:45PM -0600, Lina Iyer wrote: Allow sleep and wake commands to be cleared from the respective TCSes, so that they can be re-populated. Signed-off-by: Lina Iyer --- Changes

Re: [PATCH v7 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS

2018-05-08 Thread ilina
On 2018-05-03 16:06, Matthias Kaehlcke wrote: Hi Matthias, Hi Lina, On Wed, May 02, 2018 at 01:37:45PM -0600, Lina Iyer wrote: Allow sleep and wake commands to be cleared from the respective TCSes, so that they can be re-populated. Signed-off-by: Lina Iyer --- Changes in v7: - Move

Re: [PATCH v7 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS

2018-05-03 Thread Matthias Kaehlcke
Hi Lina, On Wed, May 02, 2018 at 01:37:45PM -0600, Lina Iyer wrote: > Allow sleep and wake commands to be cleared from the respective TCSes, > so that they can be re-populated. > > Signed-off-by: Lina Iyer > --- > > Changes in v7: > - Move bitmap_zero() outside the

Re: [PATCH v7 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS

2018-05-03 Thread Matthias Kaehlcke
Hi Lina, On Wed, May 02, 2018 at 01:37:45PM -0600, Lina Iyer wrote: > Allow sleep and wake commands to be cleared from the respective TCSes, > so that they can be re-populated. > > Signed-off-by: Lina Iyer > --- > > Changes in v7: > - Move bitmap_zero() outside the loop > > Changes in

[PATCH v7 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS

2018-05-02 Thread Lina Iyer
Allow sleep and wake commands to be cleared from the respective TCSes, so that they can be re-populated. Signed-off-by: Lina Iyer --- Changes in v7: - Move bitmap_zero() outside the loop Changes in v6: - remove unnecessary locks around __tcs_invalidate

[PATCH v7 06/10] drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS

2018-05-02 Thread Lina Iyer
Allow sleep and wake commands to be cleared from the respective TCSes, so that they can be re-populated. Signed-off-by: Lina Iyer --- Changes in v7: - Move bitmap_zero() outside the loop Changes in v6: - remove unnecessary locks around __tcs_invalidate - rename function