From patchwork Tue Jun 14 15:33:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Taniya Das X-Patchwork-Id: 581658 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14E16C433EF for ; Tue, 14 Jun 2022 15:33:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236030AbiFNPde (ORCPT ); Tue, 14 Jun 2022 11:33:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240519AbiFNPdZ (ORCPT ); Tue, 14 Jun 2022 11:33:25 -0400 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 492B02A24F; Tue, 14 Jun 2022 08:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1655220804; x=1686756804; h=from:to:cc:subject:date:message-id:mime-version; bh=IcwlQFF1CgyHHTyNe42OaYeopZYp3rDLu2zQYBBYThs=; b=oDQPjZIgSjZgWujGn2kAdcWkeYJnd5Ih7A53eTYBaBVIrFLXUbTNxJ9c rTL4szxqtrS4Y4Y/npQfo9ZR6DPJhlhD9I/+juwzNK8fRtPB6Go/qO4c/ CCGTYBeCjgjMAz9oBKM3rBoh7S+81uO11WonGGa+0EqmEQG+OyjW9+J9i s=; Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-01.qualcomm.com with ESMTP; 14 Jun 2022 08:33:24 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg04-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2022 08:33:24 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 14 Jun 2022 08:33:23 -0700 Received: from hu-tdas-hyd.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 14 Jun 2022 08:33:19 -0700 From: Taniya Das To: Stephen Boyd , =?utf-8?q?Michael_Turquette_=C2=A0?= , Bjorn Andersson CC: , , , , , , , Taniya Das Subject: [PATCH v5 0/3] Add support for audio clock gating resets for SC7280 Date: Tue, 14 Jun 2022 21:03:03 +0530 Message-ID: <20220614153306.29339-1-quic_tdas@quicinc.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add support for clock gating resets for lpass audio clock controller and also add support for external MCLKs for I2S. [v5] * Fix the fail path and add pm_runtime_disable(). [v4] * Fix the "fixes" tag. [v3] * Remove the maxItems from reg property. [v2] * Update/fix the YAML for reg property against each compatible. [v1] * Add support for clock gating resets for lpass audio clock controller & MCLKs. *** BLURB HERE *** Taniya Das (3): dt-bindings: clock: Add resets for LPASS audio clock controller for SC7280 dt-bindings: clock: Add support for external MCLKs for LPASS on SC7280 clk: qcom: lpass: Add support for resets & external mclk for SC7280 .../clock/qcom,sc7280-lpasscorecc.yaml | 19 +++++++++-- drivers/clk/qcom/lpassaudiocc-sc7280.c | 22 ++++++++++++- drivers/clk/qcom/lpasscorecc-sc7280.c | 33 +++++++++++++++++++ .../clock/qcom,lpassaudiocc-sc7280.h | 5 +++ .../clock/qcom,lpasscorecc-sc7280.h | 2 ++ 5 files changed, 77 insertions(+), 4 deletions(-) --- 2.17.1