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=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 C0051C433E0 for ; Mon, 22 Jun 2020 00:22:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8ADD925316 for ; Mon, 22 Jun 2020 00:22:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="mwOE4Myf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726474AbgFVAWV (ORCPT ); Sun, 21 Jun 2020 20:22:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726463AbgFVAWT (ORCPT ); Sun, 21 Jun 2020 20:22:19 -0400 Received: from mail-lf1-x143.google.com (mail-lf1-x143.google.com [IPv6:2a00:1450:4864:20::143]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6836CC061794; Sun, 21 Jun 2020 17:22:18 -0700 (PDT) Received: by mail-lf1-x143.google.com with SMTP id w15so8548905lfe.11; Sun, 21 Jun 2020 17:22:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=0lg2uKJKReGcJ/SN0dspdmB6LnpVWoA9FveJXoHvwkY=; b=mwOE4MyfbAS1tKiNvOT6CPPxIYnHmqKecesQNuBi3IZ0UFofg3RlE3bbVu9nrtV5kG 3EJE8YdXNXbObffPDwiAxYCUZOjsy+JpK6Lmx90Q1X3orgKUt8eXEFwygjhQ1cixJxdE q9DcknfPWD/BhFpQRiYNf10lS1vkcBFs/uHAD1IBOpl3CzIoFkOXpU/MWc2TijgSpq65 jBSNwfZdxJvOz0oBISSJrSiQpHKoWlAAfLS7BQitRPIGY9n1DYlVPerrCT7WFjj5PXMW 7eyunCd1FbrofrszRt4FnU86IDdZoA8ytY0zZLUK6JXzuitOLNTJ9btYweKV81bd2Rzf PGOQ== 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:content-transfer-encoding; bh=0lg2uKJKReGcJ/SN0dspdmB6LnpVWoA9FveJXoHvwkY=; b=nL5WW26TRuO02ddNrPnnmuTVG+GCLEnHVPg5NcSf4Do/ScFikyRn0BGis3kb8jjPBx RyOEZ7R59oQt9n+NBTeWY1jxKwFEeXLM1TyKmfiuU5mKDL05QK1q0L2NNcVGlRK7tZmZ pWq5hcMFzeo1BhCfx27IGsFLbw/l2EqBNv9W6t821eXkjEGokTA23Ar2XUmU//rFQeLO zvv5y+egz+zHJD5pxLEbLt4HELSFznm6iP5CgqLHXewUDaJ70xuLw//weWC91SBuTDe7 RL+6YOp1S8wL/fpOwHNIaFOleKq/XBCpQI895RTcz/W8tFLe96yVcUrSiJH50fC90Vbh dpWQ== X-Gm-Message-State: AOAM531E663MpazRQRTuo3nsvG+g6xdb4tOjgLqHeJcTana4ftsC5Z6J L6X9FZ9O16b0CpxMghv8cVGaoCbn4w6SDIAGtCA= X-Google-Smtp-Source: ABdhPJyUc+wlDsye7zDHRg9OmC1EKYoLXxqlS+dIOZ94ext3KQifTcuvkirB1xfQuxg8dCrh2qPrArxAeAT9VPppQd8= X-Received: by 2002:a19:b07:: with SMTP id 7mr8088813lfl.38.1592785336823; Sun, 21 Jun 2020 17:22:16 -0700 (PDT) MIME-Version: 1.0 References: <20200621213806.551879-1-konradybcio@gmail.com> <20200621213806.551879-5-konradybcio@gmail.com> In-Reply-To: <20200621213806.551879-5-konradybcio@gmail.com> From: Alexey Minnekhanov Date: Mon, 22 Jun 2020 03:22:32 +0300 Message-ID: Subject: Re: [PATCH 4/8] clk: qcom: smd: Add support for SDM660 rpm clocks To: Konrad Dybcio Cc: skrzynka@konradybcio.pl, Andy Gross , Bjorn Andersson , Michael Turquette , Stephen Boyd , Rob Herring , Linus Walleij , Kees Cook , Anton Vorontsov , Colin Cross , Tony Luck , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org I have almost identical patch in my working sdm660 kernel tree, maybe this can be counted as tested by? Tested-by: Alexey Minnekhanov =D0=BF=D0=BD, 22 =D0=B8=D1=8E=D0=BD. 2020 =D0=B3. =D0=B2 00:40, Konrad Dybc= io : > > Add rpm smd clocks, PMIC and bus clocks which are required on > SDM630/660 (and APQ variants) for clients to vote on. > > Signed-off-by: Konrad Dybcio > ---