mbox series

[v5,0/2] Add software clock gating requirement check

Message ID 1654863815-3970-1-git-send-email-quic_srivasam@quicinc.com (mailing list archive)
Headers show
Series Add software clock gating requirement check | expand

Message

Srinivasa Rao Mandadapu June 10, 2022, 12:23 p.m. UTC
This patch set is to add software clock gating requirement check

Changes Since V4:
	-- Fix error check, after a reset control get api return
	-- Fix typo in commit message
Changes Since V3:
	-- Remove redundant check before reset control call
	-- Reorganiaze patches.
	-- Fix typos.
Changes Since V2:
	-- Fix if check before reset control call	
Changes Since V1:
	-- Use boolean flag for bool variable initialization
	   instead of hard coding.

	
Srinivasa Rao Mandadapu (2):
  soundwire: qcom: Add flag for software clock gating check
  ASoC: qcom: soundwire: Enable software clock gating requirement flag

 drivers/soundwire/qcom.c | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

Comments

Vinod Koul June 23, 2022, 8:09 a.m. UTC | #1
On 10-06-22, 17:53, Srinivasa Rao Mandadapu wrote:
> This patch set is to add software clock gating requirement check

This fails to apply for me, please rebase on sdw-next and resend

Thanks
Srinivasa Rao Mandadapu June 27, 2022, 12:31 p.m. UTC | #2
On 6/23/2022 1:39 PM, Vinod Koul wrote:
Thanks for your time Vinod!!!
> On 10-06-22, 17:53, Srinivasa Rao Mandadapu wrote:
>> This patch set is to add software clock gating requirement check
> This fails to apply for me, please rebase on sdw-next and resend
>
> Thanks

It seems one patch is missing in your branch, which accepted by Mark brown.

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/commit/?id=32882881078bd8f8fae47ff69c102d9e691f5bb9
Vinod Koul June 29, 2022, 5 a.m. UTC | #3
On 27-06-22, 18:01, Srinivasa Rao Mandadapu wrote:
> 
> On 6/23/2022 1:39 PM, Vinod Koul wrote:
> Thanks for your time Vinod!!!
> > On 10-06-22, 17:53, Srinivasa Rao Mandadapu wrote:
> > > This patch set is to add software clock gating requirement check
> > This fails to apply for me, please rebase on sdw-next and resend
> > 
> > Thanks
> 
> It seems one patch is missing in your branch, which accepted by Mark brown.

Ok. Pls send on -next and if there are conflicts we can coordinate with
Mark.
Srinivasa Rao Mandadapu June 29, 2022, 5:03 a.m. UTC | #4
On 6/29/2022 10:30 AM, Vinod Koul wrote:
> On 27-06-22, 18:01, Srinivasa Rao Mandadapu wrote:
>> On 6/23/2022 1:39 PM, Vinod Koul wrote:
>> Thanks for your time Vinod!!!
>>> On 10-06-22, 17:53, Srinivasa Rao Mandadapu wrote:
>>>> This patch set is to add software clock gating requirement check
>>> This fails to apply for me, please rebase on sdw-next and resend
>>>
>>> Thanks
>> It seems one patch is missing in your branch, which accepted by Mark brown.
> Ok. Pls send on -next and if there are conflicts we can coordinate with
> Mark.

The same patches were sent on -next branch. If the previous applied, 
it's being applied directly.

Please correct me If my understanding is wrong.