From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8AF6C43463 for ; Mon, 21 Sep 2020 06:44:55 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5267A20756 for ; Mon, 21 Sep 2020 06:44:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eVUrI3d8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5267A20756 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=e8+U8E+eB/zqSvuLMP7ehIsYaVMAVqH0XXFIAjQ8qz4=; b=eVUrI3d8rIxaxs1Ri3Ea6B0RF kPb3xvbAVz1c9Rh0IJaR/FdeBLyPmSwvxbRGr1XW8vAmygFZpYnuoj1SMgd8TKxs2klcQYYPXh7Mw Rhdd0Q+ZIm9YA6VLaJ1X9+U42Kz47Yz30MHHDfM5MWqgmJhjSDlbQ0a0kD+d00JVlndI2sfMhHM+r 4N5Efd2zkQlv8xYVtnny8QKBGh0JMwQoKexRc8pzwrfa1eMvwZMSpAYBZOoXOdFZ8tWFcqICTCG8a tmqIbSdBdg5+40vIc0Q2Ynr97PM8L4Z6BRWRS8cxKO06AOalVs8cR/IPU/cGi5F3chXzHtK+RGYQp vwk4lkuZg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kKFXz-0001jC-MP; Mon, 21 Sep 2020 06:43:35 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kKFXw-0001ic-Rd for linux-arm-kernel@lists.infradead.org; Mon, 21 Sep 2020 06:43:33 +0000 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 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-Disposition: inline In-Reply-To: <2184547.ElGaqSPkdT@z50> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200921_024332_937751_CC21BF2F X-CRM114-Status: GOOD ( 15.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Aaro Koskinen , linux-usb@vger.kernel.org, Russell King , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-omap@vger.kernel.org, Robin Murphy , Christoph Hellwig , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel