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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 EBA66C43381 for ; Mon, 21 Dec 2020 08:41:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B951F22C7B for ; Mon, 21 Dec 2020 08:41:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728508AbgLUIl3 (ORCPT ); Mon, 21 Dec 2020 03:41:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728483AbgLUIl2 (ORCPT ); Mon, 21 Dec 2020 03:41:28 -0500 Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4B08C061285 for ; Mon, 21 Dec 2020 00:40:47 -0800 (PST) Received: by mail-qk1-x72a.google.com with SMTP id 22so8123656qkf.9 for ; Mon, 21 Dec 2020 00:40:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BjslaZR1qcQAnQhxnA6ymSaKB4vgQuxdF9VxZC0FLCk=; b=u/RwtavghNtpbWjqn+ZMYpE7O9+RB8LVyc2IbNi7pmz6ot+akq/hJHztjwYhNik0Gl COPMnSkotlGHlo5Xzkabr0ZsWmDEhF8h9z/6y3ehKTorOYS43ua0ucldVnE8LARMQZz9 Vh+oUD/RtD3u6uxp3RjF/f4K2MY4eqBtvp8o8= 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=BjslaZR1qcQAnQhxnA6ymSaKB4vgQuxdF9VxZC0FLCk=; b=bD91XO/BIl69YnHn0caBwB/kwuFdD+odOw7N+nCx4Pl/fLHdZs6BwsfFwT5JtVaQ8i e5tevXd6eXgWNoy/Zg5225DNTh+eFnaKC88W5U+LlcSrpNHxbDMD4SXolkK2tHtRhKa7 5ebyzThSx2WpaKZWVDjw8/I7+xi0+Rd1Z4Ddv5hbhQICni4mQq7ScAOvZ+dgBSGMNjec WCBctVw032S2AhqhCtSzaedN8JdojDLQR7DUKWgB9TSVpiI8Lr+iHCMQpxCBpD2UD05Y EgAZhfamTBI0XfWdR0WThpyzwamv32hAKUxdjnJKMd6rPCT+i1sU2TosmCmqKof2csxv ds6Q== X-Gm-Message-State: AOAM530eJuJ59OOgmmjo8bb7CEt4lhexjPs2FR57K/tuM6KRrx1vsdHT 74Scci7BrdIo51AqrYKjMEXguICGaLg7sTqM75n7/ftjOUY/dA== X-Google-Smtp-Source: ABdhPJw7oJ1bLp7G9VRztPrkOy9xTQDXqiw+K3cBPPPBg9PPUueYjcIQ1KRQLQjazbl4Ws56poVKheeZAOhjw/5+vAA= X-Received: by 2002:a37:c89:: with SMTP id 131mr16379078qkm.468.1608540047125; Mon, 21 Dec 2020 00:40:47 -0800 (PST) MIME-Version: 1.0 References: <20201114135044.724385-1-daniel@0x0f.com> <20201114135044.724385-4-daniel@0x0f.com> <160843899675.1580929.13271525932327387602@swboyd.mtv.corp.google.com> <160848978734.1580929.11702930284423878688@swboyd.mtv.corp.google.com> In-Reply-To: <160848978734.1580929.11702930284423878688@swboyd.mtv.corp.google.com> From: Daniel Palmer Date: Mon, 21 Dec 2020 17:40:36 +0900 Message-ID: Subject: Re: [PATCH 3/6] clk: mstar: MStar/SigmaStar MPLL driver To: Stephen Boyd Cc: DTML , linux-clk@vger.kernel.org, linux-arm-kernel , Linux Kernel Mailing List , Willy Tarreau Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On Mon, 21 Dec 2020 at 03:43, Stephen Boyd wrote: > Can be part of the same series. Ok. I have added a small patch that adds devm_clk_hw_register_fixed_factor(). I'll send that in the v2 once the clock names issue is resolved. Thanks, Daniel