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 CB9D3CD6E7E for ; Fri, 5 Jun 2026 19:54:33 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/YWkpWAhJSyZguHsoBgQPUtdUS2gzdxIRZiw44ZpOYo=; b=pZjOntAjjEwN5f a9R/KLN5ZEuYPSm47G77yaCYNkbPaFJQ/+gN5ER5bkpgnfc7AI1UMZjsHlZYTTEh1Dgf8YAxNS4S/ 07Op4S8AvPvliDuZtLtSDcBk5spoKLZlc1GfByS1P0/S1e9xfu3cZ8BFc9mcE29NooCOX5Vizc5dH hEQAo1WVjJrAdXDr1jGXeGH/hzpu/qrMXLRMqNEQaPIwXFvGK8MkgCgjKwAF/laE0W8kc2DcNJZ5N gLGJ6LWIvJf1Gr3u5cAyzo9y7XdSxPagztB5zt5NxxxT/DkcqcDAOS0XvTNF3CUBc9ams4COTRRiI HuM9+RQG2hxF0Z7Y3rAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wVacQ-000000018Le-2E1U; Fri, 05 Jun 2026 19:54:14 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wVacP-000000018LX-2iPk for linux-riscv@lists.infradead.org; Fri, 05 Jun 2026 19:54:13 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id B99C4600AE; Fri, 5 Jun 2026 19:54:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41E8C1F00893; Fri, 5 Jun 2026 19:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780689252; bh=p/pcvISMdGSURalgNXTgQExEqZketLGMU2kKzQ/4vPI=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ZzZCVn5kRIZSOzAFvVFc7wpjuGPGTJANdMjAMquYGdsX4iP1uzOZ5LDBCxW5pKt5T h/3J1We9d9O3h+GXBFhP4dpim17XAvcjZYbIKD4HjhbNbFpNDGOb/1SyewVOcVJ8xe gKsnt8cJJw3ZxiEPXW6WRmnFgrss5y5u1+H55PV5YM6pgpWGwXUOFiNFPsbCM2oe6O 4c+WfH0Bw+VbTAU+XC8xeEb6i8DWeE1FyMzgfa47J16BXe8oXgrpjeijbXfKpM3719 S/a83dTOMaNVseYpwYHJVvQWRAWzQGCaMZK0U7Kj5t5nHzc6Pl8d5xaENwwO3sxg0k XKAKaUHVYb3Qg== Date: Fri, 5 Jun 2026 12:54:11 -0700 From: Drew Fustini To: Joel Stanley Cc: Paul Walmsley , Rob Herring , Conor Dooley , Palmer Dabbelt , Anirudh Srinivasan , Anup Patel , Albert Ou , Alexandre Ghiti , Nicholas Piggin , Michael Ellerman , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 1/7] dt-bindings: aplic: Add Tenstorrent Atlantis compatible Message-ID: References: <20260604143957.668047-1-joel@jms.id.au> <20260604143957.668047-2-joel@jms.id.au> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260604143957.668047-2-joel@jms.id.au> 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 On Fri, Jun 05, 2026 at 12:09:47AM +0930, Joel Stanley wrote: > Add compatible for APLIC in Tenstorrent Atlantis SoC. > > Reviewed-by: Anup Patel > Signed-off-by: Joel Stanley Reviewed-by: Drew Fustini _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1C63922538F for ; Fri, 5 Jun 2026 19:54:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780689254; cv=none; b=jOf0j0W1oQ8wnn8W4XX8qi4sslqjKUawYj40EEHXRPHTBl/LCPFcA4wxDKmoO4GcEPto18MMMMkpa7Df6Ei0y+4JxKqrE5xCrN2NvP2hTySfA5aDpOf1AQB1vVjevqj1RfCKWyVGY4h3mgSZ/xcnCPlZR7yVpktH6VfmqFRT1ws= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780689254; c=relaxed/simple; bh=HzYRbkW4t1qkV4OOv3phcj/5Qqs8N2a2eoCdlIHCfcM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OakuU/y2TI9T+XZs2QXDa9Dsy/m74uS+LOYzS6cb4bJNsX3Y+acBMRctrmmtYu9iiMAO07eODO/anam7qralQouSUuC5CPi1dGqhOk2Gq5Y9QYtgQkdnnjJRKyYW6o6mJr4lIRUWDsKtz45O6nugWRnWQfTw0SVY69lnYMwkD4U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZzZCVn5k; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZzZCVn5k" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41E8C1F00893; Fri, 5 Jun 2026 19:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780689252; bh=p/pcvISMdGSURalgNXTgQExEqZketLGMU2kKzQ/4vPI=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ZzZCVn5kRIZSOzAFvVFc7wpjuGPGTJANdMjAMquYGdsX4iP1uzOZ5LDBCxW5pKt5T h/3J1We9d9O3h+GXBFhP4dpim17XAvcjZYbIKD4HjhbNbFpNDGOb/1SyewVOcVJ8xe gKsnt8cJJw3ZxiEPXW6WRmnFgrss5y5u1+H55PV5YM6pgpWGwXUOFiNFPsbCM2oe6O 4c+WfH0Bw+VbTAU+XC8xeEb6i8DWeE1FyMzgfa47J16BXe8oXgrpjeijbXfKpM3719 S/a83dTOMaNVseYpwYHJVvQWRAWzQGCaMZK0U7Kj5t5nHzc6Pl8d5xaENwwO3sxg0k XKAKaUHVYb3Qg== Date: Fri, 5 Jun 2026 12:54:11 -0700 From: Drew Fustini To: Joel Stanley Cc: Paul Walmsley , Rob Herring , Conor Dooley , Palmer Dabbelt , Anirudh Srinivasan , Anup Patel , Albert Ou , Alexandre Ghiti , Nicholas Piggin , Michael Ellerman , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 1/7] dt-bindings: aplic: Add Tenstorrent Atlantis compatible Message-ID: References: <20260604143957.668047-1-joel@jms.id.au> <20260604143957.668047-2-joel@jms.id.au> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260604143957.668047-2-joel@jms.id.au> On Fri, Jun 05, 2026 at 12:09:47AM +0930, Joel Stanley wrote: > Add compatible for APLIC in Tenstorrent Atlantis SoC. > > Reviewed-by: Anup Patel > Signed-off-by: Joel Stanley Reviewed-by: Drew Fustini