From patchwork Wed Nov 25 17:26:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zhou Yanjie X-Patchwork-Id: 11931955 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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=unavailable 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 2D4D2C56201 for ; Wed, 25 Nov 2020 17:27:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C0AFD206D9 for ; Wed, 25 Nov 2020 17:27:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732767AbgKYR1P (ORCPT ); Wed, 25 Nov 2020 12:27:15 -0500 Received: from out28-219.mail.aliyun.com ([115.124.28.219]:51401 "EHLO out28-219.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732763AbgKYR1P (ORCPT ); Wed, 25 Nov 2020 12:27:15 -0500 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.1100795|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_regular_dialog|0.00509026-0.00170274-0.993207;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047208;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=13;RT=13;SR=0;TI=SMTPD_---.J.BPrxs_1606325224; Received: from localhost.localdomain(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.J.BPrxs_1606325224) by smtp.aliyun-inc.com(10.147.41.137); Thu, 26 Nov 2020 01:27:11 +0800 From: =?utf-8?b?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= To: sboyd@kernel.org, robh+dt@kernel.org, mturquette@baylibre.com, paul@crapouillou.net Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com, rick.tyliu@ingenic.com, yanfei.li@ingenic.com, sernia.zhou@foxmail.com, zhenwenjin@gmail.com Subject: [PATCH 0/4] Add new clocks for Ingenic SoCs. Date: Thu, 26 Nov 2020 01:26:14 +0800 Message-Id: <20201125172618.112707-1-zhouyanjie@wanyeetech.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org 1.Add "jz4780_core1_disable()" for disable the second core of JZ4780, prepare for later commits. 2.Add CIM, AIC, DMIC clocks for the X1000 SoC, and CIM, AIC, DMIC, I2S clocks for the X1830 SoC from Ingenic. 3.Fill unused bits in parents in jz4780-cgu.c, x1000-cgu.c, and x1830-cgu.c, these bits should be filled with -1. 4.Reformat code, add missing blank lines, remove unnecessary tabs, and align code. 周琰杰 (Zhou Yanjie) (4): clk: JZ4780: Add function for disable the second core. dt-bindings: clock: Add missing clocks for Ingenic SoCs. clk: Ingenic: Add missing clocks for Ingenic SoCs. clk: Ingenic: Fill unused bits in parents and reformat code. drivers/clk/ingenic/jz4780-cgu.c | 33 ++++- drivers/clk/ingenic/x1000-cgu.c | 39 +++-- drivers/clk/ingenic/x1830-cgu.c | 266 +++++++++++++++++++++++++++++----- include/dt-bindings/clock/x1000-cgu.h | 3 + include/dt-bindings/clock/x1830-cgu.h | 4 + 5 files changed, 292 insertions(+), 53 deletions(-)