Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp216859imm; Thu, 26 Jul 2018 02:11:06 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcJqplFjvq2k0fT6AsUrZ3tfYkoQriSvHh6jVowTy9ZfKugSdIrC0iBET0edZkRCuitaJ2X X-Received: by 2002:a65:6292:: with SMTP id f18-v6mr1142743pgv.85.1532596266018; Thu, 26 Jul 2018 02:11:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532596265; cv=none; d=google.com; s=arc-20160816; b=TO0hWOjl1cd03EuVQ2qOCyG9lkz6ymdtc+/vmRo4BcHI/mEyRAiraTUeG5xRTYZ5Ny l201q/OqmZ4l6WJ/vzecy4FmGN7QQrmQjzunuhq+b8oHYHWKCSEd3srGnkcEq8iSX06x GaamCI1TTG9aFypuU3GuyM5KPF/58qjxK4FHzc+p94G/e0i8s1wop6MbLkPS8Hp9/8mm S2wOu3Kkhp2xcAsSZ9St0fyQhSaqRRPdKxuBjObt+fkTv2YqASlgVF0L+Mk/95ftsMn6 h/L9d4pZZDZO9YsF6jdX4SL8oWXc6dXJbrBO08/3CuKIi/uouTjP4Tb5pfWrAvn8G3LN j76g== 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=423AJYK0FBVKsiwTIPLPbHd9PtdhvoW8kD/OpCmNdJM=; b=qmLUpWXbVsf8VN0Aut51rxjw3w1CFHJIwZmr351rkEcmtKyNR9aEniriv/wzyASBQ9 j2yYkP0dUglRxT3CwA1g/k17gHgl3jKeBDqPWN8fh0nF/zA0IcGdKcUr4SRmuohlID61 HLAeoZrqNAzilwMZChKNgK7dVuLudFYrKXcP+QcmdEnLdpb49F8xsjELDQ8L2ovOfiOR djk6Jj7mzy7Nl7l2l1tAqjBb+XJiRWa5OOeKQp/cAm/WcKgqL54E4Z/Hk6WLy5+2+NcH I0aAyHEdGHc5icCd8QGcxxwf8FrQ+d3b3E5UpreB74Otphyz5JvjWBk57FCx9YUj6SNL A0Kw== 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 h16-v6si770230plr.445.2018.07.26.02.10.51; Thu, 26 Jul 2018 02:11:05 -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 S1729213AbeGZKZe (ORCPT + 99 others); Thu, 26 Jul 2018 06:25:34 -0400 Received: from verein.lst.de ([213.95.11.211]:35506 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727951AbeGZKZe (ORCPT ); Thu, 26 Jul 2018 06:25:34 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id AD97668D64; Thu, 26 Jul 2018 11:13:23 +0200 (CEST) Date: Thu, 26 Jul 2018 11:13:23 +0200 From: Christoph Hellwig To: Eugeniy Paltsev Cc: linux-snps-arc@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Vineet Gupta , Alexey Brodkin , hch@lst.de Subject: Re: [PATCH 2/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously Message-ID: <20180726091323.GB24209@lst.de> References: <20180724101001.31965-1-Eugeniy.Paltsev@synopsys.com> <20180724101001.31965-3-Eugeniy.Paltsev@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180724101001.31965-3-Eugeniy.Paltsev@synopsys.com> 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 > select DMA_NONCOHERENT_OPS > + select DMA_DIRECT_OPS DMA_NONCOHERENT_OPS already selects DMA_DIRECT_OPS. Otherwise looks good: Reviewed-by: Christoph Hellwig