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=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 DA121C433E0 for ; Fri, 22 May 2020 15:59:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BB146208B3 for ; Fri, 22 May 2020 15:59:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="hFLurQd8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730284AbgEVP71 (ORCPT ); Fri, 22 May 2020 11:59:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730326AbgEVP7Z (ORCPT ); Fri, 22 May 2020 11:59:25 -0400 Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ABBB3C08C5C1 for ; Fri, 22 May 2020 08:59:24 -0700 (PDT) Received: by mail-wm1-x341.google.com with SMTP id f5so2054666wmh.2 for ; Fri, 22 May 2020 08:59:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=C725PFMtDiHrRc3i2SLPg6w+bs7updZxKNMHmijN1VQ=; b=hFLurQd8lALxKvkgjhmKgmiDeylXFlmrAVzw0aGcvJ88fP7bTPbTzWTQ3K6czv1fjr mZTlMBoViX8+tUUHcUmS3ZQTluV4WPazB50TzwBu51BomWzL4NUqzRVs0mpia3ZjaEUx P/uHroqByZsgKCvV8IMoGwbwnFB89v9jmhzwTR87d87N+rh1Vqe5vR5Lx0jp4gGUpa77 Kl1Y0Z/z32WEcWrfUy2XIM1c1tY42XvcWReyMKitDdkEZX69gu1DPSh4bE3QyUVpvOGM KkNyXcYSChYkxnI3yCnE1t0PFE00D6EMZkPwp4b7u8vOIFD/rhFkLfIeDj/JskbZOALV RFKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=C725PFMtDiHrRc3i2SLPg6w+bs7updZxKNMHmijN1VQ=; b=s9MIIUmcmKypkSlXkUoG8tEMMqXQsDr2b1rVLGZ3mVn9EfJgax94iD7LMhJpiqUMRm 521SsxpuCI74zff8IUzQURX5PM75AlEqTF5oS8f24Lav02JaU8usTZr9n3+/vNCWnNBx eEh97Boop9p4u4jxS3Uxh3dYXjXyKAojA247V8REhPvTg50tccToQoygO+UHXLi03j+P lxRHU1uAv9gHF0X9rbpS8FCEqaoWi5CzBWVHw6PbeMsn97GvuW25nKIqIoQdfQcxQbZi IkATSabLbrYE4eH37PF9vJNpzemd/ThnTTRi7RfErMHjwECWYkD0I2eMSA4GQMjzsxLS GGnw== X-Gm-Message-State: AOAM530ZdQAi8jDqL1dbI1G0BbpqmLA0FTBIytKw8hDXDeLa6F/iwB8g LEfnrowB30c+PYyKEsUoqXmIqiMBAq0= X-Google-Smtp-Source: ABdhPJwd2mBNn/vXnBKaIvdZ54WGZWYcXW5tacq0foXZjFC8cUslwy55aAQDWRcbmut0Qpqx/rmVNw== X-Received: by 2002:a1c:64c1:: with SMTP id y184mr12491271wmb.175.1590163163023; Fri, 22 May 2020 08:59:23 -0700 (PDT) Received: from ?IPv6:2a01:e34:ed2f:f020:a82f:eaec:3c49:875a? ([2a01:e34:ed2f:f020:a82f:eaec:3c49:875a]) by smtp.googlemail.com with ESMTPSA id h196sm2065476wme.22.2020.05.22.08.59.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 22 May 2020 08:59:22 -0700 (PDT) Subject: Re: [PATCH v5 0/3] Convert thermal bindings to yaml To: Amit Kucheria , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, swboyd@chromium.org, lukasz.luba@arm.com, mka@chromium.org, Amit Kucheria , Zhang Rui Cc: devicetree@vger.kernel.org, linux-pm@vger.kernel.org References: From: Daniel Lezcano Message-ID: <92749181-d7a1-ce54-a685-344b0d1a3dcc@linaro.org> Date: Fri, 22 May 2020 17:59:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Amit, On 03/04/2020 09:01, Amit Kucheria wrote: > Hi all, > > Here is a series splitting up the thermal bindings into 3 separate bindings > in YAML, one each of the sensor, cooling-device and the thermal zones. > > A series to remove thermal.txt and change over all references to it will > follow shortly. Another series to fixup problems found by enforcing this > yaml definition across dts files will also follow. Applied. Thanks for taking the time to convert it to the yaml schema. Thanks Rob and Lukasz for the review. -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog