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=-5.2 required=3.0 tests=BAYES_00, 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 90154C433DF for ; Mon, 17 Aug 2020 12:59:18 +0000 (UTC) Received: from fraxinus.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 mail.kernel.org (Postfix) with ESMTPS id 5E5402078D for ; Mon, 17 Aug 2020 12:59:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5E5402078D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1B27A85533; Mon, 17 Aug 2020 12:59:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id erAWmm2vAapZ; Mon, 17 Aug 2020 12:59:16 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9EB2F854FC; Mon, 17 Aug 2020 12:59:16 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 863F5C088B; Mon, 17 Aug 2020 12:59:16 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id E51C1C0051 for ; Mon, 17 Aug 2020 12:59:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CA65620381 for ; Mon, 17 Aug 2020 12:59:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TGgaqmtU3P3E for ; Mon, 17 Aug 2020 12:59:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by silver.osuosl.org (Postfix) with ESMTPS id DAA052039B for ; Mon, 17 Aug 2020 12:59:12 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 9FBAAAAB0; Mon, 17 Aug 2020 12:59:35 +0000 (UTC) Date: Mon, 17 Aug 2020 14:59:08 +0200 From: Joerg Roedel To: Mauro Carvalho Chehab Subject: Re: [PATCH 00/16] IOMMU driver for Kirin 960/970 Message-ID: <20200817125908.GB4167@suse.de> References: <20200817082106.GA16296@infradead.org> <20200817112725.26f1b7d6@coco.lan> <20200817093703.GA2258686@kroah.com> <20200817124617.303bb4a9@coco.lan> <20200817105345.GA3483231@kroah.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200817105345.GA3483231@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: devel@driverdev.osuosl.org, devicetree@vger.kernel.org, Manivannan Sadhasivam , Greg Kroah-Hartman , linuxarm@huawei.com, Wei Xu , linux-kernel@vger.kernel.org, Christoph Hellwig , iommu@lists.linux-foundation.org, Rob Herring , John Stultz , Chenfeng , mauro.chehab@huawei.com, Suzhuangluan , 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 Mon, Aug 17, 2020 at 12:53:45PM +0200, Greg Kroah-Hartman wrote: > You can always do this just fine, as one single patch. You do know > about the co-developed-by: line, right? Agreed. Please keep the main iommu driver in one patch and use co-developed-by. This makes it easier for me to review it and provide feedback. And please Cc me on the whole patch-set for v2. Thanks, Joerg _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu