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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 ACF6CC2D0C0 for ; Mon, 23 Dec 2019 07:46:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 833D22073A for ; Mon, 23 Dec 2019 07:46:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qZ3/bxGc"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="W58n12nx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 833D22073A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.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=mHftujPEiWmDzBDuLFm+GJmQdWCoyN0VPrDsZmj11ho=; b=qZ3/bxGcaVH3zA Q2I0lRsFdENAHIJZI+nS+/Rh1AhPQgSx09TYgfpTLFp4ZYe83oSWUiDBO7aytsLSLWRu6v/Mppm2s gMo4M1RT0tDLWy/3HWqw9e3QGf21rk0oBX2o+zw+kMmR1kxG8FukzREsKyGmYacOgj062nC7zF+Km W3bUsA4IPBmeES1TYjVc0swoAe8WNXJBgV7tTCg/0WK6I40aykl14SJqEn1xBGl39XoV7p23ci7tJ MwaWxdosF9k5/dd9aoJR/5vvRXw4X0jz4VGyVIPhmfAvgRuhsHLdgMV6ozrvOgBItr9pe3v/r8o4d jzoE34zsO2P9CN9zuCqw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ijIQR-0004un-1Y; Mon, 23 Dec 2019 07:46:47 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ijIQN-0004uM-Hf for linux-arm-kernel@lists.infradead.org; Mon, 23 Dec 2019 07:46:44 +0000 Received: from localhost (unknown [223.226.34.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4D532206CB; Mon, 23 Dec 2019 07:46:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577087203; bh=/ZZvuta/S/+fKcCNlswYo7DuCKNxJFaMwh4jCF/2RQw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W58n12nxt2ukx1IertvKkdbIbPdNohojsPFtKdnXG0AYWFCj6ld278zTzbiHHVwOn UsaLuI8fAsA3Aoiu53UwKBjtqi9YEnoBPCf0wvsTTW1XVxcvAurz6DAetP+uuSRy9v vr543O0ovuNs4dE1A3DhXWV3RQIr3Odnoncb0NDc= Date: Mon, 23 Dec 2019 13:16:38 +0530 From: Vinod Koul To: Tony Lindgren Subject: Re: [PATCH 10/14] dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use it Message-ID: <20191223074638.GZ2536@vkoul-mobl> References: <20191217001925.44558-1-tony@atomide.com> <20191217001925.44558-11-tony@atomide.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191217001925.44558-11-tony@atomide.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191222_234643_608387_F0DBF7A9 X-CRM114-Status: UNSURE ( 6.70 ) X-CRM114-Notice: Please train this message. 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: devicetree@vger.kernel.org, Arnd Bergmann , Aaro Koskinen , Vinod Koul , Peter Ujfalusi , Russell King , dmaengine@vger.kernel.org, linux-omap@vger.kernel.org, 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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 16-12-19, 16:19, Tony Lindgren wrote: > We can now start passing sdma auxdata to the dmaengine driver to start > removing the platform based sdma init. Acked-by: Vinod Koul -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel