Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2919373pxk; Sun, 20 Sep 2020 23:44:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy2Z3ZvlqlLNi3T1DQg33+qNpVx6PqgdNcwV7GBBzPyCAlr6rP+Us6VchMzodT3DU+NO84G X-Received: by 2002:a05:6402:1b0f:: with SMTP id by15mr49381941edb.289.1600670694507; Sun, 20 Sep 2020 23:44:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600670694; cv=none; d=google.com; s=arc-20160816; b=CSE1rRVUlj4AiIiYflaLuVqb5YwI8Elv2qjbzhMNrk5d94z/qKF0UeVNhX0sMn7lm4 9y2y7RH2mpN1TM6hHsYKmOkgTx0j0x7qbqb8U1Sw737UdGxAwqU2GCO/u1E/aEMWTsjk +Uu/ZpOxcIWmseyTt51BSK5GU7gW8m0lp4vsZ724AHAU8ozxAUAGKIoN1ChctUorSZTk /wMtDZHbQvbjoMNOznlT7tOSSyKzq6f/S1jhx9cpjYW+3MDv5BUwNIzoGjI8gotUYR1w anuHKKK9DJtVHnmLvsQQUj+4JmZMCFaF+Ay7MLvyT+fIPI6vGS5nX+VlS4LofoGJGD+2 Q40g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=sLg8vE9spB4WRtsmeKj+pg4D53S487MIyhIV/kIJQzk=; b=EjuzrJmdxGCsZD9VqPqVmTSbqCOX6sVLzR17ghgY0XhT39obV27cn/DlkKExmXr8EB v/vuSfl+J1kNhm6lP3OWhpNaOmXhL1m76LHQC6RJE6sWqI9dZGPRgEzcJNG8ln4fPL8S DYfOjCz/IgxQRvtxfKYtl2KKHsQHLNlXPHKdSzQIQORt8dSruPVNp06WWyeTNe2ZlLHc yUSVJ1s6/fjTgfNDykqfvHz5pND5HbE+9FwAp+eeaiAtYtIePm21SQ22bLBPDW5WJnDl PQgsVzGtkSdMlmk0jvMI66YY0YGAua3K1ICp6Yfv8CQ1ItA+QffPNzA0dE5PTQs8NgCm vhVg== 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 q6si7594781eji.17.2020.09.20.23.44.31; Sun, 20 Sep 2020 23:44:54 -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 S1726405AbgIUGnd (ORCPT + 99 others); Mon, 21 Sep 2020 02:43:33 -0400 Received: from muru.com ([72.249.23.125]:44908 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726011AbgIUGnd (ORCPT ); Mon, 21 Sep 2020 02:43:33 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B1D3F807A; Mon, 21 Sep 2020 06:43:25 +0000 (UTC) Date: Mon, 21 Sep 2020 09:44:18 +0300 From: Tony Lindgren To: Janusz Krzysztofik Cc: 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: <20200921064418.GM7101@atomide.com> References: <20200917173229.3311382-1-hch@lst.de> <20200917173229.3311382-2-hch@lst.de> <20200918054933.GK7101@atomide.com> <2184547.ElGaqSPkdT@z50> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2184547.ElGaqSPkdT@z50> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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. Regards, Tony