Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp3288130ybb; Mon, 6 Apr 2020 06:06:39 -0700 (PDT) X-Google-Smtp-Source: APiQypKHqSK0ta4ZEvjDaI0lF/mWyuScNO5MWc6i3aBK9fqIrDsrJLZideQbl9/k8juNPLcq5+Jd X-Received: by 2002:a9d:3a45:: with SMTP id j63mr16282284otc.71.1586178398710; Mon, 06 Apr 2020 06:06:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586178398; cv=none; d=google.com; s=arc-20160816; b=ZlKfKkNBAflnNE9HijiKWZkUU5qlz3aIPjyaglUCff1K08gt5MhLysouuw8p6ZvOwu SzU2sMRCCtJWE+0KAdspXJ7SRkl764JrWbzoLjjXaz7oe87LnVBpJnrip4iKIcJmt8vJ dFApJBvNyux7Eja77FnV3A0fQzr2l5/i0o60bptRWFwFZAMN7yo+kFgVnIac/3VJJ7FW JtWuX1KV8lcepxE3eRoOSBWx0dKrT2Ow6EnTm7L4Dh91ciglCBUARxU2rUtTPyR3da35 nJol72f7vVSWa4fCTAx6opo4PUqL0Rmj+Boemfl8fGjBp/O2HBhih7OZl5I+7wyHtjL5 ImNg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=EpUGcWUeRH1lv8/dsA/q2OLa6mdetfyJ14djHybOEq0=; b=paih0Wsv35Aq4pQdLAZJLFqEttHL1wNuAxlz1gKf1SCfQk7rt8cifV7LfNgrIzvKS8 c2ezwQs0aZ/08KVxNXyY+PamOWgY309bhvjfUFuzPQWigs9+JRUWMpRJ+USeNSHsfCE8 ZklWVDl+Ea1K5r8MDRlvyFqjKAbnNrnYFkVWyFqw7TgpOhvT9q4+NfUMOoU2SHLmY4nm jcj3/COWD8kB/TBXx9WDeLrPEGX5k68U3sazwk/n0Xc/7HEbbby1m+qfdNHcdJlMTw8v Q1rLEFkmTwSDrL4kl8wMkUgxhNfMg0xqIi2rGFIiNQ8PmL88jE+ESg17CGZxuPBVakYT 1hbw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l131si6800360oih.10.2020.04.06.06.06.25; Mon, 06 Apr 2020 06:06:38 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728282AbgDFNFi (ORCPT + 99 others); Mon, 6 Apr 2020 09:05:38 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:58059 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728077AbgDFNFh (ORCPT ); Mon, 6 Apr 2020 09:05:37 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 48wrPV2nPkz9sSJ; Mon, 6 Apr 2020 23:05:34 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 60083063b755e29685902609e024ecd0c4a1a7d9 In-Reply-To: <20200213083804.24315-1-geert+renesas@glider.be> To: Geert Uytterhoeven , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-clk@vger.kernel.org, Geert Uytterhoeven , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] powerpc/time: Replace by Message-Id: <48wrPV2nPkz9sSJ@ozlabs.org> Date: Mon, 6 Apr 2020 23:05:34 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2020-02-13 at 08:38:04 UTC, Geert Uytterhoeven wrote: > The PowerPC time code is not a clock provider, and just needs to call > of_clk_init(). > > Hence it can include instead of . > > Remove the #ifdef protecting the of_clk_init() call, as a stub is > available for the !CONFIG_COMMON_CLK case. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Stephen Boyd Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/60083063b755e29685902609e024ecd0c4a1a7d9 cheers