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 C3A91C433EF for ; Wed, 13 Apr 2022 08:12:04 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=1nUBDJM2yz1m+N98K55EcORzZb7eSTHTXxC1dPhskFQ=; b=xVSz4Q4lKDY0st LynArlv+/BuVIrc4qm8sFmqmnLbHMTw2F+t+MXIZqiJwbr/C0Wq5iOPJyLlBZysW2gi4kyYjYCEp7 q4zupuZsW1eU81ezsbS6vkTj2pz9xs5Q2koCOr6jbRFt3Z9pLoiUs6diO7X/yUSXO0Rfh023FZokG ti1xAINiRk8qQK7Jcj0MS9ylY3flWdBAO6gGYTHkcXN62BfZf7jUBBCQx+M4EGz/JU0z7QE3TS9Hk ydHgeggTfJt6Pbx3rsVIWR85fCwfIpYmEDtqSALoD2g88ajHyImvy0RmOdUqIDWbz7UDArfWX+EZr PspXw6hCeyWTIQQnHjOg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1neY5Y-00HYOT-6T; Wed, 13 Apr 2022 08:10:56 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1neY5V-00HYNd-4n for linux-arm-kernel@lists.infradead.org; Wed, 13 Apr 2022 08:10:54 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 2AF8680F5; Wed, 13 Apr 2022 08:08:16 +0000 (UTC) From: Tony Lindgren To: Rob Herring , Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Daniel Lezcano , Grygorii Strashko , Keerthy , Krzysztof Kozlowski , Nishanth Menon , Vignesh Raghavendra Subject: [PATCH v4 0/2] Convert TI dmtimer binding to yaml Date: Wed, 13 Apr 2022 11:10:40 +0300 Message-Id: <20220413081042.27088-1-tony@atomide.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220413_011053_255785_50F858B5 X-CRM114-Status: UNSURE ( 9.37 ) X-CRM114-Notice: Please train this message. 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 Hi, Here's v4 changes for TI dmtimer changes. I kept Krzysztof's ack for the second patch as the rebase on updated first patch was trivial. Regards, Tony Changes since v1: - Improve yaml for various checks based on comments from Krzysztof and Nishanth - Add checks for am4 timer as pointed out by Krzysztof and Rob - Split am6 additions into a separate patch as suggested by Krzysztof Changes since v2: - Improve yaml for more checks based on comments from Grygorii and Krzysztof Changes since v3: - Simplify constraints for reg, clocks and clock-names as suggested by Krzysztof - Use version number for patches too as suggested by Rob Tony Lindgren (2): dt-bindings: timer: Update TI timer to yaml dt-bindings: timer: Add compatible for am6 for TI timer-dm .../bindings/pwm/pwm-omap-dmtimer.txt | 2 +- .../bindings/timer/ti,timer-dm.yaml | 158 ++++++++++++++++++ .../devicetree/bindings/timer/ti,timer.txt | 44 ----- 3 files changed, 159 insertions(+), 45 deletions(-) create mode 100644 Documentation/devicetree/bindings/timer/ti,timer-dm.yaml delete mode 100644 Documentation/devicetree/bindings/timer/ti,timer.txt -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel