Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3027730imm; Tue, 4 Sep 2018 14:09:07 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdax3svwsNkJmfhjbkzGD0hvwVk2IoA1ndtHuJFSiu5nquMh/jIW7T4in91w2cvu4ZJfAr7w X-Received: by 2002:a62:464f:: with SMTP id t76-v6mr36657479pfa.118.1536095347348; Tue, 04 Sep 2018 14:09:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536095347; cv=none; d=google.com; s=arc-20160816; b=Bhi70BM7qXErWYMwHC9Y79RJm/hjXj/CFJtvpHccDO/cCT3+KumzkKyQahc04CZw8d 4y8SlMki/hTvXpZbztr6oIyWIXJ+51SZ1+w4+DYbWmOWEzf2qTkQ73FRb8cz/i6+ZNMh KVBSqvPkHYxI4peaWrzPhX/aoQCzzO7jGw9QEtGklOow0zqLbqoe7szzGTNsMx4lfWou oG5ZZGzFxRaAh05wxcCJOuNvYSPbiQCYGLuzVvCLBsFC4I+4wtxN3pB1HcMEZczdsBXo +Ul/PZ3JqR62ENTKpsIMQyZtHN8BukLiAv7yoV/2TbrNdBx6ITbJ53ubhZSO9RKvzYeP jARg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=JG7hFk7uL+HQ0FpnxlDD36nE+Jk4Qd2D/431Tf7P7aU=; b=pAbRyjM1mRkR8QlZj+0afJFSwZEerXpuqaIUxSYTCqaD2Ksm9qIB8rYzROE5JPiP5J cRB1MiYEU43kxkOtFjtS6SJJrwct/W5lc+Udw7Co9AReSc+jp0tZUsat5TT9WrUAVWVb We4l6zfB53vqka8zdHG7J/zxnKnaDwDjwRk87NPdBgjqTX35zVWEt0t7fo+JYzGlVUe4 n8tlRIxDCrAsX5weofnXVUJuPxJfPjfeB6CsfMOPoMqvVJEeETAfzhqZ79kZqpefKaf4 sYdwazGTGU2Raxn3SAn3XIMBw0NLFaMR7m5Mc5fqu2GpWvhYajbyViFDbwJpMQjLKi5+ yqEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u10-v6si20993009plr.58.2018.09.04.14.08.51; Tue, 04 Sep 2018 14:09:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727175AbeIEBe2 (ORCPT + 99 others); Tue, 4 Sep 2018 21:34:28 -0400 Received: from verein.lst.de ([213.95.11.211]:42389 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726749AbeIEBe2 (ORCPT ); Tue, 4 Sep 2018 21:34:28 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id ECAF768D00; Tue, 4 Sep 2018 23:11:07 +0200 (CEST) Date: Tue, 4 Sep 2018 23:11:07 +0200 From: Christoph Hellwig To: Vineet Gupta Cc: Eugeniy Paltsev , linux-snps-arc@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Alexey Brodkin , hch@lst.de Subject: Re: [PATCH v2 0/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously Message-ID: <20180904211107.GA8202@lst.de> References: <20180730162636.3556-1-Eugeniy.Paltsev@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 04, 2018 at 01:14:49PM -0700, Vineet Gupta wrote: > Apologies for the delay in getting to this - series applied and pushed to for-curr This is going to create really annoying merge conflicts with work pending for the dma-mapping tree. That's why I requested earlier to merge it either via the dma-mapping tree or some shared branch.