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 BCD86C433F5 for ; Fri, 17 Dec 2021 12:34:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236329AbhLQMeR (ORCPT ); Fri, 17 Dec 2021 07:34:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44110 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233802AbhLQMeO (ORCPT ); Fri, 17 Dec 2021 07:34:14 -0500 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE082C061574 for ; Fri, 17 Dec 2021 04:34:13 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:d13f:527c:5504:a743]) by andre.telenet-ops.be with bizsmtp id XQaB2600T250X3001QaBJ6; Fri, 17 Dec 2021 13:34:11 +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 1myCR9-005Yog-49; Fri, 17 Dec 2021 13:34:11 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1myCR8-00ASKe-MS; Fri, 17 Dec 2021 13:34:10 +0100 From: Geert Uytterhoeven To: Thomas Gleixner , Marc Zyngier , Palmer Dabbelt , Paul Walmsley , Sagar Kadam Cc: Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH v3 0/2] dt-bindings: interrupt-controller: sifive,plic: Miscellaneous improvements Date: Fri, 17 Dec 2021 13:34:02 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This patch series contains two improvements for the SiFive PLIC DT bindings. Changes compared to v2[1]: - Add Acked-by, Reviewed-by. Changes compared to v1[2]: - Split in two patches, - Improve patch description and document limit rationale. Thanks! [1] https://lore.kernel.org/r/cover.1639661878.git.geert@linux-m68k.org [2] https://lore.kernel.org/r/20211125152233.162868-1-geert@linux-m68k.org Geert Uytterhoeven (2): dt-bindings: interrupt-controller: sifive,plic: Fix number of interrupts dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuples .../interrupt-controller/sifive,plic-1.0.0.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds