Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2152174pxj; Sun, 9 May 2021 17:19:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwBtE/snaxhez7UIa3KD8iErE20di807cvFcNFTu0ZjEIM3d6hchYV2LRsYxHdHZSOO7OfZ X-Received: by 2002:a92:c9cd:: with SMTP id k13mr19822327ilq.180.1620605949869; Sun, 09 May 2021 17:19:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620605949; cv=none; d=google.com; s=arc-20160816; b=RHaOsDcDrW3Z9PofC4uFrmRhCv9FJj6MdwYd3+NeDCw//MKYpAjIwRuWZ4wyn/Z9Wl nHSlc76esWpQI7QUT5n18x8j4n0Rea3Qb24cYbwwqCrmbfMIkxRAOEwWSKfUOkqtXpw+ DJ8Fi9BWfz9cOh70bGXbenYJG+tt5QzhMUWowOKr0I4srga5iegVb36LsR9ZvQG+MGOF bnLDH6TQo4OQuhFABqMKQs3E9Ghy+uFjw1s1toIHxvYTbaClxBPZGnb3LQxaShwVcLvL s/cJA5Krn66RfB/Q3DuHbIqWqGLz8b+YftUOM0hzRyDd3HUm4DZzsYlz3mlZ1zOqUnGX oxEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=t/j8GZu+w3a6zmdd5FiIuINxrEf23Snf1lvumCkL87M=; b=ST3Q+VySq/fb/wFEKKtpbIrv12bl1516RQn6CHXpun4+Pcp5DrUTLCS9gGDTurtl1x C2s2WHwvwkIfkoNuSK5/UGAmR3B330TldnV2L/snAKV0cJolafHKyzaEXixy9glkS4v/ MH5ImJfu189C0YyCR+2BtfGSrQdudr/AQHrPSRgh58mmelMZTGfxgFqDVK/oUI4cg/YW JQjtoEk55gdg6Na9MCC9JHY2y5GZtQsT9IHRuBh+uyZPzGnG8QMzMuu9g087vly4CaQI 7OyasUlQZd+jlgdfBfP6h5YpZ3jVS0D5ZMK3+4UhaKeF0BPZwWPVjwPRKikEwYYX5Av2 z48Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s201si12453927ios.76.2021.05.09.17.18.43; Sun, 09 May 2021 17:19:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230029AbhEJANd (ORCPT + 99 others); Sun, 9 May 2021 20:13:33 -0400 Received: from gloria.sntech.de ([185.11.138.130]:55884 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229853AbhEJANd (ORCPT ); Sun, 9 May 2021 20:13:33 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lftX4-00085c-Uk; Mon, 10 May 2021 02:12:23 +0200 From: Heiko Stuebner To: xxm@rock-chips.com, robh+dt@kernel.org, will@kernel.org, Benjamin Gaignard , joro@8bytes.org Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, kernel@collabora.com, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: (subset) [PATCH v4 0/6] Add IOMMU driver for rk356x Date: Mon, 10 May 2021 02:12:20 +0200 Message-Id: <162060552750.1271206.175954480906958099.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210507090232.233049-1-benjamin.gaignard@collabora.com> References: <20210507090232.233049-1-benjamin.gaignard@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 7 May 2021 11:02:26 +0200, Benjamin Gaignard wrote: > This series adds the IOMMU driver for rk356x SoC. > Since a new compatible is needed to distinguish this second version of > IOMMU hardware block from the first one, it is an opportunity to convert > the binding to DT schema. > > version 4: > - Add description for reg items > - Remove useless interrupt-names properties > - Add description for interrupts items > - Remove interrupt-names properties from DST files > > [...] Applied, thanks! [3/6] ARM: dts: rockchip: rk322x: Fix IOMMU nodes properties commit: 6b023929666f0be5df75f5e0278d1b70effadf42 [4/6] ARM: dts: rockchip: rk3036: Remove useless interrupt-names on IOMMU node commit: 304b8fbc950bae102f29ee1e8e8557f2fd08d69a [5/6] ARM64: dts: rockchip: rk3036: Remove useless interrupt-names properties commit: 2bf375982f4a58a95e8b5184565b23677900012c Best regards, -- Heiko Stuebner