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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 7A9DFC3F68F for ; Fri, 20 Dec 2019 14:31:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5265724684 for ; Fri, 20 Dec 2019 14:31:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727497AbfLTOb2 (ORCPT ); Fri, 20 Dec 2019 09:31:28 -0500 Received: from mail-oi1-f194.google.com ([209.85.167.194]:45339 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727511AbfLTOb1 (ORCPT ); Fri, 20 Dec 2019 09:31:27 -0500 Received: by mail-oi1-f194.google.com with SMTP id n16so514677oie.12; Fri, 20 Dec 2019 06:31:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CXTmqfsqQIcvEZP4mfMoRX6YILN9s0WAIe4dxaX6Qsg=; b=dMlZ7eStNEwddH6GRgemuEa3afTmIU5NIg6f8PjfJk2PSggU7ZbIdxmnaInI6w0th5 cDBmWpFrFhZkvhK55JQFdp5uVPdUAErw9fZQbTdByVJcfBn6h4nOgzTj4atidRa+IJrU Z/So5mln87XslszONLiGsaC6G1Mr+Q4FSTG25sQXmhMhXFDeKG7Um4XeC7Rf4ak18OnP R3O6G7fLzHzHpP8FXpknT/s2WJim8PWcwCA2WeJPcbrI42Hy7ykE9ssqSAXOc02oKdDZ 73YcNhS4mojmaddMIexxNvc3CZH+Zl6Ok27O0cRE0d7ZqVZ8Eb0YMiNg3qyorcEYbSiq B/kg== X-Gm-Message-State: APjAAAWUITk3ByJIbQlEIqzRQ0NdZ95ktx6qZNm0BoOzT/HYiq+fKube IkCO0WOp53m5HOwpBROVrCNhk4HlyEYSJc6jk60= X-Google-Smtp-Source: APXvYqwXppQv9wXn0gUgYJoZYpJSkOFnsvXl+hpWQJPSejWrZ2S9U8+/w+h2wepfv5vwz4nkuHyDx+zAV9zu/HQ7Uj0= X-Received: by 2002:aca:36c5:: with SMTP id d188mr3991242oia.54.1576852286954; Fri, 20 Dec 2019 06:31:26 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Geert Uytterhoeven Date: Fri, 20 Dec 2019 15:31:15 +0100 Message-ID: Subject: Re: [PATCH] clk: renesas: rcar-gen3: allow changing the RPC[D2] clocks To: Sergei Shtylyov Cc: Linux-Renesas , Michael Turquette , Stephen Boyd , Geert Uytterhoeven , linux-clk Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Mon, Oct 7, 2019 at 1:45 PM Geert Uytterhoeven wrote: > On Fri, Sep 27, 2019 at 8:09 PM Sergei Shtylyov > wrote: > > I was unable to get clk_set_rate() setting a lower RPC-IF clock frequency > > and that issue boiled down to me not passing CLK_SET_RATE_PARENT flag to > > clk_register_composite() when registering the RPC[D2] clocks... > > > > Fixes: db4a0073cc82 ("clk: renesas: rcar-gen3: Add RPC clocks") > > Signed-off-by: Sergei Shtylyov > > Thanks for your patch! > > LGTM, so > Reviewed-by: Geert Uytterhoeven Queueing in clk-renesas-for-v5.6. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds