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 230D3C433EF for ; Fri, 17 Dec 2021 09:49:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234197AbhLQJtC (ORCPT ); Fri, 17 Dec 2021 04:49:02 -0500 Received: from mail-vk1-f177.google.com ([209.85.221.177]:42998 "EHLO mail-vk1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233096AbhLQJtC (ORCPT ); Fri, 17 Dec 2021 04:49:02 -0500 Received: by mail-vk1-f177.google.com with SMTP id s1so1136054vks.9; Fri, 17 Dec 2021 01:49:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pV3wufp8Dvr2hDhjItQtnYu6eMKRgXVIFNhbTAtUVzU=; b=yvw5bl0T3tZKXmmpbo/vH01xbr9fzBmv3P+W8H9MtsOKaHt097Nw+0XrQD2L+wMmvr z42lzBUSdFLgxNCKEfMrizK1dIgAR36ZSS6XknytaEWq4mCVg6lsRzb+E1VV6U2BZWbA 0mDznrCCYwfZMU3VPpLgdJdCGP2DhqorfKRiuUYFpyabSrujE/j2ofb0DZqwuDOYv1ca qVs97xUcVgHu8B4juOldyJ8X4eTq2aQszGvEcWRea/Ij2wDse4yb7HW/Qht5Sw9cP7oQ 2TIUtTHA8iiYmAVgma7H7PrU9qGz1cQb7gG0iGdvHUFWfm4kibiUQErz83Y7dsE5mH3g 7kWg== X-Gm-Message-State: AOAM531njpYNAKJMNAqxkfZBOusG9qAeRZ8tO0G/b+dUbhBV+QKsnRT/ gzDMo1flr+ij0c2Qpxc0ZdqgZ5Je5BWdSw== X-Google-Smtp-Source: ABdhPJzlqo2h8WQv5SAzvK4/3sicPepHkLvrIy/RzWGDskdL9bfhn0NyB/ZFWmKRXYRwhZRJgvObZA== X-Received: by 2002:a1f:a556:: with SMTP id o83mr811562vke.9.1639734540702; Fri, 17 Dec 2021 01:49:00 -0800 (PST) Received: from mail-ua1-f49.google.com (mail-ua1-f49.google.com. [209.85.222.49]) by smtp.gmail.com with ESMTPSA id v8sm1679419vkc.52.2021.12.17.01.48.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Dec 2021 01:48:59 -0800 (PST) Received: by mail-ua1-f49.google.com with SMTP id u40so3318675uad.1; Fri, 17 Dec 2021 01:48:59 -0800 (PST) X-Received: by 2002:a67:c106:: with SMTP id d6mr650580vsj.77.1639734538930; Fri, 17 Dec 2021 01:48:58 -0800 (PST) MIME-Version: 1.0 References: <20211217093325.30612-1-conor.dooley@microchip.com> In-Reply-To: <20211217093325.30612-1-conor.dooley@microchip.com> From: Geert Uytterhoeven Date: Fri, 17 Dec 2021 10:48:47 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 00/17] Update the Icicle Kit device tree To: Conor Dooley Cc: Linus Walleij , Bartosz Golaszewski , Rob Herring , Jassi Brar , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alessandro Zummo , Alexandre Belloni , Mark Brown , Greg KH , Thierry Reding , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Lee Jones , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List , Linux I2C , Linux PWM List , linux-riscv , Linux Crypto Mailing List , linux-rtc@vger.kernel.org, linux-spi , USB list , Krzysztof Kozlowski , Bin Meng , Heiko Stuebner , Lewis Hanly , daire.mcnamara@microchip.com, ivan.griffin@microchip.com, Atish Patra Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi Conor, On Fri, Dec 17, 2021 at 10:31 AM wrote: > Also depends on Geert's format changes to interrupt grouping etc [2]. > > Additionally, the interrupt-extended warnings on the plic/clint are > cleared by [3] & [4], which lore appears to have been very confused about. Right, it ended up being even more messier than I thought, and confuses "b4 am" too. I will resend these 3 series later today. > [1] https://lore.kernel.org/linux-clk/20211216140022.16146-1-conor.dooley@microchip.com/T/ > [2] https://lore.kernel.org/linux-riscv/cover.1639660956.git.geert@linux-m68k.org/T/ > [3] https://patchwork.kernel.org/project/linux-riscv/cover/cover.1639662093.git.geert@linux-m68k.org/ > [4] https://patchwork.kernel.org/project/linux-riscv/cover/cover.1639661878.git.geert@linux-m68k.org/ 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 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 99739C433EF for ; Fri, 17 Dec 2021 09:49:17 +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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FmVXie4MzZI/cBFrJDZ/DBgKOPE187H/8WqPO6aTHbA=; b=EIQQbKA4wa6D7n OM2z3/YDlQYdprF+DBGrZP1usvwMMVlwpftljMD5cuUbPycALIbjwFlOysVlZTPjlS8nHoPsBwOhW 6628jT0QogSc5Kf7QzCGq/k/V6GTNrcXo0dJZFjo7B6p/ZbeG79UumRTtbNaJTnAMaoCUMCJFSiRj ADMNKDGScm0/KmM9KE9mEIZuxO6TJFL+taIk8fGkGmx7M7VdImLSpwBdVWEyNJ1zI39cKJNrBXhBa 8ikCMdX7QioVYXsLbX1sUeBOAvk3xtcU80vmyxu5GznP2U2300d2rj9b6K9xQfZfVJlZXv1yz9EQ3 Qz0cMUZKhGsZnMKflJfA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1my9rO-009Ivs-HD; Fri, 17 Dec 2021 09:49:06 +0000 Received: from mail-ua1-f42.google.com ([209.85.222.42]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1my9rK-009IsT-TG for linux-riscv@lists.infradead.org; Fri, 17 Dec 2021 09:49:04 +0000 Received: by mail-ua1-f42.google.com with SMTP id t13so3228889uad.9 for ; Fri, 17 Dec 2021 01:49:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pV3wufp8Dvr2hDhjItQtnYu6eMKRgXVIFNhbTAtUVzU=; b=TQttpk+lntlBWhfRow1vtjLDUQz7A0r2wLGChIUlmsE92Janx1vfZPDddt6ZeEimTB 1p65dz+O4eMK3ywd8WKWFdQtixGIk76KdXjliH4sHWo22qOOyIQXd6uvBFQloQkVvc7q qXD+2rrGsFwHjCAOoC89GmnK5knf2DvMElcWkZ7xO6vANU0pI9vJCAKio8GfA4IOPUFT SJVpRJ395UJmbc3Xm+18c/3U2OsEdO3VZlJMaVzWnfrkDOnZoX052t1Wxi5IzLOJLzho gEC+lHaH3fn6e94ug8dtSCm+lpnRyCfHyisvevw8+I/nc0sRbIO2L3zyehaDhWT1YKep l7Lw== X-Gm-Message-State: AOAM533l+9eNF0vprMSm1fbWU04HqIHKpq7la1Ad7Os50cL1dLDgecQt AJnh9n45h2ecKZv/fd1V1Nz5kCYueb3L+A== X-Google-Smtp-Source: ABdhPJy5tbU5oH6IeEkzIOwMglM+Nwa/VBY4RxMZmHIm9PltsWdvNxxfppwIN9js4v/g8iaESenKPw== X-Received: by 2002:ab0:b88:: with SMTP id c8mr620564uak.130.1639734540625; Fri, 17 Dec 2021 01:49:00 -0800 (PST) Received: from mail-ua1-f43.google.com (mail-ua1-f43.google.com. [209.85.222.43]) by smtp.gmail.com with ESMTPSA id i123sm590349vkb.20.2021.12.17.01.48.59 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Dec 2021 01:48:59 -0800 (PST) Received: by mail-ua1-f43.google.com with SMTP id p37so3262087uae.8 for ; Fri, 17 Dec 2021 01:48:59 -0800 (PST) X-Received: by 2002:a67:c106:: with SMTP id d6mr650580vsj.77.1639734538930; Fri, 17 Dec 2021 01:48:58 -0800 (PST) MIME-Version: 1.0 References: <20211217093325.30612-1-conor.dooley@microchip.com> In-Reply-To: <20211217093325.30612-1-conor.dooley@microchip.com> From: Geert Uytterhoeven Date: Fri, 17 Dec 2021 10:48:47 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 00/17] Update the Icicle Kit device tree To: Conor Dooley Cc: Linus Walleij , Bartosz Golaszewski , Rob Herring , Jassi Brar , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alessandro Zummo , Alexandre Belloni , Mark Brown , Greg KH , Thierry Reding , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Lee Jones , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List , Linux I2C , Linux PWM List , linux-riscv , Linux Crypto Mailing List , linux-rtc@vger.kernel.org, linux-spi , USB list , Krzysztof Kozlowski , Bin Meng , Heiko Stuebner , Lewis Hanly , daire.mcnamara@microchip.com, ivan.griffin@microchip.com, Atish Patra X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211217_014902_971971_87B9098E X-CRM114-Status: GOOD ( 19.68 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Conor, On Fri, Dec 17, 2021 at 10:31 AM wrote: > Also depends on Geert's format changes to interrupt grouping etc [2]. > > Additionally, the interrupt-extended warnings on the plic/clint are > cleared by [3] & [4], which lore appears to have been very confused about. Right, it ended up being even more messier than I thought, and confuses "b4 am" too. I will resend these 3 series later today. > [1] https://lore.kernel.org/linux-clk/20211216140022.16146-1-conor.dooley@microchip.com/T/ > [2] https://lore.kernel.org/linux-riscv/cover.1639660956.git.geert@linux-m68k.org/T/ > [3] https://patchwork.kernel.org/project/linux-riscv/cover/cover.1639662093.git.geert@linux-m68k.org/ > [4] https://patchwork.kernel.org/project/linux-riscv/cover/cover.1639661878.git.geert@linux-m68k.org/ 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 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv