Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp674052imj; Wed, 13 Feb 2019 15:28:12 -0800 (PST) X-Google-Smtp-Source: AHgI3IbsQSXTkOzlfAb4i93w9hL2DSPHBlBpFAkHbnHHjZmtfsyLJ/YdA6eRUeV3Nxf7R+C+H0GM X-Received: by 2002:a62:2284:: with SMTP id p4mr729837pfj.115.1550100492804; Wed, 13 Feb 2019 15:28:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550100492; cv=none; d=google.com; s=arc-20160816; b=mzol/w6dy5L1G7YD1jP87js9R2tSigL/IWEjkQK82PQrC6J/DaKe1+i1Kb8AAO0VfC Kc3aSXqmdpl3blfYcr0t2ZXisvSu8WaXEQbc1idimrVdSU7BkfJ24UihCKjbVsb12Dl+ GjWc4rztcWbRHPICs/0rKV8LMtLWEeL1DNzsS67ZwvByErUh0jaj1H9qNeAxtcFmxNks 7FAzgwNS9TI2aI7Sr7ZXpAKGyrOKK+mExl7hhi8ySA6xnsabkw4oSgB0mHQGHopamCwv uzF23ZKtLlBU6Xv7szJr+qHfkbbjyB/qq2C/bneV9VsMfKwyJm6SQM0Ocjcf+KifxNFY 1r5Q== 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; bh=KdU2Oh8A2AX0qE5vMS0wkFU721I/YMYD4ycZoeUWaKU=; b=GOXIkN7FFitEEVfdi3vOqQ4nb/zkNb/2xJOA7YryQwtoQfKQXgrMXT02uPZ+A2MLEK TScVAyu3fDjPwZq6jeprNGTAMSj2T1zPBnhUIKqq9X1HVtr6iowTGE7bs2dXkOGzD04s Knm0BT9wKz7UdSG4saIRsQOxXKHD02NynCjU6ahC3680PRRLolZ1fXY/kJDMqCMLs8gS aQky+PTIh8QSLx9VdDTh8UZ+R2AnmhRu4AmUUsFbXRkaOwQMsQ8lQirNN8EsNi7bfJ7N 7hsS7OV8djSCpgB271O3KeIYQ61Neuez6SQzzHWDqQxOsDiWwcHBlCRROBGwBnoZvHoI Zm/w== 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 k12si595308pgg.382.2019.02.13.15.27.57; Wed, 13 Feb 2019 15:28:12 -0800 (PST) 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 S2393628AbfBMSRI (ORCPT + 99 others); Wed, 13 Feb 2019 13:17:08 -0500 Received: from verein.lst.de ([213.95.11.211]:44520 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730697AbfBMSRI (ORCPT ); Wed, 13 Feb 2019 13:17:08 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 42D2D68C8E; Wed, 13 Feb 2019 19:17:05 +0100 (CET) Date: Wed, 13 Feb 2019 19:17:05 +0100 From: Christoph Hellwig To: Lee Jones Cc: Christoph Hellwig , iommu@lists.linux-foundation.org, Greg Kroah-Hartman , x86@kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-sh@vger.kernel.org, linux-xtensa@linux-xtensa.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/12] mfd/sm501: depend on HAS_DMA Message-ID: <20190213181705.GB19706@lst.de> References: <20190211133554.30055-1-hch@lst.de> <20190211133554.30055-2-hch@lst.de> <20190213072931.GD1863@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190213072931.GD1863@dell> 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 Wed, Feb 13, 2019 at 07:29:31AM +0000, Lee Jones wrote: > I would normally have taken this, but I fear it will conflict with > [PATCH 06/12]. For that reason, just take my: > > Acked-by: Lee Jones Yes, I'll need it for the later patches in the series. Thanks for the review.