From patchwork Fri Jan 28 09:07:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 537740 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 F1904C433F5 for ; Fri, 28 Jan 2022 09:07:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347501AbiA1JHn (ORCPT ); Fri, 28 Jan 2022 04:07:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347498AbiA1JHn (ORCPT ); Fri, 28 Jan 2022 04:07:43 -0500 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C86CC061714 for ; Fri, 28 Jan 2022 01:07:43 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:3999:e79d:cb59:f2ec]) by albert.telenet-ops.be with bizsmtp id o97e2600a04fKGS0697eYP; Fri, 28 Jan 2022 10:07:41 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1nDNEI-00BjuU-Gc; Fri, 28 Jan 2022 10:07:38 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1nDNEH-005psA-Ur; Fri, 28 Jan 2022 10:07:37 +0100 From: Geert Uytterhoeven To: Daniel Lezcano , Thomas Gleixner , Palmer Dabbelt , Paul Walmsley , Anup Patel Cc: Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH v4 0/2] dt-bindings: timer: sifive, clint: Miscellaneous improvements Date: Fri, 28 Jan 2022 10:07:34 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi all, This patch series contains two improvements for the SiFive CLINT DT bindings. Changes compared to v3[1]: - Use architectural maximum instead of practical maximum of 10, - Add Reviewed-by (this time for real ;-). Changes compared to v2[2]: - Add Acked-by, Reviewed-by. Changes compared to v1[3]: - Split in two patches, - Improve patch description and document limit rationale. Thanks! [1] https://lore.kernel.org/r/cover.1639744468.git.geert@linux-m68k.org/ [2] https://lore.kernel.org/r/cover.1639662093.git.geert@linux-m68k.org [3] https://lore.kernel.org/r/20211125152317.162958-1-geert@linux-m68k.org Geert Uytterhoeven (2): dt-bindings: timer: sifive,clint: Fix number of interrupts dt-bindings: timer: sifive,clint: Group interrupt tuples .../devicetree/bindings/timer/sifive,clint.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)