Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp6502957ybf; Thu, 5 Mar 2020 22:28:52 -0800 (PST) X-Google-Smtp-Source: ADFU+vv1vF/MpAfv96lOoC95QmgOmut0xewxCVomlPbWIhyRhj+278nk4/lZ66iCIvbDL7ke0wIg X-Received: by 2002:a9d:68c8:: with SMTP id i8mr1369071oto.34.1583476132428; Thu, 05 Mar 2020 22:28:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583476132; cv=none; d=google.com; s=arc-20160816; b=Px8AeZCd2GioZ5Zp4QFxYWLlX5CeCqzd4GRMCoUTDDK6lYflMgXoYKLGe7b3SXuy55 D6R8BQTZVw9ckzyJh9jaJyjwtn9shHI2BNJgYBqBy+PUK9QQyA2BoR9MHuevzccFYKW/ SwbdVeYfpdCn3msmDgpFkTFilP9sRpyqxKON6JiOXJ7Xjph/6h/D2JvApmx4lQ//47yj zVw+AGusUrniWA/0/QXwkhdokiVF0jh4cjIdefnpfEKMa39sRt7Qrlfgafhra6hXtQnL 4MI1yP2Kk86f1F+6BwbNMG+Qz7EsyNWvNHUcZvREZWjYg5MRDgvuiPH+lxiIfEYHfHfK glMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=m2VMyQ0L8BxL15FBmI2ARxGi3ZLcrfqJ51hNqphVdPk=; b=MtWFrOlhAxs2JeCmeUOtKPg1uE2Ctl1AmuJAsh2JdopHPiLUU5i4ujlr1EfNHy0nWL vVZra9K7IzLbWXmEiFyrE4eNiQRrleYKRBVL5cCMwZGHVA24GRMGKwhu+35tKdF0mPil VvqpJabUh/Djg4H8BzzYTnqY4Thee5+1Ibjmcu2kMpMBmrnWmSjFckl01UMqgrJu1mBJ AJApXMbhBe52ufkcPE6RxpahVqzI91RrHr0cAIqZm70mECREhV6WHYBXa/ZYZQmVyIZc 6CZlzRS8t8Jpo59mYpkcC6kRpB0u5cum2f0LPIK8doYRl6tQCWibwcp2RmuuNgAXDJJ/ J0eQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x189si962290oia.270.2020.03.05.22.28.38; Thu, 05 Mar 2020 22:28:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726094AbgCFG2I (ORCPT + 99 others); Fri, 6 Mar 2020 01:28:08 -0500 Received: from mga05.intel.com ([192.55.52.43]:11635 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725941AbgCFG2I (ORCPT ); Fri, 6 Mar 2020 01:28:08 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2020 22:28:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,521,1574150400"; d="scan'208";a="352671228" Received: from sgsxdev001.isng.intel.com (HELO localhost) ([10.226.88.11]) by fmsmga001.fm.intel.com with ESMTP; 05 Mar 2020 22:28:03 -0800 From: Rahul Tanwar To: sboyd@kernel.org, mturquette@baylibre.com, linux-clk@vger.kernel.org Cc: robh@kernel.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, andriy.shevchenko@intel.com, qi-ming.wu@intel.com, yixin.zhu@linux.intel.com, cheol.yong.kim@intel.com, Rahul Tanwar Subject: [PATCH v6 0/2] intel: Add a new driver for a new clock controller IP Date: Fri, 6 Mar 2020 14:27:59 +0800 Message-Id: X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series adds clock driver for Clock Generation Unit(CGU) of Lightning Mountain(LGM) SoC. Patch 1 adds bindings document & include file for CGU. Patch 2 adds common clock framework based clock driver for CGU. These patches are baselined upon Linux 5.6-rc1 at below Git link: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git v6: - Resolve Kconfig dependencies issues (Randy Dunlap) v5: - Address review concerns - mainly below mentioned. (Stephen Boyd) - Improve commit message, add COMPILE_TEST in KConfig dependency. - Remove unused header include files, drop unnecessary casts. - Switch to using readl_poll_timeout() instead of implementing timeout routine. - Avoid using small functions which are called just once. Inline them or remove them. - const static --> static const - Fix coding style/convention related review concerns. - Use __iomem for all IO addresses variables. - Consolidate clk_enable & clk_disable ops into a common clk_enable_disable routine to avoid redundant code. - Remove unnecessary dev pointers for clk data structures. - Redesign code to use new way of specifying clk_parents i.e. use clk_parent_data.fw_name instead of older parent_name strings. - Switch from raw_spin_locks() to normal spin_locks() and realign locking. - Drop __initconst, __init, __refdata. - Reorder patch series - make dt-binding patch as first patch. - Add pointer to include file in dt-bindings document. - Remove CLK_IS_CRITICAL flag for clks for which IGNORE_UNUSED flag is enough. Add comments for clks which are marked as CRITICAL. - Fix $id path in dt-bindings - drop bindings. (Rob Herring). - Add Reviewed-by tag from Rob Herring. Thanks Rob. v4: - Add drivers/clk/x86/Kconfig file which got missed in v3 by mistake. v3: - Address review concerns: Add Kconfig entry in x86 folder instead of modifying clk/Kconfig. (Andy Shevchenko) Fix coding style/convention related concerns. (Andy Shevchenko) Improve description, licensing info, rename node name correctly in dt bindings document & remove CLK_NR_CLKS from dt-bindings header file. (Stephen Boyd) Fix a build warning reported by kbuild test robot & Nathan Chancellor - Add few new clocks & rename few existing clocks. - Add more ops for ddiv & divider clk_ops. - Fix few minor bugs. - Use CLK_IS_CRITICAL flag for clocks which shall never be disabled. v2: - Move the driver to x86 folder. - Remove syscon usage. - Remove regmap based access. Use direct readl()/write() instead. Add spinlocks. - Change all enum values to capitals. - Rename all data structures & functions from intel_* to lgm_*. - Remove multiple header files. Keep only one header file. - Make probe fail when any of the clk/pll registration fails. - Fix few bugs with clk_init_data assignement. - Address review concerns for code quality/style/convention. v1: - Initial version. Rahul Tanwar (1): dt-bindings: clk: intel: Add bindings document & header file for CGU rtanwar (1): clk: intel: Add CGU clock driver for a new SoC .../devicetree/bindings/clock/intel,cgu-lgm.yaml | 44 ++ drivers/clk/Kconfig | 1 + drivers/clk/x86/Kconfig | 8 + drivers/clk/x86/Makefile | 1 + drivers/clk/x86/clk-cgu-pll.c | 156 +++++ drivers/clk/x86/clk-cgu.c | 636 +++++++++++++++++++++ drivers/clk/x86/clk-cgu.h | 335 +++++++++++ drivers/clk/x86/clk-lgm.c | 492 ++++++++++++++++ include/dt-bindings/clock/intel,lgm-clk.h | 165 ++++++ 9 files changed, 1838 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/intel,cgu-lgm.yaml create mode 100644 drivers/clk/x86/Kconfig create mode 100644 drivers/clk/x86/clk-cgu-pll.c create mode 100644 drivers/clk/x86/clk-cgu.c create mode 100644 drivers/clk/x86/clk-cgu.h create mode 100644 drivers/clk/x86/clk-lgm.c create mode 100644 include/dt-bindings/clock/intel,lgm-clk.h -- 2.11.0