From patchwork Sat Jul 25 05:11:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zhou Yanjie X-Patchwork-Id: 1336178 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=wanyeetech.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BDDhs1ZXMz9sRN for ; Sat, 25 Jul 2020 15:12:29 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726946AbgGYFMO (ORCPT ); Sat, 25 Jul 2020 01:12:14 -0400 Received: from out28-101.mail.aliyun.com ([115.124.28.101]:44342 "EHLO out28-101.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726273AbgGYFMM (ORCPT ); Sat, 25 Jul 2020 01:12:12 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.2899688|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_regular_dialog|0.00241777-0.000472233-0.99711;FP=0|0|0|0|0|-1|-1|-1;HT=e01l10422;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=14;RT=14;SR=0;TI=SMTPD_---.I7G.t3W_1595653922; Received: from localhost.localdomain(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.I7G.t3W_1595653922) by smtp.aliyun-inc.com(10.147.40.26); Sat, 25 Jul 2020 13:12:08 +0800 From: =?utf-8?b?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= To: mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, paul@crapouillou.net, prasannatsmkumar@gmail.com, 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/3] Add RTC related clocks for Ingenic SoCs. Date: Sat, 25 Jul 2020 13:11:33 +0800 Message-Id: <20200725051136.58220-1-zhouyanjie@wanyeetech.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 1.Add RTC related clocks bindings for the JZ4780 SoC, the X1000 SoC, and the X1830 SoC. 2.Add "XXXX_CLK_EXCLK_DIV512" and "XXXX_CLK_RTC" for the JZ4780 SoC, the X1000 SoC, and the X1830 SoC. 周琰杰 (Zhou Yanjie) (3): dt-bindings: clock: Add RTC related clocks for Ingenic SoCs. dt-bindings: clock: Add tabs to align code. clk: Ingenic: Add RTC related clocks for Ingenic SoCs. drivers/clk/ingenic/jz4780-cgu.c | 12 +++ drivers/clk/ingenic/x1000-cgu.c | 13 +++ drivers/clk/ingenic/x1830-cgu.c | 13 +++ include/dt-bindings/clock/jz4780-cgu.h | 144 +++++++++++++++++---------------- include/dt-bindings/clock/x1000-cgu.h | 2 + include/dt-bindings/clock/x1830-cgu.h | 2 + 6 files changed, 115 insertions(+), 71 deletions(-)