mbox series

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

Message ID 1654785023-1667-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 9, 2022, 2:30 p.m. UTC
This patch set is to add software clock gating requirement check

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(-)