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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DC60C4332F for ; Mon, 4 Oct 2021 07:05:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 646236124B for ; Mon, 4 Oct 2021 07:05:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229643AbhJDHHY (ORCPT ); Mon, 4 Oct 2021 03:07:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229563AbhJDHHW (ORCPT ); Mon, 4 Oct 2021 03:07:22 -0400 Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76F68C061746 for ; Mon, 4 Oct 2021 00:05:34 -0700 (PDT) Received: by mail-pj1-x1036.google.com with SMTP id me5-20020a17090b17c500b0019af76b7bb4so3794668pjb.2 for ; Mon, 04 Oct 2021 00:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=RPoe9yQ/p8JX2xrTYhiPsh6nCIk1jjrxqKzdQqWJyog=; b=Ka8y1AQQmTEFx8/r768QmfjGxG53lXA8UbkO6mDVZsaX+DQI8NaaDAcF3mBu9G9Xyd HUE6S7nv1P+pTi2De6WqhQC1deOIQ0Ke7YEYeLR5tuKrC1A05ShCiDTNwoLZxoOHW7Qx bLehQMyfGNeG/PjVcgu1gqrCRf40HaVU6o9scklcvA0BTypLghbyv8B43pyb5mChkEAb VEzNnd2+e72sLNEonol5rLBSnumCUUFEGUNO971Qi0B2/2tqyqMQuAZnSTlOkLLe1CiB WP04FkeCobT53WYfu4kl2vy9e9Wvbkyst6XAjIzAZb0kkWMLzU86rtsCf2FeqQqCZina efew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=RPoe9yQ/p8JX2xrTYhiPsh6nCIk1jjrxqKzdQqWJyog=; b=0uJt1p//rItKCuiDfcTocbqpJ0LLLvDWbSAPljxQEO5jYCkDv6mLJRe0aTDiYmXY5D fnaODRb+9yjsKsk1omm+vg+9/Agi/X2J7J2PJeu32pZYCVhIRWSPj4ZAcDTuzw38LT8B xGlKkvO990qWfngrlxcpZQTCUsqQ5esUrLjo80RaPwArs6euN8ucr9ziOMnPLju/LyQP cqN8JfBCt+z1ZQaCKTWBYBAg3YLM7au7INQkoL/Q0Bamhumk926fZKrprcqZLf0xghKw cadpxQJVyk9xYX29f6oHphchfBYmIbXsJkMU7Ii7ygMsGvHHGrEh722KiJ1lmlWWE1yl 75IQ== X-Gm-Message-State: AOAM533l++EWAkldCJ1C2nR4LnrnmBHaep2ZfHmCDyLRdbM/N9IyIwb8 KzcyPEDvLZEN8JHQ1K1/3JrdPg== X-Google-Smtp-Source: ABdhPJyA+/zycYXtCrPiIKuHwWlHal7yChVygfvWDZI2GL/gExSMeDtDqVqRw5UZIxqD9vYgxtfCug== X-Received: by 2002:a17:90b:4b49:: with SMTP id mi9mr36027415pjb.79.1633331133955; Mon, 04 Oct 2021 00:05:33 -0700 (PDT) Received: from localhost ([122.171.247.18]) by smtp.gmail.com with ESMTPSA id y15sm6631075pfa.64.2021.10.04.00.05.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Oct 2021 00:05:33 -0700 (PDT) Date: Mon, 4 Oct 2021 12:35:31 +0530 From: Viresh Kumar To: Manivannan Sadhasivam Cc: rafael@kernel.org, robh+dt@kernel.org, bjorn.andersson@linaro.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, AngeloGioacchino Del Regno , Rob Herring Subject: Re: [PATCH] dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings Message-ID: <20211004070531.sexvnqmnkoe4j6a2@vireshk-i7> References: <20211004044317.34809-1-manivannan.sadhasivam@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211004044317.34809-1-manivannan.sadhasivam@linaro.org> User-Agent: NeoMutt/20180716-391-311a52 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04-10-21, 10:13, Manivannan Sadhasivam wrote: > Convert Qualcomm cpufreq devicetree binding to YAML. > > Signed-off-by: Manivannan Sadhasivam > Signed-off-by: AngeloGioacchino Del Regno > Reviewed-by: Rob Herring I am not sure if Rob ever gave this. > Signed-off-by: Manivannan Sadhasivam Why double signed off ? -- viresh