mbox series

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

Message ID 1656659827-27450-1-git-send-email-quic_srivasam@quicinc.com
Headers show
Series Add software clock gating requirement check | expand

Message

Srinivasa Rao Mandadapu July 1, 2022, 7:17 a.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 | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)