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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 4D046C433E0 for ; Thu, 14 May 2020 12:38:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 357202065D for ; Thu, 14 May 2020 12:38:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726161AbgENMi6 (ORCPT ); Thu, 14 May 2020 08:38:58 -0400 Received: from 8bytes.org ([81.169.241.247]:42836 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725955AbgENMi6 (ORCPT ); Thu, 14 May 2020 08:38:58 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 3314A379; Thu, 14 May 2020 14:38:57 +0200 (CEST) Date: Thu, 14 May 2020 14:38:55 +0200 From: Joerg Roedel To: Maxime Ripard Cc: Chen-Yu Tsai , Maxime Ripard , Mark Rutland , Rob Herring , Frank Rowand , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org Subject: Re: [PATCH v4 0/5] iommu: Add Allwinner H6 IOMMU driver Message-ID: <20200514123855.GI18353@8bytes.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, May 13, 2020 at 04:07:19PM +0200, Maxime Ripard wrote: > Maxime Ripard (5): > dt-bindings: iommu: Add Allwinner H6 IOMMU bindings > dt-bindings: display: sun8i-mixer: Allow for an iommu property > iommu: Add Allwinner H6 IOMMU driver > arm64: dts: allwinner: h6: Add IOMMU > drm/sun4i: mixer: Call of_dma_configure if there's an IOMMU Applied all to the IOMMU tree, thanks. The code lives in the arm/allwinner branch. Please use 'iommu/sun50i: ...' as the pattern for your future subject lines when changing the driver. I also have two fixes on-top which I will send out shortly and add to that branch. Regards, Joerg