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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22AD3C4332F for ; Tue, 29 Nov 2022 17:16:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id CF060C433C1; Tue, 29 Nov 2022 17:16:26 +0000 (UTC) Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id BA121C433D6; Tue, 29 Nov 2022 17:16:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org BA121C433D6 Authentication-Results: smtp.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oi1-f174.google.com with SMTP id v82so15944574oib.4; Tue, 29 Nov 2022 09:16:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to: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=THotrQ+HKot/E2rMLzTFR9eqJ1xQO8AkKJR+hbvGfOE=; b=ln64pYw5QpDceVlAdWukUg0/Ic8STSZmoONvlCNpDJudL9XsB+7mDqujZmDpINlXOe CbhnmdupYnLPxZzZGbGbAPndpPlml4L1OKPpOCi0N34zroq3UenviJ93V9aTsad6JN/h MIxwPfINXPDtQNJZsIgMKwOcKWxhWEpmNc1toX3vRcTFv9EXzNUWyP7bSIZQ+ibPgmoH eHPLnEX5+BZ9quK2kEdcApllFOzl615ssITIuP0V8qqkoK/gfZlA/YKh3lEBEknSxQts 0xHIiSfBN9rveHRXbUafIzTyqfcVygnW22YmTv0CeVjz2PhbQfQmfKPeoVkAh2mO8G8/ 5Lpg== X-Gm-Message-State: ANoB5pkNSWCCW450e1hF2PRljImCXVgertZ39WV8hcyTNW/VXX5zxCF/ lYjbL+4XfPF7hT3KNVpdRg== X-Google-Smtp-Source: AA0mqf6WUU4MwYNWgHsrvAQF0xaTM/RleksXvP6Rlc9Wt/p3oMlZ3xm/Zz0dzwlQ3U14bxAtyAb1ww== X-Received: by 2002:a05:6808:21a4:b0:354:b8bc:ce96 with SMTP id be36-20020a05680821a400b00354b8bcce96mr18575003oib.169.1669742184709; Tue, 29 Nov 2022 09:16:24 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 45-20020a9d02b0000000b0066ac42bc8a4sm6149007otl.33.2022.11.29.09.16.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Nov 2022 09:16:23 -0800 (PST) Received: (nullmailer pid 3847321 invoked by uid 1000); Tue, 29 Nov 2022 17:16:23 -0000 Date: Tue, 29 Nov 2022 11:16:23 -0600 From: Rob Herring To: Thierry Reding List-Id: Cc: arm@kernel.org, soc@kernel.org, Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [GIT PULL v2 4/7] dt-bindings: Changes for v6.2-rc1 Message-ID: <20221129171623.GA3838985-robh@kernel.org> References: <20221121171239.2041835-1-thierry.reding@gmail.com> <20221121171239.2041835-4-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221121171239.2041835-4-thierry.reding@gmail.com> On Mon, Nov 21, 2022 at 06:12:36PM +0100, Thierry Reding wrote: > Hi ARM SoC maintainers, > > The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: > > Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-dt-bindings-v2 > > for you to fetch changes up to 97351cd8bea8e284cf62b4b7f35fa12059b47d7f: > > dt-bindings: usb: tegra-xusb: Convert to json-schema (2022-11-21 13:27:30 +0100) > > Thanks, > Thierry > > ---------------------------------------------------------------- > dt-bindings: Changes for v6.2-rc1 > > New memory client IDs and IOMMU stream IDs, as well as new compatible > strings are introduced to support more hardware on Tegra234. Some device > tree bindings are converted to json-schema to allow formal validation. > > ---------------------------------------------------------------- > Jon Hunter (1): > dt-bindings: tegra: Update headers for Tegra234 > > Mikko Perttunen (2): > dt-bindings: Add headers for NVDEC on Tegra234 > dt-bindings: Add bindings for Tegra234 NVDEC > > Sandipan Patra (1): > dt-bindings: pwm: tegra: Document Tegra234 PWM > > Thierry Reding (4): > dt-bindings: pinctrl: tegra: Convert to json-schema > dt-bindings: pinctrl: tegra194: Separate instances > dt-bindings: pwm: tegra: Convert to json-schema > dt-bindings: usb: tegra-xusb: Convert to json-schema This one has warnings due to upstream dtc changes. Details here[1]. Rob [1] https://lore.kernel.org/all/CAL_JsqKFS5nKRihLL60zfqtNujrYGaxN7sp7SbYA_ajC4w2rpQ@mail.gmail.com/