From mboxrd@z Thu Jan 1 00:00:00 1970 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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 95DCDC433E2 for ; Tue, 8 Sep 2020 23:01:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 505682080C for ; Tue, 8 Sep 2020 23:01:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599606087; bh=5+6n6DKcDtI4F+rO/ROomSv28JsO4K+RfkfOBx+7p6s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=WPYMWVoWemI464O12TZeFwi26SVY/YPQpQLxraN9hoDn58SuDi6/caIbxTkCPryYJ cljIb99GcnlJigfJQ+J1LwhaMp3jOXtZVUFUnkfeKvYGbBZ6DvXntfuwtWYyKJH+MH SCMkYGhxDLflLoTsqSMBx7Va2R/L6QydM3p9Wnrg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729935AbgIHXBZ (ORCPT ); Tue, 8 Sep 2020 19:01:25 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:34803 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726657AbgIHXBV (ORCPT ); Tue, 8 Sep 2020 19:01:21 -0400 Received: by mail-io1-f68.google.com with SMTP id m17so1203259ioo.1; Tue, 08 Sep 2020 16:01:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=m89In9DmPLFvZGgeKa+y2k8098Kswn69VDIHU75w5H4=; b=Ksa6pz5rRbVbCBJZLoL3+NGUPRAVaVz79JbJqgXrX0r0iJoDRLNwI6bWDdGNxDGJiq XwPN0/2NloTvFtqee2beDG34SlzeieEoi+4xFtPcnRleD+DvxGsqPZbSHaG0wUJMCqQA 78Xstz5naIswFfwytOjr+aIGfZcgUuwcPENYJBtowlGUz/3y2yyVFmToYGYb8e40BsZX JtWUxyI7ovZv+A3kLr9JuEYkqXY2ePFmam1wW2MqwX5rA1MyV2SN/mLHRpGUuCRBt3Nx s4ZWeyOBdqEJAUwgArU+3JW9nx4R6ewi32A0uj5NyPNgefbANAn9M0ibcVzgDJoXR3No /3BQ== X-Gm-Message-State: AOAM5305AhiN2KJ1Sf6NsdaLXFfNU3zviT9JnYvgoJuG74aKLhlhbrM9 NedxQ1oXL6LEp17O2K/Duw== X-Google-Smtp-Source: ABdhPJzIrAPYwrTxeYyBssMDWjL0nXwlBTgg0SHWrsNuw4AiWN/2RL2jNeBp0V/VAeApkqjiImK6Cw== X-Received: by 2002:a05:6638:2647:: with SMTP id n7mr1355405jat.9.1599606078731; Tue, 08 Sep 2020 16:01:18 -0700 (PDT) Received: from xps15 ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id l16sm387039ilc.3.2020.09.08.16.01.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Sep 2020 16:01:18 -0700 (PDT) Received: (nullmailer pid 1102281 invoked by uid 1000); Tue, 08 Sep 2020 23:01:16 -0000 Date: Tue, 8 Sep 2020 17:01:16 -0600 From: Rob Herring To: Sylwester Nawrocki Cc: linux-clk@vger.kernel.org, m.szyprowski@samsung.com, Stephen Boyd , linux-samsung-soc@vger.kernel.org, Kukjin Kim , Tomasz Figa , Michael Turquette , Chanwoo Choi , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org, b.zolnierkie@samsung.com Subject: Re: [PATCH 1/3] clk: samsung: Add clk ID definitions for the CPU parent clocks Message-ID: <20200908230116.GA1102229@bogus> References: <20200826171529.23618-1-s.nawrocki@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200826171529.23618-1-s.nawrocki@samsung.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 26 Aug 2020 19:15:27 +0200, Sylwester Nawrocki wrote: > Add clock ID definitions for the CPU parent clocks for SoCs > which don't have such definitions yet. This will allow us to > reference the parent clocks directly by cached struct clk_hw > pointers in the clock provider, rather than doing clk lookup > by name. > > Signed-off-by: Sylwester Nawrocki > --- > include/dt-bindings/clock/exynos5250.h | 4 +++- > include/dt-bindings/clock/exynos5420.h | 5 +++++ > 2 files changed, 8 insertions(+), 1 deletion(-) > Acked-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 721C7C433E2 for ; Tue, 8 Sep 2020 23:02:36 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E8ACF2080A for ; Tue, 8 Sep 2020 23:02:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="3FQhtPEu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E8ACF2080A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=D7JDTK44vAj7GoFmsQk6ZS6d9nKtpm0SbcbnnmPLtxk=; b=3FQhtPEu6IXuVmBuMF6EA5Nq+ WYTijOT78IOpLHqwMED0QWWXLw8Bb23w+wTyj2ictwbdXRUjYM7a2w38Im8VkUtNVwDIlqCJ7fanj yxC0MkUvvrW4n1lfYydJ4gVaLOR7l8oLtdgfSGGIvVql3xRUMmNE3lilT2Ej0p8bMX1czqfHCQ2Uq b4rf+ZD5emHpDu5/J6aDqRz+/OUUsIOkniNF8kfYOCHbe9ylA1EHInYb2/QYKL8KVg6CArrF7Uv2R v0X0yccDEqv7+4HDavXKJVc4FGo65Hv7BhKgBLi3pM04yHWtJkHyUCwA0tJs21jQlwq+ogPgA3Vp+ RZUvvOrew==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFmc6-0006Bl-Td; Tue, 08 Sep 2020 23:01:22 +0000 Received: from mail-io1-f65.google.com ([209.85.166.65]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFmc3-0006BC-Q6 for linux-arm-kernel@lists.infradead.org; Tue, 08 Sep 2020 23:01:20 +0000 Received: by mail-io1-f65.google.com with SMTP id u6so1144500iow.9 for ; Tue, 08 Sep 2020 16:01:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=m89In9DmPLFvZGgeKa+y2k8098Kswn69VDIHU75w5H4=; b=ALOEPQtI8W5cirKImsaZhcwaMcsLWu02XmDdeIeKtY/7+L8Mye3nFuwWLpQsbJV6sp 9RziPdsPak4gMWApa/OBdWU3Yi98+G3gPHj9mhMYNs5aunWs1HbyVNE8KlDwmhoxRPTn vEikNfXwnjzSRBVI17i3dFcP+KuT7V72BbV1Iv7Ih1b4V9Oommm1gTxiLDNdeEW3sZd3 ar/QeMZhZPobBWPS5bd0tf/paftIep5WtOK31NqFYzhDnOv3FJpv87igtlXZKOJUXyMB RnPS27F48s03F+wMgUSM9SgKMxbOSokaLr+jck5IINNVoHyOSKZ+Vt30o8rrR6H0/osh /Wfg== X-Gm-Message-State: AOAM53202gfm2fiJX2M42TDyMik5+h2ZxlXlDfBtRRKYbA6kp+5yOOAP L4A8sJTP8P1MXp0aDW8J2A== X-Google-Smtp-Source: ABdhPJzIrAPYwrTxeYyBssMDWjL0nXwlBTgg0SHWrsNuw4AiWN/2RL2jNeBp0V/VAeApkqjiImK6Cw== X-Received: by 2002:a05:6638:2647:: with SMTP id n7mr1355405jat.9.1599606078731; Tue, 08 Sep 2020 16:01:18 -0700 (PDT) Received: from xps15 ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id l16sm387039ilc.3.2020.09.08.16.01.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Sep 2020 16:01:18 -0700 (PDT) Received: (nullmailer pid 1102281 invoked by uid 1000); Tue, 08 Sep 2020 23:01:16 -0000 Date: Tue, 8 Sep 2020 17:01:16 -0600 From: Rob Herring To: Sylwester Nawrocki Subject: Re: [PATCH 1/3] clk: samsung: Add clk ID definitions for the CPU parent clocks Message-ID: <20200908230116.GA1102229@bogus> References: <20200826171529.23618-1-s.nawrocki@samsung.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200826171529.23618-1-s.nawrocki@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200908_190119_857443_A8D23F30 X-CRM114-Status: GOOD ( 15.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Rob Herring , b.zolnierkie@samsung.com, Stephen Boyd , Michael Turquette , Tomasz Figa , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Chanwoo Choi , Kukjin Kim , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, m.szyprowski@samsung.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 26 Aug 2020 19:15:27 +0200, Sylwester Nawrocki wrote: > Add clock ID definitions for the CPU parent clocks for SoCs > which don't have such definitions yet. This will allow us to > reference the parent clocks directly by cached struct clk_hw > pointers in the clock provider, rather than doing clk lookup > by name. > > Signed-off-by: Sylwester Nawrocki > --- > include/dt-bindings/clock/exynos5250.h | 4 +++- > include/dt-bindings/clock/exynos5420.h | 5 +++++ > 2 files changed, 8 insertions(+), 1 deletion(-) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel