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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 DCC49C433F5 for ; Mon, 29 Nov 2021 22:50:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 7584340480; Mon, 29 Nov 2021 22:50:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ophcHdcvYIQQ; Mon, 29 Nov 2021 22:50:38 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp4.osuosl.org (Postfix) with ESMTPS id 63EE84057D; Mon, 29 Nov 2021 22:50:38 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 313DDC001C; Mon, 29 Nov 2021 22:50:38 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 6D710C000A for ; Mon, 29 Nov 2021 22:50:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 5934B401E4 for ; Mon, 29 Nov 2021 22:50:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nm2XtqRjwe8J for ; Mon, 29 Nov 2021 22:50:34 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) by smtp2.osuosl.org (Postfix) with ESMTPS id C340F400D4 for ; Mon, 29 Nov 2021 22:50:34 +0000 (UTC) Received: by mail-ot1-f42.google.com with SMTP id u18-20020a9d7212000000b00560cb1dc10bso27599838otj.11 for ; Mon, 29 Nov 2021 14:50:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qWL8hJC/A0AV1km5eJc7hYhQ5lsLfhkwDnG1R3lL5ts=; b=ms586C83SxLweDU/tayBooKMpWXjf81K5BDUz9zNGlk/5y3Ue3bQ/8pgl3V8MNbX8z bIbGcQYpQ+hxJI14ygV0wTK2bqAZkA4THNJPm7fC+5iGEEiwHuXXHBKcpMW7Rcmnf1vd iBG565gaTj/k5OIB0TMJ+4e1JbQEfVvd4khtTZVnz4yuqUcHckAHdAq1pSJXGsMDGBqf VjpTZL33CUY6FKENeHgKiSUdTukRTMuKVVbTyoxEaJBeBVfagq9eO9hHtou4c1ITVzed ecnj3d9zTFWtuGl7Zt/8fDlqY4N+lvoSePS+Ew6l0m/1HO3Uo4ODIxs/t6edgTYzarbP cWeQ== X-Gm-Message-State: AOAM533nJA3HwGWvIze46QXZaMYprDydYcEO0OP/IZllduXV+ptUX56C j8TboSYRqoB1lzg7sUT1PQ== X-Google-Smtp-Source: ABdhPJxzqxONDfPdEwnHa6GDEi1xkdkjaDaXuvyWIphExGSHtIKZoPxZeNKfoBdPp+P+6gnsXeEcnw== X-Received: by 2002:a9d:6358:: with SMTP id y24mr48961705otk.369.1638226233869; Mon, 29 Nov 2021 14:50:33 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id r26sm2865774otn.15.2021.11.29.14.50.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 14:50:33 -0800 (PST) Received: (nullmailer pid 756915 invoked by uid 1000); Mon, 29 Nov 2021 22:50:32 -0000 Date: Mon, 29 Nov 2021 16:50:32 -0600 From: Rob Herring To: Sven Peter Subject: Re: [PATCH 1/4] dt-bindings: iommu: dart: add t6000 compatible Message-ID: References: <20211117211509.28066-1-sven@svenpeter.dev> <20211117211509.28066-2-sven@svenpeter.dev> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211117211509.28066-2-sven@svenpeter.dev> Cc: devicetree@vger.kernel.org, Will Deacon , Hector Martin , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, Rob Herring , Alyssa Rosenzweig , Janne Grunau , Robin Murphy , linux-arm-kernel@lists.infradead.org X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Wed, 17 Nov 2021 22:15:06 +0100, Sven Peter wrote: > The M1 Max/Pro SoCs come with a new DART variant that is incompatible with > the previous one. Add a new compatible for those. > > Signed-off-by: Sven Peter > --- > Documentation/devicetree/bindings/iommu/apple,dart.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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 4C31CC433F5 for ; Mon, 29 Nov 2021 22:52:03 +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=vC4o5FkElxwdc+7rY1+e3K6MvjTHNTT9bWaZPBxEzC8=; b=jDDFNcR+i+yIw1 q3F0WH7Pf0tWB8IapDy9EZhwWGa8srne/mOA+5NOm8JLGrNREOTK2Ovz3IxFWsqrm1WnCpI0CqlLM zJErgnsVSdbXgEd4ijDE9iHX7I41eRvGz191udE28+lIC7e5kv9SqywRhPCAKpcxzMprIbDdlL6he +JVNrf0iT+tHzzUhL9fwvKnxWgMu5IpBoBbsVypsdHfMcSqQhp8u4CYVdowylak/hY6TDmLXYut3L zwU8FWvfCL6RE9p9FQFYP+qK4ox0WUp9n/lq1zqbhJBVSj7ggW1rnzHqcnNvOjyyphrdInL1Q4830 NgKd23NtZEF5d1FR75Gw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mrpTr-002y3R-OO; Mon, 29 Nov 2021 22:50:40 +0000 Received: from mail-ot1-f44.google.com ([209.85.210.44]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mrpTn-002y28-18 for linux-arm-kernel@lists.infradead.org; Mon, 29 Nov 2021 22:50:36 +0000 Received: by mail-ot1-f44.google.com with SMTP id x43-20020a056830246b00b00570d09d34ebso27666362otr.2 for ; Mon, 29 Nov 2021 14:50:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qWL8hJC/A0AV1km5eJc7hYhQ5lsLfhkwDnG1R3lL5ts=; b=ewN/bvmzhqmpHOuDtKFF/rv6mmdf7j7Bar/oolt/XRllMmjyZlCFARa6ijLXaaXuSk L3qmCsuyhNmgFvVUh3k9k8gj+UAEPl/4XqEkwwYMtd/Wdb1GTBG0cBy0u5sNXtEDlOwe Ysv6XDwCREWbn/WX5FeZCDUJhPM6BXvuXbpMjW3sPKoB4EQemFiKkZD8cyCpwkFrDx2x ePfw5MQeNPp8f6kfWtI3ngVhi/Luu/WIr5pDPS9s//g8fKOof0Os4dwOwGlVY6oKKsmZ lWb03eWknEC0aKYkm0Ic3BycAzJj0KluHlcVo8eEUVbz6cTZVfEBGnylBpEND3NVsogh SaNg== X-Gm-Message-State: AOAM532JqAI69elJ2mk1uXcj58U7/kFFxyP1xOyVVOIKJiB5/RvAVUHH qYbM4C8Eh1aV1IRGDwRKFg== X-Google-Smtp-Source: ABdhPJxzqxONDfPdEwnHa6GDEi1xkdkjaDaXuvyWIphExGSHtIKZoPxZeNKfoBdPp+P+6gnsXeEcnw== X-Received: by 2002:a9d:6358:: with SMTP id y24mr48961705otk.369.1638226233869; Mon, 29 Nov 2021 14:50:33 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id r26sm2865774otn.15.2021.11.29.14.50.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 14:50:33 -0800 (PST) Received: (nullmailer pid 756915 invoked by uid 1000); Mon, 29 Nov 2021 22:50:32 -0000 Date: Mon, 29 Nov 2021 16:50:32 -0600 From: Rob Herring To: Sven Peter Cc: Joerg Roedel , Robin Murphy , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Will Deacon , Alyssa Rosenzweig , Hector Martin , iommu@lists.linux-foundation.org, Janne Grunau Subject: Re: [PATCH 1/4] dt-bindings: iommu: dart: add t6000 compatible Message-ID: References: <20211117211509.28066-1-sven@svenpeter.dev> <20211117211509.28066-2-sven@svenpeter.dev> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211117211509.28066-2-sven@svenpeter.dev> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211129_145035_099348_FD1BF87B X-CRM114-Status: GOOD ( 13.05 ) 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 Wed, 17 Nov 2021 22:15:06 +0100, Sven Peter wrote: > The M1 Max/Pro SoCs come with a new DART variant that is incompatible with > the previous one. Add a new compatible for those. > > Signed-off-by: Sven Peter > --- > Documentation/devicetree/bindings/iommu/apple,dart.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2479BC433F5 for ; Mon, 29 Nov 2021 22:51:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234036AbhK2Wyo (ORCPT ); Mon, 29 Nov 2021 17:54:44 -0500 Received: from mail-ot1-f52.google.com ([209.85.210.52]:44975 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234297AbhK2Wxw (ORCPT ); Mon, 29 Nov 2021 17:53:52 -0500 Received: by mail-ot1-f52.google.com with SMTP id u18-20020a9d7212000000b00560cb1dc10bso27599839otj.11; Mon, 29 Nov 2021 14:50:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qWL8hJC/A0AV1km5eJc7hYhQ5lsLfhkwDnG1R3lL5ts=; b=MAmAZojxJ0pcaQrhNionHW7A2jNefq6jhr5kFGz8YqGjp8vJuQXAhwopoNHwkMFvIq xPHyTAVM/YVzFZUmTj1uAvVQHtn/MIuyY+sX43Y1xS2lySagnLPZZ/q2VyidPaICWFF/ VJNdyeivdpTnCRjhJuzYe2+RjKWdAb1AHL9dv5qTD7+uDPB3PZhoKSlLkmQu66GyvzyU Y/spQeVD2Wlc0nbEAas5EjVLDemdtiEdvzljmgKb4TCJE/6rjJ2LywB899yqoV+pkMQ7 wzlKzhLMX5g/I1JnEvRBcQqJ8gqMjvyiryTSgVAPrFekwGJFomsemQXU9/uhmpNCmvZo j/Mw== X-Gm-Message-State: AOAM530UOdQFEpMKOMibiwZBdXH3kChKFUNSh4q7UxtZfFMkAgHHity2 Ih99SSqR1cFpc4iITeYZXWaZPJMQ+w== X-Google-Smtp-Source: ABdhPJxzqxONDfPdEwnHa6GDEi1xkdkjaDaXuvyWIphExGSHtIKZoPxZeNKfoBdPp+P+6gnsXeEcnw== X-Received: by 2002:a9d:6358:: with SMTP id y24mr48961705otk.369.1638226233869; Mon, 29 Nov 2021 14:50:33 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id r26sm2865774otn.15.2021.11.29.14.50.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Nov 2021 14:50:33 -0800 (PST) Received: (nullmailer pid 756915 invoked by uid 1000); Mon, 29 Nov 2021 22:50:32 -0000 Date: Mon, 29 Nov 2021 16:50:32 -0600 From: Rob Herring To: Sven Peter Cc: Joerg Roedel , Robin Murphy , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Will Deacon , Alyssa Rosenzweig , Hector Martin , iommu@lists.linux-foundation.org, Janne Grunau Subject: Re: [PATCH 1/4] dt-bindings: iommu: dart: add t6000 compatible Message-ID: References: <20211117211509.28066-1-sven@svenpeter.dev> <20211117211509.28066-2-sven@svenpeter.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211117211509.28066-2-sven@svenpeter.dev> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 17 Nov 2021 22:15:06 +0100, Sven Peter wrote: > The M1 Max/Pro SoCs come with a new DART variant that is incompatible with > the previous one. Add a new compatible for those. > > Signed-off-by: Sven Peter > --- > Documentation/devicetree/bindings/iommu/apple,dart.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring