Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2920757pxk; Sun, 20 Sep 2020 23:48:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyKk/jyWjtu8njyhTf4e67u1HF3J5j4D0BJ/eU7g/jPb92a8AYr3lU3s8qaam2p10FDMx+v X-Received: by 2002:a17:906:270f:: with SMTP id z15mr36992282ejc.6.1600670929429; Sun, 20 Sep 2020 23:48:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600670929; cv=none; d=google.com; s=arc-20160816; b=iHoP9bdJviYxRhNkIR8W8jel3Pi9n2wxsX7Fb32SiCBX1U+GeTK22Zwf+Qnz6vVq/8 mphaegm9n+KItwt3oU96Ob+zKQd3DyBotnh/mp/yvEeP8MoTeYjI1DP8juL2h9E4a8aF 2H31ZATwC/74ufFR92D/GCUHG4UhprZ9fVtMYoCpMsOclpkSztRl5mb/QKnFKCSMqzVE JjyuMcf7dtA25UD7s+rB6D4EV3LbOP+nmS6w7+l4s/tf1h2z+emD40JUgasQD7+e2Jns mQ48IrGkIYvxDSpTTY74hBkhdaK2KZTmPFqKCH7jxgHtuPjnnRavoEh8UrX8asT5Vehf EXoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=l3inOH1LUEViyLPAoPmMHi9Oz3B+WHGP1LVXF4IpMiY=; b=CRY9k05hfotFZkiQ4S3kaflCZnkt/4zNTbS5XJMUTAvCvCuE/grtxHXJrk7aEVAZer 0yzeT7RJQEQAnP/xb0OUKmnChcTa0e8c2JSF21IJHeF6dgMwBlhNi7QCkkTYX8nvBZQb wqUqQoI32DTr2TG2+N/Igslgj9tvx4gNfwoVjxnG1C/sUm/tGsdkIj3a1Fk7VwRvoNys 05HU5CsKcoQW/QYAS5RnBSvCjOruWyOqeQkSgDmVZ772rHd5tlsaJmtpkZN6ND98e36S ZaLqWvIIlCorY/w6PCqYn1CJ5xveYRxTrQgqoq6YyFieZf9TkxQAXvVeEWiSEaZs6P8n RGLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f19si7615337ejx.348.2020.09.20.23.48.26; Sun, 20 Sep 2020 23:48:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726435AbgIUGr2 (ORCPT + 99 others); Mon, 21 Sep 2020 02:47:28 -0400 Received: from verein.lst.de ([213.95.11.211]:38657 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726149AbgIUGr1 (ORCPT ); Mon, 21 Sep 2020 02:47:27 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id C048A68AFE; Mon, 21 Sep 2020 08:47:23 +0200 (CEST) Date: Mon, 21 Sep 2020 08:47:23 +0200 From: Christoph Hellwig To: Tony Lindgren Cc: Janusz Krzysztofik , Christoph Hellwig , Russell King , Aaro Koskinen , Robin Murphy , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH 1/4] ARM/omap1: switch to use dma_direct_set_offset for lbus DMA offsets Message-ID: <20200921064723.GA18559@lst.de> References: <20200917173229.3311382-1-hch@lst.de> <20200917173229.3311382-2-hch@lst.de> <20200918054933.GK7101@atomide.com> <2184547.ElGaqSPkdT@z50> <20200921064418.GM7101@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200921064418.GM7101@atomide.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 21, 2020 at 09:44:18AM +0300, Tony Lindgren wrote: > * Janusz Krzysztofik [200919 22:29]: > > Hi Tony, > > > > On Friday, September 18, 2020 7:49:33 A.M. CEST Tony Lindgren wrote: > > > * Christoph Hellwig [200917 17:37]: > > > > Switch the omap1510 platform ohci device to use dma_direct_set_offset > > > > to set the DMA offset instead of using direct hooks into the DMA > > > > mapping code and remove the now unused hooks. > > > > > > Looks nice to me :) I still can't test this probably for few more weeks > > > though but hopefully Aaro or Janusz (Added to Cc) can test it. > > > > Works for me on Amstrad Delta (tested with a USB ethernet adapter). > > > > Tested-by: Janusz Krzysztofik > > Great, good to hear! And thanks for testing it. > > Christoph, feel free to queue this along with the other patches: > > Acked-by: Tony Lindgren > > Or let me know if you want me to pick it up. I'd prefer to pick it up through the dma-mapping tree, but preferably I'd pick the whole series up once Russell has tested footwinder.