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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B328C54FB9 for ; Sun, 19 Nov 2023 15:33:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231343AbjKSPdM (ORCPT ); Sun, 19 Nov 2023 10:33:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbjKSPdK (ORCPT ); Sun, 19 Nov 2023 10:33:10 -0500 Received: from mail-oo1-f42.google.com (mail-oo1-f42.google.com [209.85.161.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15F3E83; Sun, 19 Nov 2023 07:33:06 -0800 (PST) Received: by mail-oo1-f42.google.com with SMTP id 006d021491bc7-58786e23d38so2270399eaf.3; Sun, 19 Nov 2023 07:33:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700407986; x=1701012786; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=kMU08ksxciypMg2cafusPvHmfZUM2THw/Wr0jFPWQkA=; b=m3R3CVo/VRpsC52aMeSMA4tXDzlInPvituE/7Hl6R9xhhjEMzDwFOWa15VyUIvA+E8 1Q6kpo8lsZmUp9ktcYrtK1OmTCXbAB6fckzH4uo24nsv7gPtf1/0Nv8zn4gu+2xIZBcK QUlpbu/ve0rV7epljz4XkYBzlhnF9c8fTiU4O3QWvsiybRZzNT+3nrE4lZN1IMCkyp1b Vjy8ssaB2bXuMD3zL9Ko2zTPJWxcBINwd//Yy+rQTKe3Fv6VPQFgYVbSRnTgwqMZ324V xZTt9Ph+4hgXwcM79AIIa3i+1V/7UHCRYLjrB3F1oo7jY9Q9XiRcgLsZOvwq7AbjM5uT LWKg== X-Gm-Message-State: AOJu0Yw1f9ir+oFoInnWzy9YsFj9BPUWcKTMGuKgmeW7czXaikm9UsNt Rj5i7Xyb9UUcW3eI0S8Brg== X-Google-Smtp-Source: AGHT+IExABufMmUJEvUlY0EWmwdDBQyAl3khdEyyRjfwJe6bame2wZuLIdHI94aTyaZhFmNMeo+0Cg== X-Received: by 2002:a05:6820:1502:b0:58a:231d:750d with SMTP id ay2-20020a056820150200b0058a231d750dmr5737572oob.9.1700407986253; Sun, 19 Nov 2023 07:33:06 -0800 (PST) Received: from herring.priv ([2607:fb90:45e3:889f:15b4:1348:6d64:224b]) by smtp.gmail.com with ESMTPSA id u3-20020a4aae83000000b0057327cecdd8sm1052307oon.10.2023.11.19.07.33.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Nov 2023 07:33:03 -0800 (PST) Received: (nullmailer pid 234287 invoked by uid 1000); Sun, 19 Nov 2023 15:33:00 -0000 Date: Sun, 19 Nov 2023 09:33:00 -0600 From: Rob Herring To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Rob Herring , Lukasz Luba , Daniel Lezcano , Zhang Rui , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Conor Dooley , linux-mediatek@lists.infradead.org, AngeloGioacchino Del Regno , linux-arm-kernel@lists.infradead.org, "Rafael J . Wysocki" , Matthias Brugger , linux-kernel@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Krzysztof Kozlowski , Sascha Hauer Subject: Re: [PATCH V3] dt-bindings: thermal: convert Mediatek Thermal to the json-schema Message-ID: <170040797960.234232.1151056488223755530.robh@kernel.org> References: <20231117052214.24554-1-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231117052214.24554-1-zajec5@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 17 Nov 2023 06:22:14 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > This helps validating DTS files. Introduced changes: > 1. Improved title > 2. Simplified description (dropped "This describes the device tree...") > 3. Dropped undocumented "reset-names" from example > > Signed-off-by: Rafał Miłecki > --- > V2: Add "maintainers" > V3: Introduce changes described in commit body > Fix schema syntax > Move unevaluatedProperties to the bottom > Rename file to match compatible more closely > > I'm totally sorry for sending broken schema patch yesterday. Brainfart. > There is no excuse for sth that doesn't even pass dt_binding_check. > DTEX Documentation/devicetree/bindings/thermal/mediatek,thermal.example.dts > DTC_CHK Documentation/devicetree/bindings/thermal/mediatek,thermal.example.dtb > > .../bindings/thermal/mediatek,thermal.yaml | 99 +++++++++++++++++++ > .../bindings/thermal/mediatek-thermal.txt | 52 ---------- > 2 files changed, 99 insertions(+), 52 deletions(-) > create mode 100644 Documentation/devicetree/bindings/thermal/mediatek,thermal.yaml > delete mode 100644 Documentation/devicetree/bindings/thermal/mediatek-thermal.txt > Reviewed-by: Rob Herring