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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 8F389C47092 for ; Wed, 2 Jun 2021 10:39:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 712ED613BF for ; Wed, 2 Jun 2021 10:39:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231180AbhFBKkw (ORCPT ); Wed, 2 Jun 2021 06:40:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:35218 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230131AbhFBKkw (ORCPT ); Wed, 2 Jun 2021 06:40:52 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3C842613B8 for ; Wed, 2 Jun 2021 10:39:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622630349; bh=xscBNGdgmKGqvdZAiQKuvfYAUc7B9BbcxRBT59+5ZOY=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Hz/A98NJ/xcvhZd9ZNyMVQi6zUvnUC0/7LUrDDbXTguMX84mAQdH6yhT2gck95c2a N/i3Hma2f2kRJOdtkvmq6jZ6zf1ZUha43C3lZjmkQnwSD4JTGzuOpHjr67lUnryRbg p8QtEHupGkLdwAclzswPZgcIeG3BJsU533I0k6Op+iufhQ3qe09HiF7gX8bydjda8w Wzfi4UDXUSyhQUHxDnHDoQ9suKhhi5OieKFlNFShWzmNkSKEBP3VfZbOmLNb39wr6y 2DA+ggnsYCNFipkC3tc4vF5gZrBcCp+sf9K/HPIm8GAsIoX3mR770sjC9fpG5ctNnp 3raIywYDT2VjQ== Received: by mail-wr1-f53.google.com with SMTP id a20so1828033wrc.0 for ; Wed, 02 Jun 2021 03:39:09 -0700 (PDT) X-Gm-Message-State: AOAM532tKMuEJRz94t7IpWFk6+eQKsccAaUI8Jsz3nwxY5bBIg3/pt0W 4d/CWdMDHc1eCY4ftCSCHubzm14klJECElQvuII= X-Google-Smtp-Source: ABdhPJw1yDtR1g+RhxgV73exD8GZ7Zlc3UlK2QOxfUHJQ0YgqPNiNyVgdN0aBIvksGMnFyNkUFE9lTL3NcJjxiDkPBk= X-Received: by 2002:adf:a28c:: with SMTP id s12mr34315203wra.105.1622630347892; Wed, 02 Jun 2021 03:39:07 -0700 (PDT) MIME-Version: 1.0 References: <20210531184749.2475868-1-arnd@kernel.org> <20210601095129.GF6961@alpha.franken.de> <162258513314.4130789.12039373985147120919@swboyd.mtv.corp.google.com> In-Reply-To: <162258513314.4130789.12039373985147120919@swboyd.mtv.corp.google.com> From: Arnd Bergmann Date: Wed, 2 Jun 2021 12:37:29 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 0/7] clk: clean up legacy clock interfaces To: Stephen Boyd Cc: Thomas Bogendoerfer , linux-clk , Dmitry Osipenko , Florian Fainelli , Geert Uytterhoeven , Greg Ungerer , John Crispin , Jonas Gorski , Krzysztof Kozlowski , Michael Turquette , Russell King , linux-m68k , BROADCOM NVRAM DRIVER Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org On Wed, Jun 2, 2021 at 12:05 AM Stephen Boyd wrote: > Quoting Arnd Bergmann (2021-06-01 05:24:59) > > On Tue, Jun 1, 2021 at 11:51 AM Thomas Bogendoerfer > > wrote: > > > > > > On Mon, May 31, 2021 at 08:47:42PM +0200, Arnd Bergmann wrote: > > > > As I noticed that the ar7 clock implementation and the ralink version > > > > are rather trivial, I ended up converting those to use the common-clk > > > > interfaces as well, though this is unrelated to the other changes. > > > > > > excellent, how is your plan for merging the series ? > > > > I have not decided yet. I think it would be best to keep the series together > > and merge it through the clk maintainer tree, or possibly my asm-generic > > tree, but as there is no rush, we could also do the mips and m68k bits > > through the architecture trees, and defer the rest for 5.15. > > > > I'm happy to take the series through clk tree if that helps. Ok, great. I've addressed all the issues that were pointed out, but it would be good to get an Acked-by or some testing for the MIPS (ar7 and ralink) bits. Thomas and John, let me know if you find something that needs to be addressed first, or if you are happy me to send the latest version for merging. Arnd