From patchwork Tue Feb 18 18:15:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Taniya Das X-Patchwork-Id: 190323 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8598C34049 for ; Tue, 18 Feb 2020 18:15:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A2FC421D56 for ; Tue, 18 Feb 2020 18:15:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="VXXaSueS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726318AbgBRSPu (ORCPT ); Tue, 18 Feb 2020 13:15:50 -0500 Received: from mail27.static.mailgun.info ([104.130.122.27]:35025 "EHLO mail27.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726333AbgBRSPu (ORCPT ); Tue, 18 Feb 2020 13:15:50 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1582049750; h=Message-Id: Date: Subject: Cc: To: From: Sender; bh=qToWFRAzpiSc4gqWGgklSmqy3EpfoN3rL8KUWeVnEvE=; b=VXXaSueSJJuLuU/L+AXwO2o2Ngs2kYidmiOO692hXrNYdSjdChIE0BJoSA1QcslQpjYbVW9L 3mqKCvOzZrid64ssbvzkJzK4u7N/Cm8QmUeMVc0ftdmtPxbr+hLVOWinQeRmQG358l/gcP02 DapEYSQs3Lw64sDqSy0IjAnzfak= X-Mailgun-Sending-Ip: 104.130.122.27 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5e4c29d4.7fd955eacdf8-smtp-out-n02; Tue, 18 Feb 2020 18:15:48 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 795F6C4479F; Tue, 18 Feb 2020 18:15:48 +0000 (UTC) Received: from tdas-linux.qualcomm.com (blr-c-bdr-fw-01_GlobalNAT_AllZones-Outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: tdas) by smtp.codeaurora.org (Postfix) with ESMTPSA id 8F05BC43383; Tue, 18 Feb 2020 18:15:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 8F05BC43383 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=tdas@codeaurora.org From: Taniya Das To: Stephen Boyd , =?utf-8?q?Michael_Turquette_=C2=A0?= Cc: David Brown , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Gross , devicetree@vger.kernel.org, robh@kernel.org, robh+dt@kernel.org, Taniya Das Subject: [PATCH v4 0/5] Add modem Clock controller (MSS CC) driver for SC7180 Date: Tue, 18 Feb 2020 23:45:28 +0530 Message-Id: <1582049733-17050-1-git-send-email-tdas@codeaurora.org> X-Mailer: git-send-email 2.7.4 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org [v4] * Split the GCC MSS clocks and Modem clock driver. * Update mss_regmap_config to const. * Rename the Documentation binding as per the latest convention. * Minor comments of clock-names/clocks properties updated. [v3] * Add clocks/clock-names required for the MSS clock controller. * Add pm_ops to enable/disable the required dependent clock. * Add parent_data for the MSS clocks. * Update the GCC MSS clocks from _CBCR to _CLK. [v2] * Update the license for the documentation and fix minor comments in the YAML bindings. [v1] * Add driver support for Modem clock controller for SC7180 and also update device tree bindings for the various clocks supported in the clock controller. Taniya Das (5): dt-bindings: clock: Add support for Modem clocks in GCC clk: qcom: gcc: Add support for modem clocks in GCC dt-bindings: clock: Add YAML schemas for the QCOM MSS clock bindings dt-bindings: clock: Introduce QCOM Modem clock bindings clk: qcom: Add modem clock controller driver for SC7180 .../devicetree/bindings/clock/qcom,sc7180-mss.yaml | 62 +++++++++ drivers/clk/qcom/Kconfig | 9 ++ drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/gcc-sc7180.c | 70 ++++++++++ drivers/clk/qcom/mss-sc7180.c | 143 +++++++++++++++++++++ include/dt-bindings/clock/qcom,gcc-sc7180.h | 5 + include/dt-bindings/clock/qcom,mss-sc7180.h | 12 ++ 7 files changed, 302 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/qcom,sc7180-mss.yaml create mode 100644 drivers/clk/qcom/mss-sc7180.c create mode 100644 include/dt-bindings/clock/qcom,mss-sc7180.h Acked-by: Rob Herring --- Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member of the Code Aurora Forum, hosted by the Linux Foundation.