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 E144EC54EBD for ; Fri, 13 Jan 2023 15:36:21 +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=6O3RAUkSKQHFXLXgrOSGvOoI1MY0KgVokCpCMdgYUA8=; b=GVMI5y/c75GK32 h2cIAM1wRd5icmmuAPsKrK7JKCS/v94mI0eekBGLdkiS70lw1YNvbEPeG0RfaNi+M+d1TkB6u6gHD mioTw/+i5UFfGiMr4rlxdwq5tuh3gRuFiffERMURb0A2DCm7WLZ41gjnraLquEkZ5yRQUXkJKzWbH D6Gs8wleoqMa72wSSSNsOTKMxYEGQ4ZFIeCCVo1IS6/SjKNfyMPLR66YESu02BhTF3iuiKszP4uTX T329vU9Ur3cJvixwa5hULl/bdpH0gl5UpnB0Dd/L+w8vWycq+WY1yDo3EJxvUDCOVd1IWqghJXFop s20DRE9JrUB70Ps3yYlQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGM5U-003E8i-Oe; Fri, 13 Jan 2023 15:35:24 +0000 Received: from mail.8bytes.org ([85.214.250.239]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGM5S-003E87-2O for linux-arm-kernel@lists.infradead.org; Fri, 13 Jan 2023 15:35:23 +0000 Received: from 8bytes.org (p549ad69d.dip0.t-ipconnect.de [84.154.214.157]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id E886A261BE3; Fri, 13 Jan 2023 16:35:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1673624121; bh=HQll+dtETcToYPK0AFX1WAMkvWIdTPoYlWHDFOoqErY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sIoRgGoPLXf3TmS73/3zYA9xxsm8n6zU03O0tcCLrwrIlW9fsgXJSA59NGVMyjjl9 Vt7HlxkXoDiMQOgujailfp2yQE6XmxyZcywA2Ot+jv6zJvvfwLDWBZQ9BGxVg9uKKB Pmh7OeXCRnLW2Q70jzms5n5Z9iLDG6Ys0CQA4CCGi0prMTnB7voo7RGh7hLtQ/CAdJ UYGsKCM05h35y3F8UG9GVpo3qI5B7qYj5l/DeeZ0WlkBH3kguQLeOkO0vuaI96iYin 9EMUcVFg6F4vBcbpCk2z12HbKwcj5+ShaSIga0eAwfIGfYA2T+3JDARww6iRBNwZ+i 7aFT92K2O/RYw== Date: Fri, 13 Jan 2023 16:35:19 +0100 From: Joerg Roedel To: Samuel Holland Cc: Will Deacon , Robin Murphy , Chen-Yu Tsai , Jernej Skrabec , Krzysztof Kozlowski , Rob Herring , iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Maxime Ripard Subject: Re: [PATCH v2 6/6] riscv: dts: allwinner: d1: Add the IOMMU node Message-ID: References: <20230103010903.11181-1-samuel@sholland.org> <20230103010903.11181-7-samuel@sholland.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230103010903.11181-7-samuel@sholland.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230113_073522_361256_3565027A X-CRM114-Status: UNSURE ( 8.35 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jan 02, 2023 at 07:09:03PM -0600, Samuel Holland wrote: > arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi | 10 ++++++++++ This file does not exist in v6.2-rc3, what tree ist this patch-set based on? Regards, Joerg _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel