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 42A6AC43334 for ; Tue, 28 Jun 2022 18:01:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233498AbiF1SB0 (ORCPT ); Tue, 28 Jun 2022 14:01:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47322 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232040AbiF1SBV (ORCPT ); Tue, 28 Jun 2022 14:01:21 -0400 Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C21113CDF; Tue, 28 Jun 2022 11:01:20 -0700 (PDT) Received: by mail-il1-f169.google.com with SMTP id w10so8693704ilj.4; Tue, 28 Jun 2022 11:01:20 -0700 (PDT) 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; bh=vyEzwvPI3BGxNhyGTBd05qTTzI+KUnXsrXGykLBGpWI=; b=wScY8X+R3OFPKDMQSTnt1c8KopyPDckwZuWHsHCnlVqGpq1uUxnMEGX198bOHPtU2k aQOQg1QpKVd8ZzdlgZL/z8wXAj/kE0onJvUu4xYFSzDZXSUqhxDqSkeDiPXTjHvhqaPB BPbg7Ot8c+FEDrcaDTAjImyL+9MRaGQ5Ymwml0A7hz73QXRkO4PaK/xXENVM5EV6roxl m8dSgxurVtER0SoxT8NwzaNiCcEY6PuBeX7DrVc4Oxq4mhNVqIIzX+lHPBUgwFdV8ZIx pZFToHU/aRtX+Qpn16uXFHK0UPYzTyW/3Ip5uev3LCc3Ly+V/piHMhO8YmiKL5FVPvqP yhMg== X-Gm-Message-State: AJIora8K5l0/dRQd2WuJHfZtieWjfVVQNTgW+i2VcYxvurG+EX1IL+x5 xKysJ0ZQrwxrBFJygeiaJQ== X-Google-Smtp-Source: AGRyM1sKk9gL4yQV/igOvLwe9uL1GmQw+zbPQ4Eb34tAfm5CB2E0YhZpPgDOmZvs3Bol0j9fAT7xow== X-Received: by 2002:a05:6e02:188a:b0:2d4:7fd:dbf with SMTP id o10-20020a056e02188a00b002d407fd0dbfmr10668739ilu.217.1656439279592; Tue, 28 Jun 2022 11:01:19 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id e39-20020a022127000000b0032e49fcc241sm6317306jaa.176.2022.06.28.11.01.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jun 2022 11:01:19 -0700 (PDT) Received: (nullmailer pid 710546 invoked by uid 1000); Tue, 28 Jun 2022 18:01:18 -0000 Date: Tue, 28 Jun 2022 12:01:18 -0600 From: Rob Herring To: Mathieu Poirier Cc: Mike Leach , Leo Yan , Suzuki K Poulose , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/3] dt-bindings: Arm CoreSight binding schema conversions Message-ID: <20220628180118.GA703354-robh@kernel.org> References: <20220603011933.3277315-1-robh@kernel.org> <20220620165541.GA1458883@p14s> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220620165541.GA1458883@p14s> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 20, 2022 at 10:55:41AM -0600, Mathieu Poirier wrote: > Hi Rob, > > On Thu, Jun 02, 2022 at 08:19:30PM -0500, Rob Herring wrote: > > This series converts all the CoreSight debug bindings to DT schema > > format. These bindings are at the top of the list of occurrences of > > bindings without a schema. For arm64 dts files: > > > > 702 ['arm,coresight-etm4x', 'arm,primecell'] > > 536 ['arm,coresight-cpu-debug', 'arm,primecell'] > > 509 ['arm,coresight-dynamic-funnel', 'arm,primecell'] > > 213 ['arm,coresight-tmc', 'arm,primecell'] > > 143 ['arm,coresight-dynamic-replicator', 'arm,primecell'] > > 97 ['arm,coresight-stm', 'arm,primecell'] > > > > I'll send a reply to these with the errors in dts files that this > > causes. I've reviewed them and they all look legit. Xilinx Zynq though > > has 3 clocks instead of 2. > > > > v2: > > - Rename other Coresight bindings to use compatible string for filename > > - Add missing arm,coresight-dynamic-replicator.yaml and > > arm,coresight-static-funnel.yaml > > - Update MAINTAINERS > > - Fix coresight.txt references > > What a massive undertaking... I have looked scrupulously and everything adds up. > Let me know if you were looking for me to pick this up. Otherwise: > > Reviewed-by: Mathieu Poirier Can you apply. I think there was another series from QCom touching the MAINTAINERS entry that will conflict. There's a couple of indentation fixups. Can you fix when applying or do you want me to resend? Rob 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D470CC43334 for ; Tue, 28 Jun 2022 18:02:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=plOOdC5TsWjG+7aZAOwo2YUF9+akj6YjhNq9W5RY2RA=; b=lFb6KUjLs4jNXm sUFDW9e4btZoTSyTlgKzroM7AFS2MchciCFYIH1U13S9x6/d+oAlY3dSpapktLLoULxR1O0DAivS+ LLvblp61kjriJ94q3+HNOx0LFYMk1ri+020pwc3ly7qDyW1IO+qokDzx4T0QNmE/gdnVCyHyAiiIs c+2Jec2PRqj50t7jIF/KY8pgLYoiuET31ftR47+44ZrAZro1s3Zu27dZCxdjgEORPKMT9FiQUbeVh mpKw3OoQEEZ+EkkDZBt2zTCGTaPmDnVGwQAKooKsy31ra1JmXimXvG7Q+XNn69tkye0ZCQh8xYPRV IkC5dp8fbszshO2gw4hw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6FWk-007Vj6-JT; Tue, 28 Jun 2022 18:01:30 +0000 Received: from mail-il1-f180.google.com ([209.85.166.180]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6FWg-007Vex-O9 for linux-arm-kernel@lists.infradead.org; Tue, 28 Jun 2022 18:01:28 +0000 Received: by mail-il1-f180.google.com with SMTP id o4so8676542ilm.9 for ; Tue, 28 Jun 2022 11:01:22 -0700 (PDT) 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; bh=vyEzwvPI3BGxNhyGTBd05qTTzI+KUnXsrXGykLBGpWI=; b=ikNALsEKuttAWcYbHHfHFLxxc3cdxl2hKBM5rMtCTU0ZLD+L3qB2KPwY9Mhjz/yAG2 cx7bjHBGabxP1jatuXCBc/aL/aIK8RRlKyUeObXvCxbmsJAdQuttvjDsQxu54N9uHSS1 dlcuYyaHFKVQXWNWvVyumtSSDvSFfHS2Rtz1l6mmsy451dvxgRsvu2wO/Kl7y2a2fYjL NmUJb23LlMybcYsORuLufKXNkl7I2w9d3LIzrfyz5iXOwyP6Itqu0dHga/wpuJm0cVba YbQ5LVtFi/UwZhjL0iN6KvHz/iwRF/f01D0Q6OjBBst2FfMSBrfyAvsw6UPH1foP05Ry HMtg== X-Gm-Message-State: AJIora+cW90G1lT5dLquIRstRpvrwrlFtE2hQZjMOPU6M0pM78+xRzEk Pj2DME48LkIFzCGRkjo35A== X-Google-Smtp-Source: AGRyM1sKk9gL4yQV/igOvLwe9uL1GmQw+zbPQ4Eb34tAfm5CB2E0YhZpPgDOmZvs3Bol0j9fAT7xow== X-Received: by 2002:a05:6e02:188a:b0:2d4:7fd:dbf with SMTP id o10-20020a056e02188a00b002d407fd0dbfmr10668739ilu.217.1656439279592; Tue, 28 Jun 2022 11:01:19 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id e39-20020a022127000000b0032e49fcc241sm6317306jaa.176.2022.06.28.11.01.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jun 2022 11:01:19 -0700 (PDT) Received: (nullmailer pid 710546 invoked by uid 1000); Tue, 28 Jun 2022 18:01:18 -0000 Date: Tue, 28 Jun 2022 12:01:18 -0600 From: Rob Herring To: Mathieu Poirier Cc: Mike Leach , Leo Yan , Suzuki K Poulose , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/3] dt-bindings: Arm CoreSight binding schema conversions Message-ID: <20220628180118.GA703354-robh@kernel.org> References: <20220603011933.3277315-1-robh@kernel.org> <20220620165541.GA1458883@p14s> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220620165541.GA1458883@p14s> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220628_110126_832376_D228FDA2 X-CRM114-Status: GOOD ( 18.15 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jun 20, 2022 at 10:55:41AM -0600, Mathieu Poirier wrote: > Hi Rob, > > On Thu, Jun 02, 2022 at 08:19:30PM -0500, Rob Herring wrote: > > This series converts all the CoreSight debug bindings to DT schema > > format. These bindings are at the top of the list of occurrences of > > bindings without a schema. For arm64 dts files: > > > > 702 ['arm,coresight-etm4x', 'arm,primecell'] > > 536 ['arm,coresight-cpu-debug', 'arm,primecell'] > > 509 ['arm,coresight-dynamic-funnel', 'arm,primecell'] > > 213 ['arm,coresight-tmc', 'arm,primecell'] > > 143 ['arm,coresight-dynamic-replicator', 'arm,primecell'] > > 97 ['arm,coresight-stm', 'arm,primecell'] > > > > I'll send a reply to these with the errors in dts files that this > > causes. I've reviewed them and they all look legit. Xilinx Zynq though > > has 3 clocks instead of 2. > > > > v2: > > - Rename other Coresight bindings to use compatible string for filename > > - Add missing arm,coresight-dynamic-replicator.yaml and > > arm,coresight-static-funnel.yaml > > - Update MAINTAINERS > > - Fix coresight.txt references > > What a massive undertaking... I have looked scrupulously and everything adds up. > Let me know if you were looking for me to pick this up. Otherwise: > > Reviewed-by: Mathieu Poirier Can you apply. I think there was another series from QCom touching the MAINTAINERS entry that will conflict. There's a couple of indentation fixups. Can you fix when applying or do you want me to resend? Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel