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 11B24CEE32F for ; Wed, 9 Oct 2024 16:25:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-Id:Subject:References:In-Reply-To:Cc: To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=uTGIexYQlN6YujaQKltAIaLDe0TVEea23e+dQ8YBlMA=; b=FelXVgO1pDz216oPZx8DUsJk+g we/v2MAg6+1wyGPzpDUgXnianxWJ3G0UQPoekd/KqKfISDmTxVj0REbycPR5Yxh/9zMcnIcjgQiu8 1SwR1eiPfcw423pI9Ig9JcRc3L0rZJzQkRBvjghzIP88SUnIplSHHdmpXFCe7nwvXKVLAaTT112D8 eY0bOdo+6XmQY3TmPgqvhkCr9/A2L0I+RSeZbJ9MGccXcx6at95y6q5ytzAxQrzciuntFgPQ4nUoH 1tFMSrbb8oFqYk1dqd/XaLGHHVa2lwSY7nwo5DgtTOGd50sbsspsju3RmbBqce5+4dPB7/X6AlIgt vfrbUATg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1syZUj-00000009wop-2SKD; Wed, 09 Oct 2024 16:25:01 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1syZJ1-00000009tdM-2r8t; Wed, 09 Oct 2024 16:12:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Transfer-Encoding:Content-Type :MIME-Version:Date:Message-Id:Subject:References:In-Reply-To:Cc:To:From: Sender:Reply-To:Content-ID:Content-Description; bh=uTGIexYQlN6YujaQKltAIaLDe0TVEea23e+dQ8YBlMA=; b=F2hBX2JZzP5OTQR8h0A3Ok1h8y MuTibZVm1V0kB6fVi61zArbzZdtE2TwQWy07/exigWvKaQKw9zXxkS1ypKGn6izGQ0lg1+xO2BB+O XzJ9T7MkqVDzpcVOs7oxL4qS7hdOo83Wj7DP2fnXgC/kTGOdfcnA2LkxCcjWT/CBdqhvUAVMAiW+p bxSj7Nc7Ki2BB3+alnS9ArZL+GfijVwman6zsNSDnJ+Qb38h9xIaZPoLoG2+l/SmH7L/ryw4GWDb7 A3lO/EzJlrenEKQInIMsqP3U2oPAjiWTKoEZ/jRQe4yXljoMugiS30C9I2WqWGwAGMiwXvHW5lzkd AS7pbuyw==; Received: from nyc.source.kernel.org ([147.75.193.91]) by desiato.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1syZIy-000000050pz-3LKC; Wed, 09 Oct 2024 16:12:54 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 241B7A44228; Wed, 9 Oct 2024 16:12:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04529C4CEC3; Wed, 9 Oct 2024 16:12:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728490368; bh=S5aG80GvrKdfMXVhakyIDR2NbDXeLTTdwzkg9R4l52A=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=hxvP+wX7aPWLqTtiZP+W8BDHgAQNj/T5T8gVd3ljVbXCq7+6iSTL6G8IFidPvHgFc KVENSUMRVifuvcHhLxz+1mol24tzx4g1EVoBfTmbqkKr9OFtjFEjIa7uxWtpZqtzNq wZgU/F82FY31jx76spPYH2BrUz2uHoqf7DLMn2JMMdmdglyYA7o/n7BlG2Rgbtdirb VSQx47sSgJYaWCmy4huSPc0iRSCOJfC/QqAU0B+RlrLPor8c0w1u+w8SdmTJJiE+5/ cfAKtrz9tOVWwLAuLX8q9qjcv70jvJKpZnupmXLtzLB9Lq/CWM9iv0MExz+UeL3NTS IctUKp5itIGUw== From: Lee Jones To: linux-kernel@vger.kernel.org, Conor Dooley Cc: Conor Dooley , Daire McNamara , pierre-henry.moussay@microchip.com, valentina.fernandezalanis@microchip.com, Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Jassi Brar , Lee Jones , Paul Walmsley , Palmer Dabbelt , Albert Ou , Neil Armstrong , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Philipp Zabel , linux-riscv@lists.infradead.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20241002-clambake-raider-a8cbb3a021a8@spud> References: <20241002-private-unequal-33cfa6101338@spud> <20241002-clambake-raider-a8cbb3a021a8@spud> Subject: Re: (subset) [PATCH v1 03/11] dt-bindings: mfd: syscon document the non simple-mfd syscon on PolarFire SoC Message-Id: <172849036272.666113.12889452067505651673.b4-ty@kernel.org> Date: Wed, 09 Oct 2024 17:12:42 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.13.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241009_171252_978746_C8318F0F X-CRM114-Status: UNSURE ( 7.59 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 02 Oct 2024 11:48:01 +0100, Conor Dooley wrote: > The "mss_top_scb" register region on PolarFire SoC contains many > different functions, including controls for the AXI bus and other things > mainly of interest to the bootloader. The interrupt register for the > system controller's mailbox is also in here, which is needed by the > operating system. > > > [...] Applied, thanks! [03/11] dt-bindings: mfd: syscon document the non simple-mfd syscon on PolarFire SoC commit: 8ae16d3b2ff6650a90be78881cb88dcdf1bd1370 -- Lee Jones [李琼斯]