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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81BC2C07E94 for ; Fri, 4 Jun 2021 14:55:25 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 2B8C8613AA for ; Fri, 4 Jun 2021 14:55:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2B8C8613AA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=8bytes.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org 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=wpFIftm7K7MMctD/0zfMpLnSsjd2eT6/X9GfFm86BCU=; b=kPrEN4+jQpFKvO ByS51hbDIsa8T9qCC1c4HXdtzP+mKGFlg7sEWKHXGuMItI27QD5MZxlHQ4rU0krP06JBe2FMqYzEb YnqMBgU9pEU9h2uG+osIcbmWKH64XRL/ODB7hp90LUHCegSUfagVZd1SPa5Su0Na2woWIF6p0E2dp r8jx7NKcL5u9qHY742B3HCNGqLUx7LgdQm4nQflo02rnd3zQcjOFyi7craIU4j/ksTKHUdJJEYSPO xddz6E/FU4goSYzhcMC+Gly2iKOQ5K7fYQjUrnAXKV1/WmbMHarSpS87qle3pnT2LBHtb2Zq7CDb1 p0Aseyb8lKP0lcL/8BJg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lpBEH-00E1UA-M6; Fri, 04 Jun 2021 14:55:21 +0000 Received: from 8bytes.org ([2a01:238:4383:600:38bc:a715:4b6d:a889] helo=theia.8bytes.org) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lpBE3-00E1Pz-7e; Fri, 04 Jun 2021 14:55:09 +0000 Received: by theia.8bytes.org (Postfix, from userid 1000) id E92D83A9; Fri, 4 Jun 2021 16:54:58 +0200 (CEST) Date: Fri, 4 Jun 2021 16:54:57 +0200 From: Joerg Roedel To: Benjamin Gaignard Cc: will@kernel.org, robh+dt@kernel.org, heiko@sntech.de, xxm@rock-chips.com, robin.murphy@arm.com, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH v7 0/4] Add IOMMU driver for rk356x Message-ID: References: <20210525121551.606240-1-benjamin.gaignard@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210525121551.606240-1-benjamin.gaignard@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210604_075507_449697_ACC2EE11 X-CRM114-Status: UNSURE ( 7.60 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Tue, May 25, 2021 at 02:15:47PM +0200, Benjamin Gaignard wrote: > Benjamin Gaignard (4): > dt-bindings: iommu: rockchip: Convert IOMMU to DT schema > dt-bindings: iommu: rockchip: Add compatible for v2 > iommu: rockchip: Add internal ops to handle variants Applied patches 1-3, thanks. _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip