Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp3533615imj; Mon, 11 Feb 2019 23:47:43 -0800 (PST) X-Google-Smtp-Source: AHgI3IalPMwHXnXo+aQuS/bdZoL2w/tiAvBOMYRDIhWyXZnsoTsZGqbbgUYZMy8w4QDhTWtGAZHb X-Received: by 2002:a17:902:2a0a:: with SMTP id i10mr2600017plb.323.1549957663845; Mon, 11 Feb 2019 23:47:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549957663; cv=none; d=google.com; s=arc-20160816; b=Wl3KKtTMmx5UUV4A1zjYcU4kden0uwlVYuLuT6tR+2+DMjdaIg2wL4RRJmwGeCtYP+ 2raqpOKYKsY97G6d0xK26UdSq9Jz4qfTr1lXPRlTZ9aLl5Sk+c9b6KXfBUKS5my31W8l ycj4D+caQNdeIH0dO5cbYIQHJlvDnASfJ14o44+bg45/KugwkZlZ0k/fTXJrZqQrXbWT 1PBuXPmPmi4bdTcJ7vTukopC4+AU1k4oPcmcbhu9I4R90U9tgSpQWE1QOMlDmDXwHr9K uSJg4xh+y3ZDsa3PxICOh2PZ8I4E2Ou2S+WWfHrmVa6s8F9CBx96fJNYWgS5ed6tIvJd b1nA== 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=R7a1hx8WTFXS4EhX7Gw+F//QXpbDMujkWC9BD8+z8y0=; b=ssxIn5IecGnIIRtJXrLVxCdvH0OKJjtK/vZSCIkbEbc5hEJAdwiccxEk+DE39UM+aK ykQN303T7iRR7j2ApxtLTuggZqmWCCa4DVTdOS8H3ExCR0Jpn2yNzb3ihaGi7J5TeUSg GeHVvgy6MVMnaJNm7pXHRFDS/S/4suhkgpFZtn9kjEPmLg06h188H4i6LudQICR7fY1t FKx/RUTOP7jzFvZxyGj52HIhfadWp/lbmuqKU7D0+Yx1Kn68eu8H4XyIY8rwjRchVIGE tfLK4DrvBX8otCtP6QnHUNB9GWIAKbjHu/27krzo+HVpTDa9kBhySDe1tuLzhdVydjOZ HZoQ== 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 d30si11975058pla.74.2019.02.11.23.47.28; Mon, 11 Feb 2019 23:47:43 -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 S1728087AbfBLHpw (ORCPT + 99 others); Tue, 12 Feb 2019 02:45:52 -0500 Received: from verein.lst.de ([213.95.11.211]:33833 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726026AbfBLHpw (ORCPT ); Tue, 12 Feb 2019 02:45:52 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id D87AF68D93; Tue, 12 Feb 2019 08:45:49 +0100 (CET) Date: Tue, 12 Feb 2019 08:45:49 +0100 From: Christoph Hellwig To: Paul Burton Cc: Christoph Hellwig , John Crispin , Vinod Koul , Dmitry Tarnyagin , Nicolas Ferre , Sudip Mukherjee , Felipe Balbi , "linux-mips@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "dmaengine@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-usb@vger.kernel.org" , "linux-fbdev@vger.kernel.org" , "alsa-devel@alsa-project.org" , "iommu@lists.linux-foundation.org" Subject: Re: [PATCH 01/18] MIPS: lantiq: pass struct device to DMA API functions Message-ID: <20190212074549.GA15997@lst.de> References: <20190201084801.10983-1-hch@lst.de> <20190201084801.10983-2-hch@lst.de> <20190207232912.wfgejc5c6d6lk5so@pburton-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190207232912.wfgejc5c6d6lk5so@pburton-laptop> 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 Thu, Feb 07, 2019 at 11:29:14PM +0000, Paul Burton wrote: > Would you like this to go through the MIPS tree or elsewhere? If the > latter: > > Acked-by: Paul Burton Please pick it up through the mips tree!